Skip to content

Commit 565c4b8

Browse files
DNSServersConsiderationsUpdate
1 parent 0750eb1 commit 565c4b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-local/plan/cloud-deployment-network-considerations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ Here are the summarized considerations for the IP addresses:
330330

331331
Azure Local deployments based on Active Directory require a DNS Server that can resolve the On-Prem domain and the Internet public endpoints. As part of the deployment it is required to define the same DNS servers for the infrastructure IP address range that is configured on the nodes. Azure Resource Bridge control plane VM and AKS control plane will use those same DNS servers for name resolution. Once deployment is completed, it is not supported to change the DNS servers IPs and it will not be possible to update the addresses across the Azure Local platform stack.
332332

333+
The DNS servers used for Azure Local must be external and operational before deployment.It is not supported to run them as Azure Local virtual machines.
334+
333335
Here are the summarized considerations for DNS servers addresses
334336

335337
|# | Considerations |
@@ -339,6 +341,7 @@ Here are the summarized considerations for DNS servers addresses
339341
|3 | Azure Resource Bridge VM control plane and AKS control plane will use the DNS Servers configured on the infrastructure IP address range. |
340342
|4 | It is not supported to change the DNS servers after deployment. Make sure you plan your DNS strategy before doing the Azure Local deployment. |
341343
|5 | When defining an array of multiple DNS servers on an ARM template for the Infrastructure network, make sure each value is within quotes "" and separated by commas, as in the following example. |
344+
|6 | It is not supported to run the DNS servers used by Azure Local infrastructure in virtual machines running inside the Azure Local instance. |
342345

343346
```powershell
344347
"dnsServers": [

0 commit comments

Comments
 (0)