Skip to content

Commit 7fe3cab

Browse files
committed
Updated
1 parent 34193cd commit 7fe3cab

File tree

1 file changed

+31
-13
lines changed

1 file changed

+31
-13
lines changed

azure-local/manage/troubleshoot-arc-enabled-vms.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Local VMs enabled by Azure Arc
33
description: Learn how to troubleshoot Azure Local VMs.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/28/2025
6+
ms.date: 05/29/2025
77
ms.author: alkohli
88
ms.reviewer: vlakshmanan
99
ms.service: azure-local
@@ -15,6 +15,36 @@ ms.service: azure-local
1515

1616
This article describes how to collect logs and troubleshoot issues with Azure Local VMs enabled by Azure Arc. It also lists the current limitations and known issues with Azure Local VM management, along with recommended resolutions.
1717

18+
19+
## Property isn't supported for this operation
20+
21+
**Error:**
22+
23+
`Property '<Property Name>' isn't supported for this operation on your Azure Local cluster version. Please update your cluster if you want to set this property for this operation. Please view aka.ms/hciproperties.`
24+
25+
**Cause:**
26+
27+
This error occurs when the feature you're trying to use isn't available for the software version running on your Azure Local instance. This can happen if the software version on your cluster is outdates of the feature was introduced in a later version of the extension.
28+
29+
**Resolution:**
30+
31+
To resolve this issue, update your Azure Local instance to the latest version. For more information, see [Update via PowerShell](../update/update-via-powershell-23h2.md) or [Update via Azure portal](../update/azure-update-manager-23h2.md).
32+
33+
34+
## Cluster extension doesn't support resource type
35+
36+
**Error:**
37+
38+
`The cluster extension '<Cluster Extension Azure Resource Manager ID>' doesn't support resource type 'Microsoft.AzureStackHCI/<Resource Type>'. The currently enabled resource types are '<Supported Resource Type Names>'. Please ensure the 'Microsoft.AzureStackHCI' cluster extension version metadata file supports the resource type. [ClusterExtensionVersion='<Cluster Extension Version>'] [CorrelationId='<Correlation ID>'].`
39+
40+
**Cause:**
41+
42+
This error occurs when the feature you're trying to use isn't available for the software version running on your Azure Local instance. This can happen if the software version on your cluster is outdated or the feature was introduced in a later version of the extension.
43+
44+
**Resolution:**
45+
46+
To resolve this issue, update your Azure Local instance to the latest version. For more information, see [Update via PowerShell](../update/update-via-powershell-23h2.md) or [Update via Azure portal](../update/azure-update-manager-23h2.md).
47+
1848
## Unable to select an image for Trusted launch VMs
1949

2050
Trusted launch for Azure Local VMs currently supports only a select set of Azure Marketplace images. For a list of supported images, see [Guest operating system images](./trusted-launch-vm-overview.md#guest-operating-system-images). When you create a Trusted launch VM in the Azure portal, the Image dropdown list shows only the images supported by Trusted launch. The Image dropdown appears blank if you select an unsupported image, including a custom image. The list also appears blank if none of the images available on your Azure Local system are supported by Trusted launch.
@@ -132,19 +162,7 @@ If your environment fails to recognize Azure CLI after installing it, run the fo
132162
}
133163
```
134164

135-
## Property not supported or resource types not supported by cluster extension
136-
137-
**Error:**
138-
139-
You see one of the following errors:
140-
141-
Error message #1: Property '{0}' isn't supported for this operation on your Azure Local cluster version. Please update your cluster if you want to set this property for this operation. Please view aka.ms/hciproperties.
142-
143-
Error message #2: The cluster extension '{0}' doesn't support resource type '{1}'. The currently enabled resource types are '{2}'. Please ensure the '{3}' cluster extension version metadata file supports the resource type. [ClusterExtensionVersion='{4}'] [CorrelationId='{5}']
144-
145-
**Resolution:**
146165

147-
To resolve this issue, you need to update your cluster to a version that supports the property you're trying to set or support the resource types for your cluster extension. For more information, see [Update via PowerShell](../update/update-via-powershell-23h2.md) or [Update via Azure portal](../update/azure-update-manager-23h2.md).
148166

149167
## Next steps
150168

0 commit comments

Comments
 (0)