You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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
+
41
51
- Confirm that your virtual network is in the source Azure region.
42
52
43
53
- 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
110
120
111
121
## Prepare
112
122
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
-
115
123
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).
116
124
117
125
1.[Relocate the Network Security Groups(NSG)](./relocation-virtual-network-nsg.md).
**To export the virtual network and deploy the target virtual network by using the Azure portal:**
128
136
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.
129
138
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **Resource Groups**.
130
139
1. Locate the resource group that contains the source virtual network, and then select it.
131
140
1. Select **Automation** > **Export template**.
@@ -273,6 +282,9 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
273
282
274
283
**To export the virtual network and deploy the target virtual network by using PowerShell:**
275
284
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
+
276
288
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:
277
289
278
290
```azurepowershell-interactive
@@ -453,6 +465,10 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
453
465
454
466
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.
455
467
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.
0 commit comments