An Azure service that is used to share data from multiple sources with other organizations.
Welcome to Microsoft Q&A
Hello @Alireza Behjoee I hope you are doing well,
What is actually happening is that Azure enforces strict geographic boundaries for both compute (inference) and storage (data at rest) based on the specific deployment type you provision. The "Canada East" Azure region is indeed physically located in Québec City, Quebec. Therefore, as long as you configure your Azure OpenAI resource correctly, Microsoft guarantees that your prompts, responses, and processing will not be transmitted outside of that specific Canadian datacenter.
Check please the following things:
- Datacenter Location: You are correct; the Canada East Azure region operates physically out of Québec City, Quebec.
Use Regional Deployments: To enforce strict data residency, you must explicitly select Standard (Regional) or Provisioned (Regional) when deploying your models. This locks both storage and compute processing to the Québec City infrastructure.
- Avoid Global Endpoints: Ensure you do not accidentally select a "Global-Standard" or "Global-Batch" deployment type. Global deployments intentionally route inference requests to datacenters outside of your home region to optimize for speed and availability, which would violate your residency requirements.
References
Data, privacy, and security for Azure OpenAI Service
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.!