Skip to content

Commit 94fb35a

Browse files
committed
fixing image indentaiton
1 parent f9c5c87 commit 94fb35a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Replication occurs as follows: <br /><br />
156156
```powershell
157157
Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
158158
```
159-
6. Replace `your-project-name`, `your-resource-group`, and `your-server-nam` with the actual Azure Migrate project, resource group, and server name.
159+
6. Replace `your-project-name`, `your-resource-group`, and `your-server-name` with the actual Azure Migrate project, resource group, and server name.
160160
7. You run this command and get the following output:
161161
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":::
@@ -170,19 +170,19 @@ Replication occurs as follows: <br /><br />
170170
```
171171
172172
10. Replace `your-project-name` and `your-resource-group` with the actual Azure Migrate project and resource group names.
173-
11. You run this command and get the following output:
173+
11. You run this command and get the following output: <br /><br />
174174
175-
:::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":::
175+
:::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":::
176176
177177
12. If there is a problem with replication or cutover, the `-Health` flag shows **errors, possible causes, and recommended actions** to troubleshoot the migration.
178178
179179
```powershell
180180
181181
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -MachineName "<your-server-name>" -Health
182182
```
183-
13. You run this command and get the following output:
183+
13. You run this command and get the following output: <br /><br />
184184

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":::
185+
:::image type="content" source="./media/tutorial-migrate-vmware/replication-complete.png" alt-text="Screenshot shows the replication complete status." lightbox="./media/tutorial-migrate-vmware/replication-complete.png":::
186186

187187
14. 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**.
188188

@@ -191,7 +191,8 @@ Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -Resou
191191
```
192192
15. Replace `your-project-name`, `your-resource-group`, and `your-appliance-name` with the actual values from your Azure Migrate setup.
193193

194-
16. You run this command to get the follwoing output:
194+
16. You run this command to get the following output: <br /><br />
195+
195196
::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":::
196197

197198
## Run a test migration

0 commit comments

Comments
 (0)