API Management Custom Domain in different environment #10065
Labels
API Management
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
In creating API management Service, there'll always be a default custom domain to be returned. Here for example in public cloud, the hostName is "apim-service-name.azure-api.net". But in Different cloud environment, like USGovCloud, ChinaCloud, GermanCloud, the hostName might differ. May I ask the hostName Suffix in different cloud environment?
For example:
{
"id": "...",
"name": "apim-yup",
"type": "Microsoft.ApiManagement/service",
"tags": {},
"location": "East US",
"etag": "AAAAAAAPO9k=",
"properties": {
...
"hostnameConfigurations": [
{
"type": "Proxy",
"hostName": "apim-yup.azure-api.net",
"encodedCertificate": null,
"keyVaultId": null,
"certificatePassword": null,
"negotiateClientCertificate": false,
"certificate": null,
"defaultSslBinding": false
}
],
...
},
"sku": {
"name": "Developer",
"capacity": 1
},
"identity": {
"type": "SystemAssigned",
...
}
}
The text was updated successfully, but these errors were encountered: