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/disconnected-operations-known-issues.md
+31-29Lines changed: 31 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ This article lists critical known issues and their workarounds in disconnected o
18
18
19
19
These release notes update continuously, and we add critical issues that require a workaround as we find them. Before you deploy disconnected operations with Azure Local, review the information here.
20
20
21
-
## Azure Local deployment with Azure Keyvault
21
+
## Known issues for the preview release
22
+
23
+
### Azure Local deployment with Azure Keyvault
22
24
23
25
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
26
@@ -72,29 +74,29 @@ $managedIds|foreach-object {
72
74
Write-Verbose "Wait 30 min before running cloud deployment from portal"
73
75
```
74
76
75
-
## Azure Local VMs (Arc VMs)
77
+
###Azure Local VMs (Arc VMs)
76
78
77
-
### Azure Resource Graph add or edit tags error
79
+
####Azure Resource Graph add or edit tags error
78
80
79
81
When adding or editing a tag on an Arc VM, you might see an Azure Resource Graph error.
80
82
81
83
**Mitigation**: Use Azure Command-Line Interface (CLI) to add or edit tags for the resource.
82
84
83
-
### Start, restart, or delete buttons disabled after stopping VM
85
+
####Start, restart, or delete buttons disabled after stopping VM
84
86
85
87
After you stop an Arc VM, the start, restart, and delete buttons in the Azure portal are disabled.
86
88
87
89
**Mitigation**: Refresh your browser and the page.
88
90
89
-
### Unable to view the network interface or read properties on an Arc VM
91
+
####Unable to view the network interface or read properties on an Arc VM
90
92
91
93
Viewing the network interface or properties on an Arc VM in the portal is unsupported in this preview release.
92
94
93
-
### Portal showing unsaved change notification after updating VM size
95
+
####Portal showing unsaved change notification after updating VM size
94
96
95
97
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.
96
98
97
-
### Delete a VM resource
99
+
####Delete a VM resource
98
100
99
101
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'***.
100
102
@@ -104,9 +106,9 @@ When you delete a VM from the portal, you might see the message ***Delete associ
104
106
az stack-hci-vm network nic delete
105
107
```
106
108
107
-
## Azure Kubernetes Service (AKS) on Azure Local
109
+
###Azure Kubernetes Service (AKS) on Azure Local
108
110
109
-
### Use an existing public key when creating AKS cluster
111
+
####Use an existing public key when creating AKS cluster
110
112
111
113
In this release, you can only use an existing public key when creating an AKS cluster.
112
114
@@ -117,7 +119,7 @@ ssh-keygen -t rsa
117
119
(cat ~\.ssh\id_rsa.pub)|set-clipboard
118
120
```
119
121
120
-
### Update or scale a node pool from the portal is disabled
122
+
####Update or scale a node pool from the portal is disabled
121
123
122
124
Updating or scaling a node pool from the portal is unsupported in this preview release.
123
125
@@ -128,35 +130,35 @@ az aksarc nodepool update
128
130
az aksarc nodepool scale
129
131
```
130
132
131
-
### Kubernetes cluster list empty under Azure Local (Kubernetes clusters)
133
+
####Kubernetes cluster list empty under Azure Local (Kubernetes clusters)
132
134
133
135
When you navigate to Azure Local and click **Kubernetes clusters**, you might see an empty list of clusters.
134
136
135
137
**Mitigation**: Navigate to **Kubernetes** > **Azure Arc** in the left menu or using the search bar. Your clusters should appear in the list.
136
138
137
-
### Save Kubernetes service notification stuck
139
+
####Save Kubernetes service notification stuck
138
140
139
141
After updating to a newer version of Kubernetes, you might encounter a stuck notification, `Save Kubernetes service`.
140
142
141
143
**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.
142
144
143
-
### Activity log shows authentication issue
145
+
####Activity log shows authentication issue
144
146
145
147
Ignore the portal warning for this release.
146
148
147
-
### Microsoft Entra authentication with Kubernetes RBAC fails
149
+
####Microsoft Entra authentication with Kubernetes RBAC fails
148
150
149
151
When attempting to create a Kubernetes cluster with Entra authentication, you encounter an error.
150
152
151
153
**Mitigation**: Only local accounts with Kubernetes RBAC are supported in this preview release.
152
154
153
-
### Arc extensions
155
+
####Arc extensions
154
156
155
157
When navigating to extensions on an AKS cluster the add button is disabled and there aren't any extensions listed.
156
158
157
159
Arc extensions are unsupported in this preview release.
158
160
159
-
### AKS resource shows on portal after deletion
161
+
####AKS resource shows on portal after deletion
160
162
161
163
After successfully deleting an AKS cluster from portal the resource continues to show.
162
164
@@ -166,47 +168,47 @@ After successfully deleting an AKS cluster from portal the resource continues to
166
168
az aksarc delete
167
169
```
168
170
169
-
### Export Host Guardian Service certificates
171
+
####Export Host Guardian Service certificates
170
172
171
173
This feature is unsupported in this preview release.
172
174
173
-
### Restart a node or the control plane VM
175
+
####Restart a node or the control plane VM
174
176
175
177
After you restart a node or the control plane VM, the system might take up to an hour to become fully ready. If you notice issues with the local portal, missing resources, or failed deployments, check the appliance health using the **OperationsModule** to confirm that all services are fully converged.
176
178
177
-
## Subscriptions
179
+
###Subscriptions
178
180
179
-
### Operator create subscription
181
+
####Operator create subscription
180
182
181
183
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.
182
184
183
185
**Mitigation**: Refresh your browser window.
184
186
185
-
### Operator subscriptions view (timeout)
187
+
####Operator subscriptions view (timeout)
186
188
187
189
If you're signed in as an operator, you might see a timeout screen and be unable to view, list, or create subscriptions.
188
190
189
191
**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.
190
192
191
193
**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.
192
194
193
-
## Azure CLI
195
+
###Azure CLI
194
196
195
-
### Manage clouds
197
+
####Manage clouds
196
198
197
199
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.
198
200
199
201
**Mitigation**: Only use lowercase letters for cloud names in `az cloud` subcommands, such as `register`, `show`, or `set`.
200
202
201
-
### Create subscriptions
203
+
####Create subscriptions
202
204
203
205
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.
204
206
205
207
**Mitigation**: Use `az rest` to create subscriptions with a different owner if required to automate directly with different owner
206
208
207
-
## Azure portal
209
+
###Azure portal
208
210
209
-
### Signout fails
211
+
####Signout fails
210
212
211
213
When you select Sign-out, the request doesn't work.
212
214
@@ -218,13 +220,13 @@ When you select Sign-out, the request doesn't work.
218
220
219
221
### AKS on Azure Local-->
220
222
221
-
## Azure Resource Manager
223
+
###Azure Resource Manager
222
224
223
-
### Template specs
225
+
####Template specs
224
226
225
227
Template specs are unsupported in the preview release. Deployments that use ARM templates with template specs fail.
226
228
227
-
## Unsupported scenarios
229
+
###Unsupported scenarios
228
230
229
231
The following scenarios are unsupported in the preview release.
0 commit comments