-
Notifications
You must be signed in to change notification settings - Fork 58
TSG-NoExternalDNS #310
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
Open
andyk-ms
wants to merge
7
commits into
main
Choose a base branch
from
andyk/localidentity2607
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
TSG-NoExternalDNS #310
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
00b1f96
TSG-NoExternalDNS
4c8b0c8
TSG-NoExternalDNS using how to and troubleshooting template
b30c30a
Add Identity README with TOC entry
Copilot 3ef1ef7
Update README.md title and remove table of contents
mindyqdiep 3f3993b
Potential fix for pull request finding
mindyqdiep e54dc32
TSG-NoExternalDNS Revision from PR feedback 1
b5c1d7b
Update from PR feedback - image alignment
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| # Azure Local Deployment with Local Identity (No External DNS) | ||
|
|
||
| Azure Local Deployment with Local Identity Supports deployment without Active Directory and No External DNS within the local network. | ||
|
|
||
| In the DNS Service configuration during Azure Local Deployment, there are 2 options: | ||
| - Yes - there is an existing DNS | ||
| - No - thjere is NO existing DNS | ||
|
Copilot marked this conversation as resolved.
Outdated
|
||
|
|
||
|  | ||
|
andyk-ms marked this conversation as resolved.
Outdated
|
||
|
|
||
| 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: | ||
|
andyk-ms marked this conversation as resolved.
|
||
|
|
||
| 1) Empty - mDNS service will append ".LOCAL" to the hostname as the FQDN | ||
| 2) Gateway/Router provided DNS Suffix - the local network will pick up the DNS Suffix from the internet facing gateway default. This DNS Suffix can be internet service provider specific and different from the intended Zone Name. | ||
| 3) User Specific DNS Suffix - User can specify a DNS Suffix on the network interface, or if they can update the gateway/router default to the Zone name specified in the DNS Service configuration during Azure Local Deployment. | ||
|
|
||
| With (1) and (2), the Azure local deployment will fail on the deployment validation since the network DNS Suffix is different from the one entered in the DNS Service configuration. | ||
|
|
||
| User should prepare as in (3), setting up the local network gateway or the server node network interface with the intended DNS Suffix before proceeding with deployment. | ||
|
|
||
|
|
||
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Uh oh!
There was an error while loading. Please reload this page.