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/known-issues-disconnected-operations.md
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ These release notes update continuously, and we add critical issues that require
22
22
23
23
Role-Based Access Control (RBAC) permissions on a newly created Azure Key Vault take up to 20 minutes to propagate. If you create the Azure Key Vault in the local portal and try to finish the cloud deployment, you might encounter permission issues when validating the cluster before deployment.
24
24
25
-
-**Resolution**: Wait 20 minutes after you create the Azure Key Vault to finish deploying the cluster, or create the key vault ahead of time. Assign the managed identity for each node, the key vault admin, and the user deploying to the cloud explicit roles on the key vault: **Key Vault Secrets Officer** and **Key Vault Data Access Administrator**.
25
+
**Mitigation**: Wait 20 minutes after you create the Azure Key Vault to finish deploying the cluster, or create the key vault ahead of time. Assign the managed identity for each node, the key vault admin, and the user deploying to the cloud explicit roles on the key vault: **Key Vault Secrets Officer** and **Key Vault Data Access Administrator**.
26
26
27
27
Here's an example script. Modify and use this script to create the key vault ahead of time:
28
28
@@ -74,25 +74,25 @@ Write-Verbose "Wait 30 min before running cloud deployment from portal"
74
74
75
75
### Arc-initialization (node) fails with error code 42
76
76
77
-
Error: When attempting to initialize an Arc-enabled node, you may encounter error code 42.
77
+
When attempting to initialize an Arc-enabled node, you may encounter error code 42.
78
78
79
-
Cause: Signing in with a service principal name (SPN) causes arc initialization to fail.
79
+
**Cause**: Signing in with a service principal name (SPN) causes arc initialization to fail.
80
80
81
-
Mitigation: Until the underlying issue is fixed, sign in to each Azure Local node by running `az login –use-device-code` instead of using a SPN.
81
+
**Mitigation**: Until the underlying issue is fixed, sign in to each Azure Local node by running `az login –use-device-code` instead of using a SPN.
82
82
83
83
### Azure Local VMs (Arc VMs)
84
84
85
85
#### Azure Resource Graph add or edit tags error
86
86
87
-
Error: When adding or editing a tag on an Arc VM, you might see an Azure Resource Graph error.
87
+
When adding or editing a tag on an Arc VM, you might see an Azure Resource Graph error.
88
88
89
-
Mitigation: Use Azure Command-Line Interface (CLI) to add or edit tags for the resource.
89
+
**Mitigation**: Use Azure Command-Line Interface (CLI) to add or edit tags for the resource.
90
90
91
91
#### Start, restart, or delete buttons disabled after stopping VM
92
92
93
-
Error: After you stop an Arc VM, the start, restart, and delete buttons in the Azure portal are disabled.
93
+
After you stop an Arc VM, the start, restart, and delete buttons in the Azure portal are disabled.
94
94
95
-
Mitigation: Refresh your browser and the page.
95
+
**Mitigation**: Refresh your browser and the page.
96
96
97
97
#### Unable to view the network interface or read properties on an Arc VM
98
98
@@ -102,11 +102,11 @@ Viewing the network interface or properties on an Arc VM in the portal isn't sup
102
102
103
103
If the notification in the top right shows that the save operation is complete, you can ignore the unsaved message and continue navigating away. The VM size is updated.
104
104
105
-
#### Error deleting a VM resource
105
+
#### Deleting a VM resource
106
106
107
-
Error: When you delete a VM from the portal, you might see the message ***Delete associated resource failed*** and ***Failed to delete the associated resource 'name' of type 'Network interface***.
107
+
When you delete a VM from the portal, you might see the message ***Delete associated resource failed*** and ***Failed to delete the associated resource 'name' of type 'Network interface***.
108
108
109
-
Mitigation: After you delete the VM, use the CLI to delete the associated network interface. Run this command:
109
+
**Mitigation**: After you delete the VM, use the CLI to delete the associated network interface. Run this command:
110
110
111
111
```azurecli
112
112
az stack-hci-vm network nic delete
@@ -118,7 +118,7 @@ az stack-hci-vm network nic delete
118
118
119
119
In this release, you can only use an existing public key when creating an AKS cluster.
120
120
121
-
Mitigation: To create an SSH key, use the following command-line tool and paste the public key in the UI:
121
+
**Mitigation**: To create an SSH key, use the following command-line tool and paste the public key in the UI:
122
122
123
123
```powershell
124
124
ssh-keygen -t rsa
@@ -129,7 +129,7 @@ ssh-keygen -t rsa
129
129
130
130
Updating or scaling a node pool from the portal is currently not supported.
131
131
132
-
Mitigation: Use CLI to update or scale a node pool.
132
+
**Mitigation**: Use the CLI to update or scale a node pool.
133
133
134
134
```azurecli
135
135
az aksarc nodepool update
@@ -138,25 +138,25 @@ az aksarc nodepool scale
138
138
139
139
#### Kubernetes cluster list empty under Azure Local (Kubernetes clusters)
140
140
141
-
Error: When you navigate to Azure Local and click **Kubernetes clusters**, you might see an empty list of clusters.
141
+
When you navigate to Azure Local and click **Kubernetes clusters**, you might see an empty list of clusters.
142
142
143
-
Mitigation: Navigate to **Kubernetes** > **Azure Arc** in the left menu or using the search bar. Your clusters should appear in the list.
143
+
**Mitigation**: Navigate to **Kubernetes** > **Azure Arc** in the left menu or using the search bar. Your clusters should appear in the list.
144
144
145
145
#### Save Kubernetes service notification stuck
146
146
147
-
Error: After updating to a newer version of Kubernetes, you might encounter a stuck notification, `Save Kubernetes service`.
147
+
After updating to a newer version of Kubernetes, you might encounter a stuck notification, `Save Kubernetes service`.
148
148
149
-
Mitigation: Navigate to the cluster view page and refresh it. Verify that the state is still upgrading or has completed. If it's completed, you can ignore the notification.
149
+
**Mitigation**: Navigate to the cluster view page and refresh it. Verify that the state is still upgrading or has completed. If it's completed, you can ignore the notification.
150
150
151
151
#### Activity log shows authentication issue
152
152
153
153
Ignore the portal warning for this release.
154
154
155
155
#### Microsoft Entra authentication with Kubernetes RBAC fails
156
156
157
-
Error: When attempting to create a Kubernetes cluster with Entra authentication, you encounter an error.
157
+
When attempting to create a Kubernetes cluster with Entra authentication, you encounter an error.
158
158
159
-
Mitigation: Only local accounts with Kubernetes RBAC are supported in this preview.
159
+
**Mitigation**: Only local accounts with Kubernetes RBAC are supported in this preview.
160
160
161
161
#### Arc extensions
162
162
@@ -166,9 +166,9 @@ Arc extensions are unsupported in this release.
166
166
167
167
#### AKS resource shows on portal after deletion
168
168
169
-
Error: After successfully deleting an AKS cluster from portal the resource continues to show.
169
+
After successfully deleting an AKS cluster from portal the resource continues to show.
170
170
171
-
Mitigation: Use cli to delete and clean up the cluster. Run this command:
171
+
**Mitigation**: Use the CLI to delete and clean up the cluster. Run this command:
172
172
173
173
```azurecli
174
174
az aksarc delete
@@ -188,37 +188,37 @@ After you restart a node or the control plane VM, the system might take up to an
188
188
189
189
After you create a new subscription as an operator, the subscription appears in the list as non-clickable and displays ***no access*** for the owner.
190
190
191
-
Mitigation: Refresh your browser window.
191
+
**Mitigation**: Refresh your browser window.
192
192
193
193
### Operator subscriptions view (timeout)
194
194
195
-
Error: If you're signed in as an operator, you might see a timeout screen and be unable to view, list, or create subscriptions.
195
+
If you're signed in as an operator, you might see a timeout screen and be unable to view, list, or create subscriptions.
196
196
197
-
Cause: This issue happens when a subscription owner is deleted or isn't synced from the source identity system to the local control plane. When you try to view subscriptions, the process fails because the owner's identity isn't available.
197
+
**Cause**: This issue happens when a subscription owner is deleted or isn't synced from the source identity system to the local control plane. When you try to view subscriptions, the process fails because the owner's identity isn't available.
198
198
199
-
Mitigation: If the portal doesn't work, use Azure CLI or REST API to create and list subscriptions. To assign a different owner, use the REST API and enter the `subscriptionOwnerId` parameter when you create the subscription.
199
+
**Mitigation**: If the portal doesn't work, use Azure CLI or REST API to create and list subscriptions. To assign a different owner, use the REST API and enter the `subscriptionOwnerId` parameter when you create the subscription.
200
200
201
201
### Azure CLI
202
202
203
203
#### Manage clouds
204
204
205
-
Error: When you use the `az cloud` commands, such as `az cloud register`, `az cloud show`, or `az cloud set`, you might encounter issues if you use uppercase letters in the cloud name.
205
+
When you use the `az cloud` commands, such as `az cloud register`, `az cloud show`, or `az cloud set`, you might encounter issues if you use uppercase letters in the cloud name.
206
206
207
-
Mitigation: Only use lowercase letters for cloud names in `az cloud` subcommands, such as `register`, `show`, or `set`.
207
+
**Mitigation**: Only use lowercase letters for cloud names in `az cloud` subcommands, such as `register`, `show`, or `set`.
208
208
209
209
#### Create subscriptions
210
210
211
211
Azure CLI doesn't support providing `subscriptionOwnerId` for new subscriptions. This makes the operator the default owner of newly created subscriptions without a way of changing the owner currently.
212
212
213
-
Mitigation: Use `az rest` to create subscriptions with a different owner if required to automate directly with different owner
213
+
**Mitigation**: Use `az rest` to create subscriptions with a different owner if required to automate directly with different owner
214
214
215
215
### Azure Portal
216
216
217
217
#### Signout fails
218
218
219
-
Error: When you select Sign-out, the request doesn't work.
219
+
When you select Sign-out, the request doesn't work.
220
220
221
-
Mitigation: Close your browser, then go to the portal URL.
221
+
**Mitigation**: Close your browser, then go to the portal URL.
0 commit comments