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
A network mapping maps virtual networks in the primary region to virtual networks in the recovery region. The network mapping specifies the Azure virtual network in the recovery region, that a virtual machine in the primary virtual network should fail over to. One Azure virtual network can be mapped to only a single Azure virtual network in a recovery region.
278
278
279
-
- Create an Azure virtual network in the recovery region to fail over to:
279
+
1. Create an Azure virtual network in the recovery region to fail over to:
280
280
281
281
```powershell
282
282
#Create a Recovery Network in the recovery region
@@ -287,7 +287,7 @@ A network mapping maps virtual networks in the primary region to virtual network
287
287
$WestUSRecoveryNetwork = $WestUSRecoveryVnet.Id
288
288
```
289
289
290
-
- Retrieve the primary virtual network. The VNet that the virtual machine is connected to:
290
+
1. Retrieve the primary virtual network. The VNet that the virtual machine is connected to:
291
291
292
292
```powershell
293
293
#Retrieve the virtual network that the virtual machine is connected to
@@ -311,7 +311,7 @@ A network mapping maps virtual networks in the primary region to virtual network
0 commit comments