Skip to content

Commit 59c164f

Browse files
committed
Warning fix
1 parent 5896600 commit 59c164f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/migrate/how-to-scale-out-for-migration.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,27 +141,27 @@ In the configuration manager, select **Set up prerequisites**, and then complete
141141

142142
After the appliance is successfully registered, to see the registration details, select **View details**.
143143

144-
#### Import appliance configuration from primary appliance
144+
#### Import appliance configuration from primary appliance
145145

146-
To complete the registration of the scale-out appliance, click **import** to get the necessary configuration files from the primary appliance.
146+
To complete the registration of the scale-out appliance, click **import** to get the necessary configuration files from the primary appliance.
147147

148-
1. Clicking **import** opens a pop-up window with instructions on how to import the necessary configuration files from the primary appliance.
148+
1. Clicking **import** opens a pop-up window with instructions on how to import the necessary configuration files from the primary appliance.
149149

150-
:::image type="content" source="./media/how-to-scale-out-for-migration/import-modal-scale-out.png" alt-text="Screenshot of the Import Configuration files modal.":::
150+
:::image type="content" source="./media/how-to-scale-out-for-migration/import-modal-scale-out.png" alt-text="Screenshot of the Import Configuration files modal.":::
151151

152-
1. Login (remote desktop) to the primary appliance and execute the following PowerShell commands:
152+
1. Login (remote desktop) to the primary appliance and execute the following PowerShell commands:
153153

154-
`PS cd 'C:\Program Files\Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell' `
154+
`PS cd 'C:\Program Files\Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell' `
155155

156-
`PS .\ExportConfigFiles.ps1 `
156+
`PS .\ExportConfigFiles.ps1 `
157157

158-
> [!Note] Install PowerShell 7.x in the appliance and execute the script ExportConfigFiles.ps1. The script execution is only supported with PowerShell 7.x.
158+
> [!Note] Install PowerShell 7.x in the appliance and execute the script ExportConfigFiles.ps1. The script execution is only supported with PowerShell 7.x.
159159
160-
1. Copy the zip file created by running the above commands to the scale-out appliance. The zip file contains configuration files needed to register the scale-out appliance.
160+
1. Copy the zip file created by running the above commands to the scale-out appliance. The zip file contains configuration files needed to register the scale-out appliance.
161161

162-
1. In the pop-up window opened in the previous step, select the location of the copied configuration zip file and click **Save**.
162+
1. In the pop-up window opened in the previous step, select the location of the copied configuration zip file and click **Save**.
163163

164-
Once the files have been successfully imported, the registration of the scale-out appliance will complete and it will show you the timestamp of the last successful import. You can also see the registration details by clicking **View details**.
164+
Once the files have been successfully imported, the registration of the scale-out appliance will complete and it will show you the timestamp of the last successful import. You can also see the registration details by clicking **View details**.
165165
1. **Install the VDDK**: The appliance checks that VMware vSphere Virtual Disk Development Kit (VDDK) is installed. If the VDDK isn't installed, download VDDK 6.7 from VMware. Extract the downloaded zip file contents to the specified location on the appliance, as indicated in the *Installation instructions*.
166166

167167
The Migration and modernization tool uses the VDDK to replicate servers during migration to Azure.

0 commit comments

Comments
 (0)