You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to enable guest management for migrated VMs (preview).
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 03/08/2025
6
+
ms.date: 05/27/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
---
@@ -28,38 +28,7 @@ Before you begin, complete the following:
28
28
29
29
- Your system is running Azure Local release 2405 or later.
30
30
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).
63
32
64
33
- 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).
0 commit comments