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/deploy/deployment-arc-register-configurator-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Configurator app to bootstrap and quickly regi
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
-
ms.date: 05/28/2025
7
+
ms.date: 05/29/2025
8
8
ms.service: azure-local
9
9
#CustomerIntent: As an IT Pro, I want to bootstrap and Arc register Azure Local machines via the Arc registration script.
10
10
---
@@ -133,7 +133,7 @@ Follow these steps to configure network settings and connect the machines to Azu
133
133
134
134
:::image type="content" source="media/deployment-arc-register-configurator-app/review-apply-tab-1.png" alt-text="Screenshot of the Review and apply tab in the Configurator app for Azure Local." lightbox="media/deployment-arc-register-configurator-app/review-apply-tab-1.png":::
135
135
136
-
### Step 2: Complete registration of machines to Azure
136
+
## Step 2: Complete registration of machines to Azure
137
137
138
138
1. Wait for the configuration to complete. First, machine is configured with the basic details followed by registration of the machines to Azure.
139
139
@@ -229,7 +229,7 @@ Follow these steps to upload the Support package to Microsoft:
229
229
230
230
:::image type="content" source="media/deployment-arc-register-configurator-app/upload-support-package-3.png" alt-text="Screenshot that shows the Support and troubleshooting pane with Upload selected and authentication guidance." lightbox="media/deployment-arc-register-configurator-app/upload-support-package-3.png":::
231
231
232
-
1. After the upload is complete, you receive a confirmation message. You can also view the upload status in the app.
232
+
1. After the upload is complete, you receive a confirmation message. You can also view the upload status in the app.
233
233
234
234
### Clean previous installation
235
235
@@ -243,4 +243,4 @@ If you have more than one version of the app installed, when you try to open the
243
243
244
244
- After your machines are registered with Azure Arc, proceed to deploy your Azure Local system via one of the following options:
245
245
- [Deploy via Azure portal](./deploy-via-portal.md).
246
-
- [Deploy via ARM template](./deployment-azure-resource-manager-template.md).
246
+
- [Deploy via ARM template](./deployment-azure-resource-manager-template.md).
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).
17
47
18
48
## Unable to select an image for Trusted launch VMs
19
49
@@ -39,7 +69,7 @@ Follow these steps to verify that the Managed Identity isn't created for this VM
39
69
40
70
:::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":::
41
71
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:
43
73
44
74
```azurecli
45
75
az extension add --name connectedmachine
@@ -86,17 +116,17 @@ Or, you see this error:
86
116
87
117
**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
118
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.
90
120
91
121
**Resolution:**
92
122
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.
94
124
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:
96
126
97
127
**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
128
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.
100
130
101
131
**Resolution:**
102
132
@@ -133,6 +163,7 @@ If your environment fails to recognize Azure CLI after installing it, run the fo
133
163
```
134
164
135
165
166
+
136
167
## Next steps
137
168
138
169
-[Azure Local VM management FAQs](./azure-arc-vms-faq.yml)
Copy file name to clipboardExpand all lines: azure-local/whats-new.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: overview
5
5
author: alkohli
6
6
ms.author: alkohli
7
7
ms.service: azure-local
8
-
ms.date: 05/08/2025
8
+
ms.date: 05/29/2025
9
9
---
10
10
11
11
# What's new in Azure Local?
@@ -45,6 +45,10 @@ This release has the following features and improvements:
45
45
46
46
-**Update changes**: This release includes reliability improvements to the update process. For more information, see [Fixed issues in 2505](./known-issues.md?view=azloc-2505&preserve-view=true#fixed-issues).
47
47
48
+
-**Ability to upload logs**: You can now upload a Support log package that includes all relevant logs to help Microsoft Support troubleshoot machine issues, directly from the Configurator app. For details, see [Upload the Support log package](./deploy/deployment-arc-register-configurator-app.md#upload-the-support-log-package).
49
+
50
+
-**Archival of Azure Local, version 22H2 documentation**: The archival of Azure Local, version 22H2 documentation is currently in progress and will be completed soon. Once archived, the articles will be available in the [Azure previous versions documentation](/previous-versions/azure/) for reference. The archived documentation isn't updated and isn't supported.
0 commit comments