Skip to content

Commit 554ff91

Browse files
authored
Update known-issues-disconnected-operations.md
1 parent 67c5c86 commit 554ff91

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

azure-local/known-issues-disconnected-operations.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These release notes update continuously, and we add critical issues that require
2222

2323
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.
2424

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**.
2626

2727
Here's an example script. Modify and use this script to create the key vault ahead of time:
2828

@@ -74,25 +74,25 @@ Write-Verbose "Wait 30 min before running cloud deployment from portal"
7474

7575
### Arc-initialization (node) fails with error code 42
7676

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.
7878

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.
8080

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.
8282

8383
### Azure Local VMs (Arc VMs)
8484

8585
#### Azure Resource Graph add or edit tags error
8686

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.
8888

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.
9090

9191
#### Start, restart, or delete buttons disabled after stopping VM
9292

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.
9494

95-
Mitigation: Refresh your browser and the page.
95+
**Mitigation**: Refresh your browser and the page.
9696

9797
#### Unable to view the network interface or read properties on an Arc VM
9898

@@ -102,11 +102,11 @@ Viewing the network interface or properties on an Arc VM in the portal isn't sup
102102

103103
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.
104104

105-
#### Error deleting a VM resource
105+
#### Deleting a VM resource
106106

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***.
108108

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:
110110

111111
```azurecli
112112
az stack-hci-vm network nic delete
@@ -118,7 +118,7 @@ az stack-hci-vm network nic delete
118118

119119
In this release, you can only use an existing public key when creating an AKS cluster.
120120

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:
122122

123123
```powershell
124124
ssh-keygen -t rsa
@@ -129,7 +129,7 @@ ssh-keygen -t rsa
129129

130130
Updating or scaling a node pool from the portal is currently not supported.
131131

132-
Mitigation: Use CLI to update or scale a node pool.
132+
**Mitigation**: Use the CLI to update or scale a node pool.
133133

134134
```azurecli
135135
az aksarc nodepool update
@@ -138,25 +138,25 @@ az aksarc nodepool scale
138138

139139
#### Kubernetes cluster list empty under Azure Local (Kubernetes clusters)
140140

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.
142142

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.
144144

145145
#### Save Kubernetes service notification stuck
146146

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`.
148148

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.
150150

151151
#### Activity log shows authentication issue
152152

153153
Ignore the portal warning for this release.
154154

155155
#### Microsoft Entra authentication with Kubernetes RBAC fails
156156

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.
158158

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.
160160

161161
#### Arc extensions
162162

@@ -166,9 +166,9 @@ Arc extensions are unsupported in this release.
166166

167167
#### AKS resource shows on portal after deletion
168168

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.
170170

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:
172172

173173
```azurecli
174174
az aksarc delete
@@ -188,37 +188,37 @@ After you restart a node or the control plane VM, the system might take up to an
188188

189189
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.
190190

191-
Mitigation: Refresh your browser window.
191+
**Mitigation**: Refresh your browser window.
192192

193193
### Operator subscriptions view (timeout)
194194

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.
196196

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.
198198

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.
200200

201201
### Azure CLI
202202

203203
#### Manage clouds
204204

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.
206206

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`.
208208

209209
#### Create subscriptions
210210

211211
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.
212212

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
214214

215215
### Azure Portal
216216

217217
#### Signout fails
218218

219-
Error: When you select Sign-out, the request doesn't work.
219+
When you select Sign-out, the request doesn't work.
220220

221-
Mitigation: Close your browser, then go to the portal URL.
221+
**Mitigation**: Close your browser, then go to the portal URL.
222222

223223
<!--### Deployment
224224

0 commit comments

Comments
 (0)