Skip to content

Commit 66a875f

Browse files
Merge pull request #17621 from sipastak/al-logical-networks
Local: [Update] Logical network operations not supported
2 parents 0a5c65f + 2fb3ac2 commit 66a875f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

azure-local/manage/azure-arc-vm-management-overview.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,23 @@ Although Hyper-V provides capabilities to manage your on-premises VMs, Azure Loc
4141
Consider the following limitations when you're managing VMs on Azure Local:
4242

4343
- Taking checkpoints on VMs running on Azure Local by using on-premises tools, such as Windows Admin Center or Hyper-V Manager, will adversely affect the management of these VMs from Azure.
44+
4445
- Updates to VM configurations, such as vCPU, memory, network interface, or data disk via on-premises tools, won't be reflected on the Azure management plane.
46+
4547
- Moving a resource group isn't supported for VMs on Azure Local and its associated resources (such as network interfaces and disks).
48+
4649
- Creation of VMs by using Windows Server 2012 and Windows Server 2012 R2 images isn't supported via the Azure portal. You can do it only via the Azure CLI. For more information, see [Additional parameters for Windows Server 2012 and Windows Server 2012 R2 images](./create-arc-virtual-machines.md#additional-parameters-for-windows-server-2012-and-windows-server-2012-r2-images).
4750

4851
- Azure Local VMs only support IPv4 addresses. IPv6 addresses aren't supported.
4952

53+
- Once a logical network is created, you can't update the following:
54+
- DNS server
55+
- Default gateway
56+
- IP pools
57+
- IP address space
58+
- VLAN ID
59+
- Virtual switch name
60+
5061
## Components of Azure Local VM management
5162

5263
Azure Local VM management has several components, including:

azure-local/manage/create-logical-networks.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ The prerequisites for the Azure portal are the same as those for the Azure CLI.
7575
7676
You can create a logical network using either the Azure Command-Line Interface (CLI) or by using the Azure portal.
7777
78+
> [!NOTE]
79+
> Once a logical network is created, you can't update the following:
80+
>
81+
> - DNS server
82+
> - Default gateway
83+
> - IP pools
84+
> - IP address space
85+
> - VLAN ID
86+
> - Virtual switch name
87+
7888
# [Azure CLI](#tab/azurecli)
7989
8090
Complete the following steps to create a logical network using Azure CLI.

0 commit comments

Comments
 (0)