Regional code names and endpoints
When the location parameter is used in a command or request, you need to provide the region code name as the location value. To get the code name of the region that your account is in and that your call should be routed to, you can run the following line in Azure CLI.
az account list-locations
Once you run the line shown above, you get a list of all Azure regions. Navigate to the Azure region that has the displayName you are looking for, and use its name value for the location parameter.
For example, for the Azure region West US 2 (displayed below), you will use "westus2" for the location parameter.
{
"displayName": "West US 2",
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/locations/westus2",
"latitude": "47.233",
"longitude": "-119.852",
"name": "westus2",
"subscriptionId": null
}
The following endpoints are important to know when connecting to Media Services accounts from different national Azure clouds.
Service | Endpoint |
---|---|
Azure Resource Manager | https://management.azure.com/ |
Authentication | https://login.microsoftonline.com/ |
Token audience | https://management.core.windows.net/ |
Service | Endpoint |
---|---|
Azure Resource Manager | https://management.usgovcloudapi.net/ |
Authentication | https://login.microsoftonline.us/ |
Token audience | https://management.core.usgovcloudapi.net/ |
Note
Widevine is not available in the GovCloud region.
Note
The Azure Germany endpoints only apply to the Sovereign clouds in Germany.
Service | Endpoint |
---|---|
Azure Resource Manager | https://management.cloudapi.de/ |
Authentication | https://login.microsoftonline.de/ |
Token audience | https://management.core.cloudapi.de/ |
Service | Endpoint |
---|---|
Azure Resource Manager | https://management.chinacloudapi.cn/ |
Authentication | https://login.chinacloudapi.cn/ |
Token audience | https://management.core.chinacloudapi.cn/ |
You can contact Media Services with questions or follow our updates by one of the following methods:
- Q & A
- Stack Overflow. Tag questions with
azure-media-services
. - @MSFTAzureMedia or use @AzureSupport to request support.
- Open a support ticket through the Azure portal.