Skip to content

Commit 22ca232

Browse files
committed
PR review tweaks
1 parent cdb8c6a commit 22ca232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-local/migrate/migrate-via-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can specify the target logical network, storage path, resource group, VM nam
148148
To further customize the replication job, you can define local disk and NIC mappings ahead of time using `New-AzMigrateLocalDiskMappingObject` and `New-AzMigrateLocalNicMappingObject` (see **Create a local disk mapping** and **Create a local NIC mapping object** sections). These allow you to customize the disks and network interfaces are included during replication.
149149

150150

151-
## (Option 1) Start Replication without disk and NIC mapping
151+
### (Option 1) Start Replication without disk and NIC mapping
152152

153153
```powershell
154154
@@ -199,7 +199,7 @@ foreach ($DiscoveredServer in $DiscoveredServers)
199199
}
200200
```
201201

202-
## (Option 2) Start Replication with disk and NIC mapping
202+
### (Option 2) Start Replication with disk and NIC mapping
203203

204204
### Create a local disk mapping object
205205

@@ -271,7 +271,7 @@ $NicMappings | Format-List *
271271
```
272272

273273

274-
**Start Replication with disk and NIC mappings**
274+
### Start Replication with disk and NIC mappings
275275
> [!NOTE]
276276
> If you use the `-DiskToInclude` and `-NicToInclude` parameters, you must create both local disk and NIC mapping objects as shown in the **Create a Local Disk Mapping** and **Create a local NIC mapping object** sections. You cannot use one without the other.
277277
>

0 commit comments

Comments
 (0)