An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @Malek
Thank you for reaching out to Microsoft Q&A.
I understand that you're designing a production solution with the following requirements:
Strict Canadian data residency, where prompts and responses must be processed within Canada.
Preference for Standard (pay-per-token) deployments rather than Provisioned deployments due to cost considerations.
A currently supported GPT model that is neither deprecated nor approaching retirement.
Data residency in Canada
For your data residency requirement, the key point is that Regional Standard deployments process prompts and responses within the Azure region where the Azure OpenAI resource is deployed. Therefore, if your resource is deployed in Canada East or Canada Central using a Regional Standard deployment, request processing is tied to that Canadian region.
By contrast, Global Standard deployments may route requests across Azure's global infrastructure to optimize capacity and throughput, making them unsuitable for strict Canadian data residency requirements.
Model availability
Azure OpenAI model availability depends on three factors:
Azure region
Deployment type (Standard, Global Standard, or Provisioned)
Model/version lifecycle
Not every model is available in every region or under every deployment type. Additionally, model availability changes over time as new versions are introduced and older versions are retired.
Regarding your observations:
- If GPT-4o or GPT-4.1-mini are no longer available for deployment in your Canadian region, this is generally due to the model's lifecycle status or its current regional availability.
- Likewise, if GPT-5 is currently available only as a Regional Provisioned deployment in Canada, this reflects the current published availability for that model and deployment type rather than a configuration issue with your subscription.
Current Standard (Regional) model availability
Based on the current Azure AI Foundry regional availability documentation, Canada East supports several models under Regional Standard deployments, including:
GPT-4o (2024-08-06)
GPT-4o (2024-11-20)
GPT-4o-mini (2024-07-18)
GPT-4.1-mini (2025-04-14)
o1 (2024-12-17)
Embedding models such as:
text-embedding-3-small
**text-embedding-3-large**
**text-embedding-ada-002**
Availability may differ between Canada East and Canada Central, so it's important to verify the specific region you're targeting.
Why GPT-5 or other models may not appear
If GPT-5 (or another model) is not available for a Standard deployment in your Canadian region, common reasons include:
The model is not currently supported in that region for the selected deployment type.
The model requires limited access or additional approval.
The model has entered a "No New Customers" or retirement lifecycle phase for new deployments.
Standard deployment quota is unavailable for that region.
If GPT-5 is currently listed only under Regional Provisioned deployments in Canada, then that is the supported deployment option for the model at this time.
How to verify current availability
Because model availability evolves over time and the Azure AI Foundry portal reflects the latest supported deployments the recommended approach is to verify availability directly in the portal:
- Navigate to Azure AI Foundry.
- Select Models + Endpoints > Deploy model.
- Filter by:
- Region: Canada East or Canada Central
- Deployment Type: Standard
- Review the list of deployable models.
Please verify this
Region availability for Foundry Models sold by Azure (standard) — Standard/Regional availability table: https://learn.microsoft.com/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure-region-availability
Azure OpenAI in Azure AI Foundry Models (model summary table and region availability): https://learn.microsoft.com/azure/ai-foundry/openai/concepts/models
Region availability for Foundry Models sold by Azure (standard) — data zone standard (note on processing within zones): https://learn.microsoft.com/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure-region-availability
Azure OpenAI models and regions for Foundry Agent Service (classic) (global standard availability table excerpt): https://learn.microsoft.com/azure/foundry-classic/agents/concepts/model-region-support
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!