Hi everyone,
We are migrating a production system from Railway and Supabase to Azure. I applied to the Microsoft for Startups program and received $1,000 in Azure credits after validating my LinkedIn and company profiles.
The first 24 hours of trying to provision basic services have been frustrating, and I am hoping the community can help me understand whether this behavior is expected for startup-credit subscriptions.
After debugging with Claude and the Azure CLI, my tentative conclusion is that the subscriptions I created are using the Sponsored_2016-01-01 offer type.
However, the Azure portal does not make this clear:
- The Subscription Overview page shows: “Plan: Microsoft Azure Plan.”
- Billing Properties shows the same plan, along with billing account and invoice information.
- I cannot find anywhere in the portal that clearly displays the underlying offer type or the restrictions associated with it.
PostgreSQL Flexible Server availability
Azure Database for PostgreSQL Flexible Server appears to be unavailable in many regions for my subscription.
Most regions return the following error:
LocationIsOfferRestricted
The error message links to aka.ms/postgres-request-quota-increase, but that page provides generic quota-increase guidance and does not seem to address restrictions based on subscription offer type or regional availability.
So far, only Canada Central and Central US appear to work. East US and East US 2 return an error similar to:
Subscription “Azure subscription 1” is not allowed to provision in “East US.”
Azure OpenAI model availability
Azure OpenAI appears to be limited to GPT-4.1-mini. All other GPT models show “No Quota.”
Questions
How can I move away from the Sponsored_2016-01-01 offer type?
Every subscription I create appears to use this offer type, even when I select “Add a different type of subscription” and choose Pay-As-You-Go.
Is there a documented way to see all limits and restrictions imposed on an account or subscription?
I would especially like to understand regional service restrictions, quota limitations, and model availability before planning a production migration.
What response time should I expect from support?
I submitted an Azure OpenAI quota-increase request two days ago and have not received a response. I also filed a support ticket for PostgreSQL Flexible Server this morning and have not received a response after eight hours.
Any guidance from people who have used Microsoft for Startups credits for production workloads would be greatly appreciated.