Skip to content

Commit ccea127

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/migrate/migrate-appliance.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@ Hyper-V Virtual Network Adapter | Bytes Sent/Second | Calculation for VM size
297297

298298
## Appliance upgrades
299299

300-
The appliance is upgraded as the Azure Migrate agents running on the appliance are updated. This happens automatically because auto-update is enabled on the appliance by default. You can change this default setting to update the agents manually.
300+
The appliance is upgraded as the Azure Migrate agents running on the appliance are updated. This happens automatically, because auto-update is enabled on the appliance by default. You can change this default setting, to update the appliance services manually.
301301

302302
### Turn off auto-update
303303

304-
1. On the machine running the appliance, open the registry editor.
304+
1. On the machine running the appliance, open the Registry Editor.
305305
2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**.
306306
3. To turn off auto-update, create a registry key **AutoUpdate** key with DWORD value of 0.
307307

@@ -313,13 +313,13 @@ The appliance is upgraded as the Azure Migrate agents running on the appliance a
313313
You can turn on auto-update using either of these methods:
314314

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

318318
To delete the registry key:
319319

320-
1. On the machine running the appliance, open the registry editor.
320+
1. On the machine running the appliance, open the Registry Editor.
321321
2. Navigate to **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance**.
322-
3. Delete the registry key **AutoUpdate** that was previously created to turn off auto-update.
322+
3. Delete the registry key **AutoUpdate**, that was previously created to turn off auto-update.
323323

324324
To turn on from Appliance Configuration Manager, after discovery is complete:
325325

@@ -337,8 +337,8 @@ 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.
341-
2. In **Appliance services** > verify the appliance services versions.
340+
1. After discovery is complete, open Appliance Configuration Manager (in the appliance web app).
341+
2. In **Appliance services**, verify the appliance services versions.
342342

343343
![Check version](./media/migrate-appliance/version.png)
344344

@@ -353,7 +353,7 @@ To check in the Control Panel:
353353

354354
If you are running an older version for any of the components, you must uninstall the service, and manually update to the latest version.
355355

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

@@ -366,9 +366,9 @@ If you are running an older version for any of the components, you must uninstal
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 hash value entry for the service in the file (for example, the MD5 hash value above).
369+
5. Check that the command output 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 shown in the json file.
371+
7. After installation is complete, check the version of the service in **Control panel** > **Programs and Features**. The service version should now be upgraded to the latest shown in the json file.
372372

373373

374374

0 commit comments

Comments
 (0)