Skip to content

Commit 8293c35

Browse files
Update migrate-appliance.md
1 parent 62ed39c commit 8293c35

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/migrate/migrate-appliance.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The appliance is upgraded as the Azure Migrate agents running on the appliance a
312312

313313
You can turn on auto-update using either of these methods:
314314

315-
- By leting the AutoUpdate registry key from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance.
315+
- By deleting the AutoUpdate registry key from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance.
316316
- After discovery is complete, in the Appliance Configuration Manager in the appliance web application
317317

318318
To delete the registry key:
@@ -321,7 +321,7 @@ To delete the registry key:
321321
2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**.
322322
3. Delete the registry key **AutoUpdate** that was previously created to turn off auto-update.
323323

324-
To turn on from Appliance Configuration Manager after discovery is complete:
324+
To turn on from Appliance Configuration Manager, after discovery is complete:
325325

326326
1. On the appliance machine, open the Appliance Configuration Manager.
327327
2. In **Appliance services** > **Automatic update of Azure Migrate components is turned off**, click to turn on auto-update.
@@ -337,7 +337,7 @@ You can check the appliance services version using either of these methods:
337337

338338
To check in the Appliance Configuration Manager:
339339

340-
1. After discovery is complete, open Appliance Configuration Manager in the appliance web application.
340+
1. After discovery is complete, open Appliance Configuration Manager, in the appliance web application.
341341
2. In **Appliance services** > verify the appliance services versions.
342342

343343
![Check version](./media/migrate-appliance/version.png)
@@ -355,20 +355,20 @@ If you are running an older version for any of the components, you must uninstal
355355

356356
1. To check for the latest versions, [download](https://aka.ms/latestapplianceservices) the LatestComponents.json file.
357357
2. After downloading, open the LatestComponents.json file in Notepad.
358-
3. Find the latest version in the file, and the download link for each of the appliance services. For example:
358+
3. Find the latest service version in the file, and the download link for it. For example:
359359

360360
"Name": "ASRMigrationWebApp", "DownloadLink": "https://download.microsoft.com/download/f/3/4/f34b2eb9-cc8d-4978-9ffb-17321ad9b7ed/MicrosoftAzureApplianceConfigurationManager.msi", "Version": "6.0.211.2", "Md5Hash": "e00a742acc35e78a64a6a81e75469b84"
361361

362-
4. Download the latest version of an outdated service, with the download link in the file.
362+
4. Download the latest version of an outdated service, using the download link in the file.
363363
5. After downloading, run the following command in an administrator command window, to verify the integrity of the downloaded MSI.
364364

365365
``` C:\>Get-FileHash -Path <file_location> -Algorithm [Hashing Algorithm] ```
366366
For example:
367367
C:\>CertUtil -HashFile C:\Users\public\downloads\MicrosoftAzureApplianceConfigurationManager.MSI MD5
368368

369-
5. Check that the outcome of the command matches the has value entry for the service in the file (for example, the MD5 hash value above).
369+
5. Check that the outcome of the command matches the hash value entry for the service in the file (for example, the MD5 hash value above).
370370
6. Now, run the MSI to install the service. It's a silent install, and the installation window closes after it's done.
371-
7. After installation is complete, check the version of the service in the **Control panel** > **Programs and Features**. The service version should be upgraded to the latest as shown in the json file.
371+
7. After installation is complete, check the version of the service in the **Control panel** > **Programs and Features**. The service version should be upgraded to the latest shown in the json file.
372372

373373

374374

0 commit comments

Comments
 (0)