An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi Zhenchuan Ren,
Good news — nothing is broken here. What you're seeing is expected onboarding behavior: for a new subscription, Azure OpenAI quota isn't always provisioned automatically and can legitimately start at 0 TPM per region/model until an allocation is granted. Other Foundry models like grok-4.3 draw from a separate allocation, which is exactly why they deploy while every Azure OpenAI model shows 0 — the subscription just hasn't been granted Azure OpenAI TPM capacity yet.
Here's how to get unblocked:
Check you can actually see the quota. In the Foundry portal → Management → Quota, confirm the OpenAI model classes show 0 / 0 in your region. (To view quota you need the Cognitive Services Usages Reader role at the subscription; to request/edit it you need Owner/Contributor — even an Owner sees nothing without the Usages Reader role, so this rules out a pure visibility issue.)
Request the initial Azure OpenAI quota using the official form: https://aka.ms/oai/stuquotarequest. Include:
- Subscription ID
- Region (e.g., East US)
- Model(s) — e.g.,
gpt-4o-miniorgpt-4.1-mini- Deployment type — Standard / Global Standard
- Requested TPM (e.g., 10,000 for low-volume testing)
- A note that this is initial enablement for a small POC
- Requested TPM (e.g., 10,000 for low-volume testing)
- Deployment type — Standard / Global Standard
- Model(s) — e.g.,
- Region (e.g., East US)
A couple of quick questions so I can point you precisely:
- What subscription offer type is this (Pay-as-you-go, EA, Student/Trial, Sponsorship)? Student/trial offers often start at 0 by design and need approval.
- Which region and model(s) do you need, and roughly what TPM?
- In Management → Quota, does the OpenAI row show
0 / 0, or blank/no data at all?