Skip to content

Commit a2f8206

Browse files
Merge pull request #18044 from alkohli/apifwd
Added property or resource type not supported troubleshooting issue
2 parents da56057 + 5fc879a commit a2f8206

File tree

1 file changed

+41
-10
lines changed

1 file changed

+41
-10
lines changed

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

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,49 @@
11
---
2-
title: Troubleshoot Azure Local VMs enabled by Azure Arc
3-
description: Learn how to troubleshoot Azure Local VMs.
2+
title: Troubleshoot Azure Local Virtual Machines enabled by Azure Arc
3+
description: Learn how to troubleshoot issues you experience with Azure Local Virtual Machines (VMs).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 03/27/2025
6+
ms.date: 05/29/2025
77
ms.author: alkohli
88
ms.reviewer: vlakshmanan
99
ms.service: azure-local
1010
---
1111

12-
# Troubleshoot Azure Local VMs enabled by Azure Arc
12+
# Troubleshoot Azure Local Virtual Machines enabled by Azure Arc
1313

1414
[!INCLUDE [hci-applies-to-23h2](../includes/hci-applies-to-23h2.md)]
1515

16-
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.
16+
This article describes how to collect logs and troubleshoot issues with Azure Local Virtual Machines (VMs) enabled by Azure Arc. It also lists the current limitations and known issues with Azure Local VM management, along with recommended resolutions.
17+
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 outdated or the feature was introduced in a later version.
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.
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).
1747

1848
## Unable to select an image for Trusted launch VMs
1949

@@ -39,7 +69,7 @@ Follow these steps to verify that the Managed Identity isn't created for this VM
3969

4070
:::image type="content" source="./media/troubleshoot-arc-enabled-vms/managed-identity-missing-2.png" alt-text="Screenshot of JSON view indicating the Managed Identity is absent." lightbox="./media/troubleshoot-arc-enabled-vms/managed-identity-missing-2.png":::
4171

42-
1. To create managed identity, connect to the Azure Local machine via RDP. Run the following command:
72+
1. To create managed identity, connect to the Azure Local machine via Remote Desktop Protocol (RDP). Run the following command:
4373

4474
```azurecli
4575
az extension add --name connectedmachine
@@ -86,17 +116,17 @@ Or, you see this error:
86116
87117
**Error:** `{"code":"moc-operator galleryimage serviceClient returned an error while reconciling: rpc error: code = Unknown desc = ===== RESPONSE ERROR (ErrorCode=NoAuthenticationInformation) =====\nDescription=, Details: (none)\n","message":"moc-operator galleryimage serviceClient returned an error while reconciling: rpc error: code = Unknown desc = ===== RESPONSE ERROR (ErrorCode=NoAuthenticationInformation) =====\nDescription=, Details: (none)\n"}`
88118
89-
The failure occurs because the user creating the image does not have the right permissions to access the image from the storage account. The user must have the **Storage Blob Data Contributor** role on the storage account that you use for the image. For more information, see [Assign Azure roles](/azure/role-based-access-control/role-assignments-portal?tabs=current) for access to blob data.
119+
The failure occurs because the user creating the image doesn't have the right permissions to access the image from the storage account. The user must have the **Storage Blob Data Contributor** role on the storage account that you use for the image. For more information, see [Assign Azure roles](/azure/role-based-access-control/role-assignments-portal?tabs=current) for access to blob data.
90120
91121
**Resolution:**
92122
93-
Add the **Storage Blob Data Contributor** role to the user that needs to create an image from this storage account. Once role has been added, retry deploying the image.
123+
Add the **Storage Blob Data Contributor** role to the user that needs to create an image from this storage account. Once role is added, retry deploying the image.
94124
95-
You may also see the following error when trying to deploy a VM image from a storage account:
125+
You might also see the following error when trying to deploy a VM image from a storage account:
96126
97127
**Error:** `{"code":"moc-operator galleryimage serviceClient returned an error while reconciling: rpc error: code = Unknown desc = ===== RESPONSE ERROR (ErrorCode=InvalidBlobType) =====\nDescription=The blob type is invalid for this operation.\nRequestId:5e74055f-e01e-0033-66eb-ff9734000000\nTime:2024-09-05T23:32:56.3001852Z, Details: (none)\n","message":"moc-operator galleryimage serviceClient returned an error while reconciling: rpc error: code = Unknown desc = ===== RESPONSE ERROR (ErrorCode=InvalidBlobType) =====\nDescription=The blob type is invalid for this operation.\nRequestId:5e74055f-e01e-0033-66eb-ff9734000000\nTime:2024-09-05T23:32:56.3001852Z, Details: (none)\n","additionalInfo":[{"type":"ErrorInfo","info":{"category":"Uncategorized","recommendedAction":"","troubleshootingURL":""}}]}`
98128
99-
This failure is because the blob type is not correct within the storage account. The image must be of `page blob` type.
129+
This failure is because the blob type isn't correct within the storage account. The image must be of `page blob` type.
100130
101131
**Resolution:**
102132
@@ -133,6 +163,7 @@ If your environment fails to recognize Azure CLI after installing it, run the fo
133163
```
134164

135165

166+
136167
## Next steps
137168

138169
- [Azure Local VM management FAQs](./azure-arc-vms-faq.yml)

0 commit comments

Comments
 (0)