Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Azure Translator in Foundry Tools supports different resource locations, endpoints, and data processing locations depending on the translation capability you use. Review these differences before you create a resource or select an endpoint.
Region support involves three related choices:
- Resource region: The location you select when you create an Azure Translator resource. You can select Global or an available geographic Azure region.
- Service endpoint: The global, geography, or resource-specific endpoint that receives your request.
- Request processing location: The datacenter or geography where Translator processes the request.
For the current list of Azure regions where you can create a Translator resource, see Products available by region.
Compare translation capabilities
Use the following tabs to review the regional behavior for each capability.
Compare standard and LLM-based translation
Text Translation supports standard neural machine translation (NMT) and LLM-based translation. The model technology determines which resource and regional configuration applies.
The global Text Translation endpoint is:
https://api.cognitive.microsofttranslator.com
| Regional consideration | Standard NMT | LLM-based translation |
|---|---|---|
| Resource type | Azure Translator or multi-service resource. | Microsoft Foundry resource. |
| Processing configuration | Global, geography, or resource-specific endpoint. | Global, data zone, or regional model deployment. |
| Availability | Available through Text Translation APIs. | Available through the Text Translation 2026-06-06 API for supported models. |
| Regional guidance | Use the endpoint table in this section. | Review the deployment types in this section and confirm availability for the model you select. |
Standard NMT endpoints
Neural machine translation (NMT) supports global, geography, and resource-specific endpoints. The endpoint you use determines where Translator processes the request.
| Service endpoint | Request processing location |
|---|---|
Global: api.cognitive.microsofttranslator.com |
Closest available datacenter. If a datacenter failure occurs, the request might be processed outside the originating geography. |
Americas: api-nam.cognitive.microsofttranslator.com |
East US 2 or West US 2. |
Asia Pacific: api-apc.cognitive.microsofttranslator.com |
Japan East or Southeast Asia. |
Europe, except Switzerland: api-eur.cognitive.microsofttranslator.com |
France Central or West Europe. |
| Switzerland: Resource-specific custom endpoint | Switzerland North or Switzerland West. |
To process text translation requests in Switzerland, create the Translator resource in Switzerland North or Switzerland West. Then use the resource-specific endpoint:
https://<resource-name>.cognitiveservices.azure.com/translator/text/v3.0
When you use a regional Translator resource or a multi-service resource, include the Ocp-Apim-Subscription-Region header. For request examples and requirements by resource type, see Authentication and authorization.
LLM-based processing in Foundry
For LLM-based text translation, the model deployment type determines where the model processes translation data:
- Global deployments can process data in any Azure region where the model is deployed.
- Data zone deployments process data within the selected data zone.
- Regional deployments process data in the deployment region.
These deployment types also apply to adaptive custom translation. They don't change standard NMT endpoint routing.
For resource requirements, see Create and configure Azure resources for Translator. For processing boundaries and model availability, see Deployment types for Microsoft Foundry Models.
Data residency considerations
Select a resource and endpoint based on both the capability and the processing boundary your workload requires. A resource location and a request processing location aren't always the same. For example, the global text translation endpoint routes requests to the closest available datacenter and can route a request outside the originating geography during a datacenter failure.
Translator doesn't persist customer data submitted for text translation. Document Translation temporarily stores customer data during processing and deletes it after processing. For service data-handling details, see Data, privacy, and security for Azure Translator.
Sovereign clouds
Public Azure and sovereign clouds use different regions, endpoints, and feature availability. For Azure Government and Azure operated by 21Vianet, see Azure Translator in sovereign clouds.
Business continuity
Endpoint behavior differs by capability, so don't assume that each Translator deployment fails over in the same way.
- Monitor regional service health with Azure Service Health.
- Keep endpoint and region settings configurable instead of embedding them in application code.
- For Custom Translator, publish or copy models to each region required by your continuity plan.
- Test authentication, storage access, quotas, and feature availability in each deployment region.
For current service-level outages and regional disruptions, see Azure Translator known issues.