A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hello Leena Naik Yes if you need more Azure OpenAI quota (TPM/RPM) than what a free subscription provides, you usually need to upgrade to a paid subscription (Pay-As-You-Go / Developer). However, upgrading by itself doesn’t automatically increase your quota; it mainly allows you to request quota increases and access quota-management features that aren’t available on free or trial subscriptions.
Azure OpenAI quota is enforced per subscription, per region, and per model/deployment type. When you create a deployment, you assign a TPM value to it, which consumes that model’s available quota in that region. Once the quota is exhausted, you can’t create additional deployments unless you free up TPM from existing deployments or have a quota increase approved. https://learn.microsoft.com/en-us/azure/ai-foundry/openai/quotas-limits?view=foundry-classic&tabs=REST
If you’ve already allocated the full 50K TPM in regions like Sweden Central and East US, the Azure portal can correctly show “no regions with sufficient quota” for that model, deployment type, and version. This can happen even if the model is technically supported in other regions, because your subscription has no remaining quota there (or quota/capacity hasn’t been granted for that specific model and deployment combination). https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/quota?view=foundry-classic&tabs=rest
What you can do right now (without upgrading):
If you’ve hit the TPM quota, the only way forward is to free up TPM. Microsoft’s guidance is clear: you can’t create new deployments until TPM is reduced on existing ones.
For labs, this simply means lower the TPM on current deployments or delete unused ones, then try creating the new deployment again.
The Microsoft Learn quota article states that when you’ve hit the quota limit, you can create new deployments only by freeing TPM or by requesting and being approved for a quota increase in the desired region (https://learn.microsoft.com/en-us/azure/quotas/quickstart-increase-quota-portal).
And the Azure Quotas quick start explicitly notes that while you can create a free account, to adjust quota you need to upgrade to a paid subscription.
Regards
Himanshu