Skip to content

Commit 882d8bc

Browse files
committed
fixing blockig issues
1 parent 8cc25a7 commit 882d8bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/migrate/hydration-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Migrate will create the network interface, a new virtual network, subnet,
2222

2323
After the virtual machine is created, Azure Migrate will invoke the [Custom Script Extension](/azure/virtual-machines/extensions/custom-script-windows) on the temporary VM using the Azure Virtual Machine REST API. The Custom Script Extension utility will execute a preparation script containing the required configuration for Azure readiness on the on-premises VM disks attached to the temporary Azure VM. The preparation script is downloaded from an Azure Migrate owned storage account. The network security group rules of the virtual network will be configured to permit the temporary Azure VM to access the Azure Migrate storage account for invoking the script.
2424

25-
![Migration steps](./media/concepts-vmware-agentless-migration/migration-steps.png)
25+
:::image type="content" source="./media/concepts-vmware-agentless-migration/migration-steps.png" alt-text="Image of VMware agentless migration steps." lightbox="./media/oncepts-vmware-agentless-migration/migration-steps.png":::.
2626

2727
>[!NOTE]
2828
>Hydration VM disks do not support Customer Managed Key (CMK). Platform Managed Key (PMK) is the default option.
@@ -69,7 +69,7 @@ The preparation script executes the following changes based on the OS type of th
6969

7070
- On the on-premises server, open the command prompt with elevated privileges and enter **diskpart**.
7171

72-
![Manual Configuration](./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png)
72+
:::image type="content" source="./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png" alt-text="Image of command prompt diskpart." lightbox="./media/concepts-prepare-vmware-agentless-migration/command-prompt-diskpart.png":::
7373

7474
- Enter SAN. If the drive letter of the guest operating system isn't maintained, Offline All or Offline Shared is returned.
7575

@@ -148,7 +148,7 @@ The preparation script executes the following changes based on the OS type of th
148148
1. If any of these drivers are missing, add the required drivers and regenerate the image for the corresponding kernel version.
149149

150150
>[!NOTE]
151-
>This step may not apply to Ubuntu and Debian VMs as the Hyper-V drivers are built-in by default. [Learn more about the changes.](/azure/virtual-machines/linux/create-upload-generic#install-kernel-modules-without-hyper-v)
151+
>This step may not apply to Ubuntu and Debian VMs as the Hyper-V drivers are built in by default. [Learn more about the changes.](/azure/virtual-machines/linux/create-upload-generic#install-kernel-modules-without-hyper-v)
152152
153153
An illustrative example for rebuilding initrd
154154

0 commit comments

Comments
 (0)