Skip to content

Commit 228d8ac

Browse files
Merge pull request #16957 from CristianEdwards/DNSconsiderationsUpdate
DNS Considerations Update
2 parents 59ca2d9 + 97ed984 commit 228d8ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,15 @@ Here are the summarized considerations for DNS servers addresses
338338
|2 | The infrastructure IP address range DNS servers must be the same used for the nodes. |
339339
|3 | Azure Resource Bridge VM control plane and AKS control plane will use the DNS Servers configured on the infrastructure IP address range. |
340340
|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. |
341+
|5 | When defining multiple DNS Servers array on ARM template for the Infrastructure network, make sure each value is within quotes "" and separated by comma like the example below. |
342+
343+
```powershell
344+
"dnsServers": [
345+
"10.250.16.124",
346+
"10.250.17.232",
347+
"10.250.18.107"
348+
]
349+
```
341350

342351
### Proxy requirements
343352

0 commit comments

Comments
 (0)