Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions TSG/Identity/LocalIdentity-NoExternalDNS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Azure Local Deployment with Local Identity (No External DNS)
Comment thread
andyk-ms marked this conversation as resolved.
Outdated

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
Comment thread
Copilot marked this conversation as resolved.
Outdated

![DNS Service Configuration](dnsService.png)
Comment thread
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:
Comment thread
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.


1 change: 0 additions & 1 deletion TSG/Identity/README.md

This file was deleted.

Binary file added TSG/Identity/dnsService.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.