You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-install-os.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Follow these steps to configure the operating system using SConfig:
103
103
1. Use the **Network Settings** option in SConfig to configure a default valid gateway and a DNS server. Set **DNS** to the DNS of the domain you're joining.
104
104
105
105
> [!IMPORTANT]
106
-
> It is not supported to change the DNS servers after deployment. Make sure you plan your DNS strategy before doing the deployment. For more information, see [DNS Servers Considerations](../plan/cloud-deployment-network-considerations.md#dns-servers-considerations).
106
+
> It is not supported to change the DNS servers after deployment. Make sure you plan your DNS strategy before doing the deployment. For more information, see [DNS Servers Considerations](../plan/cloud-deployment-network-considerations.md#dns-server-considerations).
107
107
108
108
109
109
2. Configure a valid time server on each machine. Validate that your machine is not using the local CMOS clock as a time source, using the following command:
Copy file name to clipboardExpand all lines: azure-local/known-issues.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,11 @@ The following issues are fixed in this release:
46
46
47
47
## Known issues in this release
48
48
49
-
Microsoft is not aware of any known issues in this release.
50
-
51
-
<!--The following table lists the known issues in this release:
49
+
The following table lists the known issues in this release:
52
50
53
51
|Feature |Issue |Workaround |
54
52
|---------|---------|---------|
55
-
| XX | ||-->
53
+
|Update|When monitoring update progress in the Azure Update Management portal, the progress might appear to not have updated for several hours. | Run `Get-SolutionUpdate` on one of the cluster nodes. If an update object is returned, the update might be taking longer than expected but it is progressing. If an update object is not returned, the update may be stalled. For detailed steps on how to resolve this issue, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/Update/Get-SolutionUpdate-GatewayTimeout.md).|
@@ -326,11 +326,13 @@ Here are the summarized considerations for the IP addresses:
326
326
|4 | DHCP addresses are only supported for node IPs and the cluster IP. Infrastructure services use static IPs from the management pool. |
327
327
|5 | The MAC address from the first physical network adapter is assigned to the management virtual network adapter once the management network intent is created. |
328
328
329
-
### DNS Servers Considerations
329
+
### DNS server considerations
330
330
331
-
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.
331
+
Azure Local deployments based on Active Directory require a DNS server that can resolve the on-premises 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.
332
332
333
-
Here are the summarized considerations for DNS servers addresses
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
+
335
+
Here are the summarized considerations for DNS servers addresses:
334
336
335
337
|# | Considerations |
336
338
|---------|---------|
@@ -339,6 +341,7 @@ Here are the summarized considerations for DNS servers addresses
339
341
|3 | Azure Resource Bridge VM control plane and AKS control plane will use the DNS Servers configured on the infrastructure IP address range. |
340
342
|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
343
|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. |
0 commit comments