Azure Docs: Azure Private DNS Zone#586
Merged
remotesynth merged 2 commits intomainfrom May 8, 2026
Merged
Conversation
Deploying localstack-docs with
|
| Latest commit: |
2eb87b9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7154339a.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-azure-private-dns-zone.localstack-docs.pages.dev |
1. **Copy/paste error**: The text about creating a zone “in the **second** resource group … cleanup” did not match the guide (only `rg-dns-demo`). It is replaced with accurate copy that points to the **recommended Blob private zone name** and defers linking to the next section. 2. **Deletion order vs Azure**: Deleting only the VNet link and then the zone, while the private endpoint still had a DNS zone group pointing at that zone, does not match how dependencies work in Azure (you normally remove the endpoint’s **DNS zone group** first, then remove links, then delete the zone). The page now includes `az network private-endpoint dns-zone-group delete` and explains this in one sentence with links to Microsoft’s zone delete behavior. 3. **Samples link**: The Cosmos sample URL without `tree/main/` was not a standard GitHub browse URL; it now matches the repo layout that exists under `main`. 4. **Features wording**: The bullet titled **Auto-registration** suggested behavior that the **Limitations** section correctly denies. It is reworded so it’s clear you only persist **`registrationEnabled`**, not VM auto-registration.
Collaborator
|
Addressed some accuracy issues:
|
remotesynth
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds an article on Azure Private DNS Zone to the Azure emulator documentation.
Fixes DOC-182