Skip to content

Commit c89948e

Browse files
Merge pull request #18041 from v-sissondan/migrate-guest-mgmt
Enable guest management prereq update
2 parents dc11a66 + 4718905 commit c89948e

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

azure-local/migrate/migrate-enable-guest-management.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable guest management for migrated VMs (preview)
33
description: Learn how to enable guest management for migrated VMs (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 03/08/2025
6+
ms.date: 05/27/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -28,38 +28,7 @@ Before you begin, complete the following:
2828

2929
- Your system is running Azure Local release 2405 or later.
3030

31-
- Azure CLI is installed on the Azure Local instance. For instructions, see [Install the Azure CLI for Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
32-
33-
- Add the **stack-hci-vm** Azure extension by running PowerShell as administrator:
34-
35-
- To add the **stack-hci-vm** extension, run the following cmdlet:
36-
37-
```azurecli
38-
az extension add --name stack-hci-vm --upgrade
39-
```
40-
41-
- To verify the installation and check that the **stack-hci-vm** version is 1.1.5 or later:
42-
43-
```azurecli
44-
PS C:\Users\AzureStackAdminD> az -version
45-
{
46-
"azure-cli": "2.68.0",
47-
"azure-cli-core": "2.68.0",
48-
"azure-cli-telemetry": "1.1.0",
49-
"extensions": {
50-
"aksarc": "1.2.23",
51-
"arcappliance": "1.3.1",
52-
"connectedk8s": "1.10.5",
53-
"customlocation": "0.1.3",
54-
"k8s-extension": "1.6.3",
55-
"stack-hci-vm": "1.5.0",
56-
},
57-
"dependencies": {
58-
"msal": "1.31.1",
59-
"azure-mgmt-resource": "23.1.1",
60-
},
61-
}
62-
```
31+
- You are able to [connect to the target Azure Local instance remotely](../manage/azure-arc-vm-management-prerequisites.md#connect-to-the-system-remotely).
6332

6433
- Familiarize yourself with Azure Local VMs and guest management features and considerations - see [Enable guest management](../manage/manage-arc-virtual-machines.md#enable-guest-management).
6534

0 commit comments

Comments
 (0)