Skip to content

Commit 7e6006f

Browse files
Merge pull request #17024 from sethmanheim/cldfix
Fix typos in submission
2 parents 7f45ccb + a865b59 commit 7e6006f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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/plan/cloud-deployment-network-considerations.md

Lines changed: 6 additions & 6 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,13 +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-
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.
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.
334334

335-
Here are the summarized considerations for DNS servers addresses
335+
Here are the summarized considerations for DNS servers addresses:
336336

337337
|# | Considerations |
338338
|---------|---------|

0 commit comments

Comments
 (0)