An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @Catalina Castillo Trivino
Thank you for reaching out to Microsoft Q&A.
The “Insufficient quota” message can occur even when your existing GPT-5.2 Global Standard deployment shows 1,000,000 TPM. Azure OpenAI quota is allocated separately based on the subscription, region, model, and deployment type. Therefore, the quota available for your existing Global Standard deployment does not automatically become available for a Data Zone Standard or Regional Standard deployment.
For GPT-5.2, the currently documented quota is:
- Global Standard: 1,000,000 TPM
Data Zone Standard: 300,000 TPM
Therefore, the 1,000,000 TPM associated with Global Standard should not be interpreted as 1,000,000 TPM being available for GPT-5.2 Data Zone Standard.
Recommended approach
- Verify deployment availability In Microsoft Foundry, go to Models + endpoints → Deploy model and check whether GPT-5.2 is available with the required Standard/Regional or Data Zone Standard deployment type in the target Canadian region. Model availability varies by region and deployment type, so the availability table should be used to confirm the supported combination.
- Check the quota specifically for the target deployment type In Management Center → Quota, select the relevant subscription and region and verify the quota for GPT-5.2 Data Zone Standard (or the applicable Regional Standard option). If the required quota is already allocated, you can free unused TPM from existing deployments where applicable. Microsoft documents that quota is consumed as TPM is assigned to deployments.
- Request additional quota if required If there is insufficient quota for the required deployment type and region, submit a quota request through the Foundry quota management experience. Microsoft recommends requesting quota for the specific model and target region/deployment type.
- Deploy using the required deployment type Once the required quota is available, create the GPT-5.2 deployment using the supported Regional/Standard or Data Zone Standard option. Please note that the deployment type itself determines the processing boundary: Standard/Regional processes inference in the deployment region, whereas Data Zone deployments process inference within the applicable Microsoft-defined data zone.
Regarding Pay-As-You-Go and cost
You can continue using a Pay-As-You-Go subscription; quota allocation and billing are separate concepts. Quota represents the TPM rate limit allocated to the deployment and is not itself a charge for consuming that TPM.
However, we cannot guarantee that the overall cost will remain exactly the same after changing the deployment type. Pricing depends on the model and deployment type, as well as your actual token consumption. The quota requirement should therefore be considered separately from the billing impact.
Finally, because your requirement is specifically related to Quebec PHI/privacy compliance, we recommend confirming that the selected deployment type and processing boundary satisfy your organization's specific regulatory requirements before moving the workload.
please review the relevant Microsoft documentation here:
Manage Azure OpenAI quota in Microsoft Foundry
Azure OpenAI quotas and limits
Model region availability by deployment type
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!