TSG-NoExternalDNS#310
Open
andyk-ms wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Identity troubleshooting/how-to document describing Azure Local deployment with Local identity in environments without external DNS, focusing on the DNS suffix/mDNS validation behavior. It also removes the Identity area README, which appears to be used elsewhere in TSG/* as the primary navigation/index entry for a component.
Changes:
- Added a new markdown guide for Local identity deployments with no external DNS.
- Removed
TSG/Identity/README.md(component index). - Included a DNS Service configuration screenshot referenced from the new guide.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| TSG/Identity/README.md | Removed the Identity component README (navigation/index). |
| TSG/Identity/LocalIdentity-NoExternalDNS.md | New guide content explaining DNS options, mDNS dependency, and DNS suffix alignment needs. |
| @@ -0,0 +1,21 @@ | |||
| # Azure Local Deployment with Local Identity (No External DNS) | |||
| - Yes - there is an existing DNS | ||
| - No - thjere is NO existing DNS | ||
|
|
||
|  |
|
|
||
|  | ||
|
|
||
| When there is **NO** existing DNS, the initial network validation will depends on mDNS service to resolve the hostname to IP address for the selected server nodes. The Zone Name intended for the Azure Local Deployment may be different from the existing DNS Suffix defaulted on the network interface. The DNS Suffix can be: |
Copilot stopped work on behalf of
mindyqdiep due to an error
June 29, 2026 21:29
Removed the table of contents and updated the title.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Adding info about preparation on the server node for Azure Local deployment with Local identity when there is no external DNS in the local network.