-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
#124405 - private link dns details for web apps that use unique default hostnames #124485
#124405 - private link dns details for web apps that use unique default hostnames #124485
Conversation
… unique default hostnames
Note - I've copied the but I'm not really sure how that works or how to render the markdown locally to see what it ends up like, so it might be a bit of a mess... |
@mikeclayton : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 616bd67:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/app-service/overview-private-endpoint.md | Details |
articles/app-service/overview-private-endpoint.md
- Line 65, Column 1: [Warning: invalid-tab-group - See documentation]
Duplicate tab id: (without-unique-default-hostnames, 5),(with-unique-default-hostnames, 5).
- Line 133, Column 8: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration#private-dns-zone-group' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
- Line 133, Column 8: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns-integration#private-dns-zone-group' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@madsd Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Learn Build status updates of commit 1297013:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/app-service/overview-private-endpoint.md | Details |
articles/app-service/overview-private-endpoint.md
- Line 65, Column 1: [Warning: invalid-tab-group - See documentation]
Duplicate tab id: (without-unique-default-hostnames, 4),(with-unique-default-hostnames, 4).
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
|myapp-<hash>.<region>.azurewebsites.net|CNAME|clustername.azurewebsites.windows.net| | ||
|clustername.azurewebsites.windows.net|CNAME|cloudservicename.<region>.cloudapp.net| | ||
|cloudservicename.<region>.cloudapp.net|A|40.122.110.154| | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- | |
|mywebapp.<region>.privatelink.azurewebsites.net|CNAME|clustername.azurewebsites.windows.net| | ||
|clustername.azurewebsites.windows.net|CNAME|cloudservicename.<region>.cloudapp.azure.com| | ||
|cloudservicename.<region>cloudapp.net|A|40.122.110.154|<--This public IP isn't your private endpoint, you receive a 403 error| | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- | |
For more information, see [custom DNS validation](./app-service-web-tutorial-custom-domain.md). | ||
|
||
### Azure Private DNS Zones |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Azure Private DNS Zones | |
--- | |
### Azure Private DNS Zones |
@mikeclayton Hi Michael, appreciate your suggestion, but must honestly say that I think it adds more confusion. As you also point out at the end in your created issue, the handling of DNS with or without unique names is exactly the same - just that the name of the app is the full unique name rather than just the app short name. vs <app-name + hash + region>, but everything else is the same. I can add an explicit note about that at the beginning of the DNS section if you think that would help clarify. Thanks, |
@madsd - yeah, that's fair. I figured explicitly listing everything again the Unique Default Hostnames was more "complete", but maybe it's a bit much - it just needs something to make it clear what to do with the really (even if it's "ignore it for the Azure Private DNS Zone name"!). I'm happy with whatever you think will be clearer really... |
@mikeclayton Adding this extended description to the DNS intro. Should be live in about 12 hours. |
#please-close |
Per Issue #124405 (Add DNS info for Azure Private Link with App Services that use "Unique Default Hostnames"), added info to clarify dns hostnames / zones for web apps configured to use / not use Unique Default Hostnames.
Web apps that are configured to use Unique Default Hostnames have an additional
<region>
domain part, and it's not immediately clear from the current documentation what to do with it when creating private links on these web apps.The update provides additional details for these web apps.