Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi 高高高,
Yes, Azure AI Document Intelligence is supported in the Canada East region, but with some important nuances.
The Document Intelligence resource itself can be created in Canada East, and core capabilities like prebuilt models and custom document models are available when the resource is deployed there. However, not every feature or model version is guaranteed to be available in all regions at the same time.
If you’re seeing errors or missing features, it’s usually due to one of these reasons:
- The specific model or API version you’re calling isn’t enabled in Canada East yet.
- Your SDK or REST call is targeting an API version that’s not supported in that region.
- The resource was created earlier and hasn’t been updated to use the latest supported API version for that region.
A couple of things you can check:
- Confirm your endpoint is explicitly pointing to Canada East (for example,
https://<resource-name>.cognitiveservices.azure.comcreated in Canada East). - Verify you’re using a region‑supported API version from the official Document Intelligence regional availability documentation.
- If you need a model or capability that isn’t available yet in Canada East, the usual workaround is to deploy a separate Document Intelligence resource in another supported region and route only those requests there.
If you’re still blocked after validating the above, Do let me know.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thankyou!