Skip to content

Commit f9c5c87

Browse files
committed
fixing indentation
1 parent 1ffb490 commit f9c5c87

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Enable replication as follows:
145145
![Monitor replication](./media/tutorial-migrate-vmware/replicating-servers.png)
146146

147147
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 />
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
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.
153153
4. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
@@ -182,7 +182,6 @@ Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -Resou
182182
```
183183
13. You run this command and get the following output:
184184

185-
186185
::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
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**.
@@ -193,7 +192,6 @@ Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -Resou
193192
15. Replace `your-project-name`, `your-resource-group`, and `your-appliance-name` with the actual values from your Azure Migrate setup.
194193

195194
16. You run this command to get the follwoing output:
196-
197195
::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":::
198196

199197
## Run a test migration

0 commit comments

Comments
 (0)