Skip to content

Commit cd207cb

Browse files
committed
edit
1 parent ae0e683 commit cd207cb

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ 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+
>[!IMPORTANT]
50+
>A reserved private IP address must be configured during or before virtual network relocation.
51+
- [Application Security Groups (ASG)](/azure/virtual-network/application-security-groups)
52+
4153
- Confirm that your virtual network is in the source Azure region.
4254

4355
- 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 +122,21 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
110122

111123
## Prepare
112124

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-
115125
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).
116126

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

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

121131

122-
123132
### Export and modify a template
124133

134+
125135
# [Portal](#tab/azure-portal)
126136

127137
**To export the virtual network and deploy the target virtual network by using the Azure portal:**
128138

139+
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.
129140
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **Resource Groups**.
130141
1. Locate the resource group that contains the source virtual network, and then select it.
131142
1. Select **Automation** > **Export template**.
@@ -273,6 +284,9 @@ To plan for your relocation of an Azure Virtual Network, you must understand whe
273284

274285
**To export the virtual network and deploy the target virtual network by using PowerShell:**
275286

287+
288+
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.
289+
276290
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:
277291

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

454468
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.
455469

470+
- (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.
471+
- (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.
472+
- (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.
473+
456474
# [PowerShell](#tab/azure-powershell)
457475

458476

0 commit comments

Comments
 (0)