Skip to content

Commit 3ff66ec

Browse files
authored
Fix list numbering
1 parent d67fb4b commit 3ff66ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/site-recovery/azure-to-azure-tutorial-enable-replication-shared-disk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $WestUSTargetStorageAccount = New-AzStorageAccount -Name "a2atargetstorage" -Res
276276

277277
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.
278278

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:
280280

281281
```powershell
282282
#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
287287
$WestUSRecoveryNetwork = $WestUSRecoveryVnet.Id
288288
```
289289

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:
291291

292292
```powershell
293293
#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
311311
$EastUSPrimaryNetwork = (Split-Path(Split-Path($PrimarySubnet.Id))).Replace("\","/")
312312
```
313313

314-
- Create network mapping between the primary virtual network and the recovery virtual network:
314+
1. Create network mapping between the primary virtual network and the recovery virtual network:
315315

316316
```powershell
317317
#Create an ASR network mapping between the primary Azure virtual network and the recovery Azure virtual network
@@ -327,7 +327,7 @@ A network mapping maps virtual networks in the primary region to virtual network
327327
Write-Output $TempASRJob.State
328328
```
329329

330-
- Create network mapping for the reverse direction (fail back):
330+
1. Create network mapping for the reverse direction (fail back):
331331

332332
```powershell
333333
#Create an ASR network mapping for fail back between the recovery Azure virtual network and the primary Azure virtual network

0 commit comments

Comments
 (0)