Skip to content

Commit 6560f5e

Browse files
Merge pull request #268918 from anaharris-ms/vnet-update-3132024
Relocation doc: Update VNet
2 parents 9a6bd46 + 444afe0 commit 6560f5e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

articles/operational-excellence/relocation-virtual-network.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to relocate Azure Virtual Network to another region
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.reviewer: anaharris
7-
ms.date: 01/25/2023
7+
ms.date: 03/13/2024
88
ms.service: virtual-network
99
ms.topic: concept
1010
ms.custom:
@@ -38,6 +38,16 @@ To learn how to move your virtual network using Resource Mover, see [Move Azure
3838

3939
## Prerequisites
4040

41+
- Identify any independent resources that are also associated with the virtual network, such as:
42+
- [Network Peering](/azure/virtual-network/virtual-network-peering-overview)
43+
- [Load Balancer](/azure/load-balancer/load-balancer-overview)
44+
- [User Defined Routes (UDR)](/azure/virtual-network/virtual-networks-udr-overview#user-defined)
45+
- [NAT gateway](/azure/nat-gateway/nat-overview)
46+
- [DDOS Protection Plan](/azure/ddos-protection/)
47+
- [Network Security Group (NSG)](./relocation-virtual-network-nsg.md)
48+
- [Reserved private IP address (public static IP address)](/previous-versions/azure/virtual-network/virtual-networks-reserved-public-ip)
49+
- [Application Security Groups (ASG)](/azure/virtual-network/application-security-groups)
50+
4151
- Confirm that your virtual network is in the source Azure region.
4252

4353
- To export a virtual network and deploy a template to create a virtual network in another region, you need to have the Network Contributor role or higher.
@@ -110,22 +120,21 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
110120

111121
## Prepare
112122

113-
1. Remove any virtual network peers. Virtual network peerings can't be re-created, and they'll fail if they're still present in the template. In the [Redeploy](#redeploy) section, you'll reconfigure peerings at the target virtual network.
114-
115123
1. Move the diagnostic storage account that contains Network Watcher NSG logs. To learn how to move a storage account, see [Relocate Azure Storage Account to another region](./relocation-storage-account.md).
116124

117125
1. [Relocate the Network Security Groups(NSG)](./relocation-virtual-network-nsg.md).
118126

119127
1. Disable [DDoS Protection Plan](/azure/ddos-protection/manage-ddos-protection).
120128

121129

122-
123130
### Export and modify a template
124131

132+
125133
# [Portal](#tab/azure-portal)
126134

127135
**To export the virtual network and deploy the target virtual network by using the Azure portal:**
128136

137+
1. Remove any virtual network peers. Virtual network peerings can't be re-created, and they'll fail if they're still present in the template. In the [Redeploy](#redeploy) section, you'll reconfigure peerings at the target virtual network.
129138
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **Resource Groups**.
130139
1. Locate the resource group that contains the source virtual network, and then select it.
131140
1. Select **Automation** > **Export template**.
@@ -273,6 +282,9 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
273282

274283
**To export the virtual network and deploy the target virtual network by using PowerShell:**
275284

285+
286+
1. Remove any virtual network peers. Virtual network peerings can't be re-created, and they'll fail if they're still present in the template. In the [Redeploy](#redeploy) section, you'll reconfigure peerings at the target virtual network.
287+
276288
1. Sign in to your Azure subscription with the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) command, and then follow the on-screen directions:
277289

278290
```azurepowershell-interactive
@@ -453,6 +465,10 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
453465

454466
1. Enable the DDoS Protection Plan. After the move, the auto-tuned policy thresholds for all the protected public IP addresses in the virtual network are reset.
455467

468+
- (Optional) Reconfigure the Network security Group (NSG), Application Security Group (ASG) and User Defined Route (UDR) to the target virtual Network subnet which was previously associated to source virtual Network subnet and now moved to target region.
469+
- (Optional) Reconfigure the NAT-Gateway to the target virtual Network subnet which was previously associated to source virtual Network subnet and now moved to target region.
470+
- (Optional) Diagnostic settings: Reconfigure the diagnostic setting for the target virtual network to send the logs to log analytic workspace/storage account/event hub which was relocated as mentioned in prepare.
471+
456472
# [PowerShell](#tab/azure-powershell)
457473

458474

0 commit comments

Comments
 (0)