Skip to content

Commit 58d2bd1

Browse files
committed
minor edits
1 parent 606c138 commit 58d2bd1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ Enable replication as follows:
142142
1. Track job status in the portal notifications.
143143
1. Monitor replication status by selecting on the numerical value next to **Azure VM** in **Migration and modernization**.
144144

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

147-
Replication occurs as follows:
148-
- When the Start Replication job finishes successfully, the machines begin their initial replication to Azure.
149-
- During initial replication, a VM snapshot is created. Disk data from the snapshot is replicated to replica managed disks in Azure.
150-
- After initial replication finishes, delta replication begins. Incremental changes to on-premises disks are periodically replicated to the replica disks in Azure.
147+
Replication occurs as follows: <br /><br />
148+
- When the Start Replication job finishes successfully, the machines begin their initial replication to Azure. <br /><br />
149+
- During initial replication, a VM snapshot is created. Disk data from the snapshot is replicated to replica managed disks in Azure. <br /><br />
150+
- 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

152152
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.
153153
1. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
@@ -165,36 +165,36 @@ Replication occurs as follows:
165165
1.
166166
1. You can run the command without `-MachineName` to view migration status and time remaining for all servers in the project. For example:
167167
168-
```powershell
168+
```powershell
169169
170-
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>"
171-
```
170+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>"
171+
```
172172
1. Replace `your-project-name` and `your-resource-group` with the actual Azure Migrate project and resource group names.
173173

174174
1. You run this command and get the following output:
175175

176-
:::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":::
176+
:::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":::
177177

178178
1. If there is a problem with replication or cutover, the `-Health` flag shows **errors, possible causes, and recommended actions** to troubleshoot the migration.
179179

180-
```powershell
180+
```powershell
181181
182-
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -MachineName "<your-server-name>" -Health
183-
```
182+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -MachineName "<your-server-name>" -Health
183+
```
184184
1. You run this command and get the following output:
185185

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":::
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":::
187187

188188
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**.
189189

190-
```powershell
191-
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -ApplianceName "<your-appliance-
192-
```
190+
```powershell
191+
Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -ResourceGroupName "<your-resource-group>" -ApplianceName "<your-appliance-
192+
```
193193
1. Replace `your-project-name`, `your-resource-group`, and `your-appliance-name` with the actual values from your Azure Migrate setup.
194194

195195
1. You run this command to get the follwoing output:
196196

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":::
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":::
198198

199199
## Run a test migration
200200

0 commit comments

Comments
 (0)