Skip to content

Commit dd8dade

Browse files
Merge pull request #288122 from asudbring/us323002-vnet-maintenance-github-issue
Added warning note about change subnet of secondary network iterface
2 parents 5c77ea4 + 40a1f2d commit dd8dade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/virtual-network/virtual-network-network-interface.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.service: azure-virtual-network
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 03/20/2023
9+
ms.date: 10/09/2024
1010
ms.author: allensu
1111
---
1212

@@ -500,6 +500,9 @@ $nic | Set-AzNetworkInterface
500500

501501
---
502502

503+
> [!WARNING]
504+
> You can change the subnet of a primary network interface while the virtual machine is started. You can't change the subnet of a secondary network interface in the same manner. To change the subnet of a secondary network interface, you must first stop and de-allocate the virtual machine.
505+
503506
### Add or remove from application security groups
504507

505508
You can add NICs only to application security groups in the same virtual network and location as the NIC.

0 commit comments

Comments
 (0)