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
Copy file name to clipboardExpand all lines: azure-local/manage/troubleshoot-arc-enabled-vms.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Local VMs enabled by Azure Arc
3
3
description: Learn how to troubleshoot Azure Local VMs.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 03/27/2025
6
+
ms.date: 05/28/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: vlakshmanan
9
9
ms.service: azure-local
@@ -86,17 +86,17 @@ Or, you see this error:
86
86
87
87
**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"}`
88
88
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.
89
+
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.
90
90
91
91
**Resolution:**
92
92
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.
93
+
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.
94
94
95
-
You may also see the following error when trying to deploy a VM image from a storage account:
95
+
You might also see the following error when trying to deploy a VM image from a storage account:
96
96
97
97
**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":""}}]}`
98
98
99
-
This failure is because the blob type is not correct within the storage account. The image must be of `page blob` type.
99
+
This failure is because the blob type isn't correct within the storage account. The image must be of `page blob` type.
100
100
101
101
**Resolution:**
102
102
@@ -132,6 +132,20 @@ If your environment fails to recognize Azure CLI after installing it, run the fo
132
132
}
133
133
```
134
134
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:**
146
+
147
+
To resolve this issue, you need to update your cluster to a version that supports the property you're trying to set or supported 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/update-via-azure-portal-23h2.md).
0 commit comments