Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Management Custom Domain in different environment #10065

Closed
yupwei68 opened this issue Jul 8, 2020 · 2 comments
Closed

API Management Custom Domain in different environment #10065

yupwei68 opened this issue Jul 8, 2020 · 2 comments
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.

Comments

@yupwei68
Copy link
Contributor

yupwei68 commented Jul 8, 2020

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",
...
}
}

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jul 8, 2020
@ArcturusZhang ArcturusZhang added API Management Service Attention Workflow: This issue is responsible by Azure service team. labels Jul 9, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jul 9, 2020
@ghost
Copy link

ghost commented Jul 9, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @miaojiang.

@solankisamir
Copy link
Member

USGov - azure-api.us
China Cloud - azure-api.cn
BlackForest - Not Supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

5 participants