An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi Akshant Tyagi,
Thanks for sharing the details.
In Microsoft Foundry and Azure OpenAI, quota is assigned per subscription, per region, and per model in tokens per minute. Also, different deployment types can have different availability and quota behavior. So, when you see zero quota or a message that the required SKU is not supported in Canada Central, it usually means one of these two things.
First, the model you picked is not offered in that region for the deployment type you selected.
Second, the model is offered but your subscription has no quota assigned for that model in that region. [learn.microsoft.com], [learn.microsoft.com]
Here is a simple way to troubleshoot it.
- Confirm the deployment type you are trying to use In Foundry, the same model can show different options depending on whether you pick Standard, Global Standard, or Provisioned. If the portal is telling you the SKU is not supported, switch the deployment type option and see if the model becomes selectable. In the thread, you mentioned gpt 4o mini in Canada Central, and the behavior you see often maps to a deployment type mismatch in that region.
- Check quota in Foundry for Canada Central and for that specific model Open Microsoft Foundry, go to Operate, then Quota. This view is where you can see your token per minute allocations per model and region, and it also explains the shared quota pool option for short term testing. If quota is truly zero for the model in Canada Central, the deployment wizard will not let you proceed.
- Make sure your account can read quota at subscription scope If your role is only at resource group scope, the portal can fail to show quota correctly because quota is subscription and region scoped. The Foundry quota doc lists the roles used to view and manage quota, including the Cognitive Services Usages Reader role at subscription level for viewing allocations.
- Verify regional support before you lock your architecture Foundry is available in Canada Central, but feature and model availability can still vary by region. The official region support doc recommends confirming both model availability and quota in the target region before deployment.
- If Canada Central must be used, pick the lowest cost model that is actually deployable there For a lightweight email classification task, the best next step is to open the model catalog filtered to Canada Central and choose any model that is deployable in that region with a non-zero quota. If gpt 4o mini is not deployable there for your chosen deployment type, try the closest available option that appears in the catalog for Canada Central. The thread content indicates this can be the deciding factor in Canada Central.
Azure OpenAI quotas and limits overview for Foundry Models https://learn.microsoft.com/en-us/azure/foundry/openai/quotas-limits [Azure Open...soft Learn | Learn.Microsoft.com]
If you can share the exact text of the deployment error you see in the portal, and which deployment type you selected, I can help map it to the right fix path quickly.
I Hope this helps. Do let me know if you have any further queries.
Thankyou!