Skip to content

Commit c736f4c

Browse files
authored
Sync release-ash-2501 with main
Sync release-ash-2501 with main
2 parents 5e36fc6 + 5217de3 commit c736f4c

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

azure-local/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ items:
510510
href: migrate/migrate-vmware-replicate.md
511511
- name: Migrate, verify
512512
href: migrate/migrate-vmware-migrate.md
513-
- name: Enable guest management
514-
href: migrate/migrate-enable-guest-management.md
513+
- name: Enable guest management
514+
href: migrate/migrate-enable-guest-management.md
515515
- name: Maintain static IP addresses
516516
href: migrate/migrate-maintain-ip-addresses.md
517517
- name: FAQ

azure-local/deploy/deployment-install-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Follow these steps to configure the operating system using SConfig:
103103
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.
104104

105105
> [!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).
107107
108108

109109
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:

azure-local/known-issues.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ The following issues are fixed in this release:
4646

4747
## Known issues in this release
4848

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:
5250

5351
|Feature |Issue |Workaround |
5452
|---------|---------|---------|
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).|
5654

5755
## Known issues from previous releases
5856

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Network considerations for cloud deployment for Azure Local, version 23H2
33
description: This article introduces network considerations for cloud deployments of Azure Local, version 23H2.
44
author: alkohli
55
ms.topic: conceptual
6-
ms.date: 10/17/2024
6+
ms.date: 02/11/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -227,7 +227,7 @@ $IntentName = "MgmtCompute"
227227
#Rename VMNetworkAdapter for management because during creation, Hyper-V uses the vSwitch name for the virtual network adapter.
228228
Rename-VmNetworkAdapter -ManagementOS -Name "ConvergedSwitch(MgmtCompute)" -NewName "vManagement(MgmtCompute)"
229229
230-
#Rename NetAdapter because during creation, Hyper-V adds the string vEthernet to the beginning of the name.
230+
#Rename NetAdapter because during creation, Hyper-V adds the string "vEthernet" to the beginning of the name.
231231
Rename-NetAdapter -Name "vEthernet (ConvergedSwitch(MgmtCompute))" -NewName "vManagement(MgmtCompute)"
232232
233233
```
@@ -326,11 +326,13 @@ Here are the summarized considerations for the IP addresses:
326326
|4 | DHCP addresses are only supported for node IPs and the cluster IP. Infrastructure services use static IPs from the management pool. |
327327
|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. |
328328

329-
### DNS Servers Considerations
329+
### DNS server considerations
330330

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.
332332

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:
334336

335337
|# | Considerations |
336338
|---------|---------|
@@ -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)