Skip to content

Commit e742158

Browse files
Merge pull request #17602 from v-sissondan/ipv6-support
IPv6 support
2 parents 1c065dc + dce7b16 commit e742158

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.custom: linux-related-content
9-
ms.date: 03/18/2025
9+
ms.date: 04/09/2025
1010
---
1111

1212
# What is Azure Local VM management?
@@ -43,7 +43,9 @@ Consider the following limitations when you're managing VMs on Azure Local:
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.
4444
- 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.
4545
- Moving a resource group isn't supported for VMs on Azure Local and its associated resources (such as network interfaces and disks).
46-
- 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).
46+
- 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).
47+
48+
- Azure Local VMs only support IPv4 addresses. IPv6 addresses aren't supported.
4749

4850
## Components of Azure Local VM management
4951

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 03/30/2025
8+
ms.date: 04/09/2025
99
---
1010

1111
# Create logical networks for Azure Local VMs enabled by Azure Arc
@@ -14,6 +14,9 @@ ms.date: 03/30/2025
1414

1515
This article describes how to create or add logical networks for your Azure Local instance. Any Azure Local virtual machines (VMs) that you create use these logical networks.
1616

17+
> [!NOTE]
18+
> Azure Local VMs only support IPv4 addresses. IPv6 addresses aren't supported.
19+
1720
## Prerequisites
1821

1922
Before you begin, make sure to complete the following prerequisites:

0 commit comments

Comments
 (0)