Skip to content

Commit 1ffb490

Browse files
committed
fixing image indentaiton
1 parent 6e2afa5 commit 1ffb490

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Enable replication as follows:
140140
## Track and monitor
141141

142142
1. Track job status in the portal notifications.
143-
1. Monitor replication status by selecting on the numerical value next to **Azure VM** in **Migration and modernization**.
143+
2. Monitor replication status by selecting on the numerical value next to **Azure VM** in **Migration and modernization**.
144144

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

@@ -149,49 +149,50 @@ Replication occurs as follows: <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 />
151151

152-
1. Use PowerShell to view **Time Remaining** across **all stages of server migration** in Azure Migrate. This helps you monitor replication progress and plan cutover accurately.
153-
1. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
154-
1. Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
152+
3. Use PowerShell to view **Time Remaining** across **all stages of server migration** in Azure Migrate. This helps you monitor replication progress and plan cutover accurately.
153+
4. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
154+
5. Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
155155

156156
```powershell
157157
Run this command in Azure Cloud Shell to monitor the migration status of the server you need.
158158
```
159-
1. Replace `your-project-name`, `your-resource-group`, and `your-server-nam` with the actual Azure Migrate project, resource group, and server name.
160-
1. You run this command and get the following output:
159+
6. Replace `your-project-name`, `your-resource-group`, and `your-server-nam` with the actual Azure Migrate project, resource group, and server name.
160+
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":::
163163
164-
1. The output shows the server replication status, disk progress, time left, upload speed, and datastore details.
165-
1. You can run the command without `-MachineName` to view migration status and time remaining for all servers in the project. For example:
164+
8. The output shows the server replication status, disk progress, time left, upload speed, and datastore details.
165+
9. You can run the command without `-MachineName` to view migration status and time remaining for all servers in the project. For example:
166166
167167
```powershell
168168
169169
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>"
170170
```
171171
172-
1. Replace `your-project-name` and `your-resource-group` with the actual Azure Migrate project and resource group names.
173-
1. You run this command and get the following output:
172+
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:
174174
175175
:::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
177-
1. If there is a problem with replication or cutover, the `-Health` flag shows **errors, possible causes, and recommended actions** to troubleshoot the migration.
177+
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-
1. You run this command and get the following output:
183+
13. You run this command and get the following output:
184+
184185

185186
::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":::
186187

187-
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**.
188+
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**.
188189

189190
```powershell
190191
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -ApplianceName "<your-appliance-
191192
```
192-
1. Replace `your-project-name`, `your-resource-group`, and `your-appliance-name` with the actual values from your Azure Migrate setup.
193+
15. Replace `your-project-name`, `your-resource-group`, and `your-appliance-name` with the actual values from your Azure Migrate setup.
193194

194-
1. You run this command to get the follwoing output:
195+
16. You run this command to get the follwoing output:
195196

196197
::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":::
197198

0 commit comments

Comments
 (0)