Skip to content

Commit 6e2afa5

Browse files
committed
minor edits
1 parent 58d2bd1 commit 6e2afa5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Enable replication as follows:
144144

145145
![Monitor replication](./media/tutorial-migrate-vmware/replicating-servers.png)
146146

147-
Replication occurs as follows: <br /><br />
147+
Replication occurs as follows: <br /><br />
148148
- When the Start Replication job finishes successfully, the machines begin their initial replication to Azure. <br /><br />
149149
- During initial replication, a VM snapshot is created. Disk data from the snapshot is replicated to replica managed disks in Azure. <br /><br />
150150
- After initial replication finishes, delta replication begins. Incremental changes to on-premises disks are periodically replicated to the replica disks in Azure. <br /><br />
@@ -162,15 +162,14 @@ Enable replication as follows:
162162
:::image type="content" source="./media/tutorial-migrate-vmware/run-command.png" alt-text="Screenshot shows the output when you run the command." lightbox="./media/tutorial-migrate-vmware/run-command.png":::
163163
164164
1. The output shows the server replication status, disk progress, time left, upload speed, and datastore details.
165-
1.
166165
1. You can run the command without `-MachineName` to view migration status and time remaining for all servers in the project. For example:
167166
168-
```powershell
167+
```powershell
169168
170-
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>"
171-
```
172-
1. Replace `your-project-name` and `your-resource-group` with the actual Azure Migrate project and resource group names.
169+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>"
170+
```
173171
172+
1. Replace `your-project-name` and `your-resource-group` with the actual Azure Migrate project and resource group names.
174173
1. You run this command and get the following output:
175174
176175
:::image type="content" source="./media/tutorial-migrate-vmware/replication-status.png" alt-text="Screenshot shows the overall replication status." lightbox="./media/tutorial-migrate-vmware/replication-status.png":::
@@ -183,7 +182,7 @@ Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -Resou
183182
```
184183
1. You run this command and get the following output:
185184

186-
::image type="content" source="./media/tutorial-migrate-vmware/replication-complete.png" alt-text="Screenshot shows the replicaiton complete status." lightbox="./media/tutorial-migrate-vmware/replication-complete.png":::
185+
::image type="content" source="./media/tutorial-migrate-vmware/replication-complete.png" alt-text="Screenshot shows the replicaiton complete status." lightbox="./media/tutorial-migrate-vmware/replication-complete.png":::
187186

188187
1. You can also run the command with only `-ApplianceName` to view the migration status, time remaining, and health details for **all servers connected to that appliance**.
189188

@@ -194,7 +193,7 @@ Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -Resou
194193

195194
1. You run this command to get the follwoing output:
196195

197-
::image type="content" source="./media/tutorial-migrate-vmware/appliance-machine.png" alt-text="Screenshot shows azure migrate server migratoin status." lightbox="./media/tutorial-migrate-vmware/appliance-machine.png":::
196+
::image type="content" source="./media/tutorial-migrate-vmware/appliance-machine.png" alt-text="Screenshot shows azure migrate server migratoin status." lightbox="./media/tutorial-migrate-vmware/appliance-machine.png":::
198197

199198
## Run a test migration
200199

0 commit comments

Comments
 (0)