Skip to content

Commit 9680a03

Browse files
authored
Update disconnected-operations-known-issues.md
Revised text,
1 parent 2088aa4 commit 9680a03

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article lists critical known issues and their workarounds in disconnected o
1818

1919
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.
2020

21-
### Azure Local deployment with Azure Keyvault
21+
## Azure Local deployment with Azure Keyvault
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

@@ -72,29 +72,29 @@ $managedIds|foreach-object {
7272
Write-Verbose "Wait 30 min before running cloud deployment from portal"
7373
```
7474

75-
### Azure Local VMs (Arc VMs)
75+
## Azure Local VMs (Arc VMs)
7676

77-
#### Azure Resource Graph add or edit tags error
77+
### Azure Resource Graph add or edit tags error
7878

7979
When adding or editing a tag on an Arc VM, you might see an Azure Resource Graph error.
8080

8181
**Mitigation**: Use Azure Command-Line Interface (CLI) to add or edit tags for the resource.
8282

83-
#### Start, restart, or delete buttons disabled after stopping VM
83+
### Start, restart, or delete buttons disabled after stopping VM
8484

8585
After you stop an Arc VM, the start, restart, and delete buttons in the Azure portal are disabled.
8686

8787
**Mitigation**: Refresh your browser and the page.
8888

89-
#### Unable to view the network interface or read properties on an Arc VM
89+
### Unable to view the network interface or read properties on an Arc VM
9090

91-
Viewing the network interface or properties on an Arc VM in the portal isn't supported in this release.
91+
Viewing the network interface or properties on an Arc VM in the portal is unsupported in this preview release.
9292

93-
#### Portal showing unsaved change notification after updating VM size
93+
### Portal showing unsaved change notification after updating VM size
9494

9595
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.
9696

97-
#### Delete a VM resource
97+
### Delete a VM resource
9898

9999
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'***.
100100

@@ -104,9 +104,9 @@ When you delete a VM from the portal, you might see the message ***Delete associ
104104
az stack-hci-vm network nic delete
105105
```
106106

107-
### Azure Kubernetes Service (AKS) on Azure Local
107+
## Azure Kubernetes Service (AKS) on Azure Local
108108

109-
#### Use an existing public key when creating AKS cluster
109+
### Use an existing public key when creating AKS cluster
110110

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

@@ -117,9 +117,9 @@ ssh-keygen -t rsa
117117
(cat ~\.ssh\id_rsa.pub)|set-clipboard
118118
```
119119

120-
#### Update or scale a node pool from the portal is disabled
120+
### Update or scale a node pool from the portal is disabled
121121

122-
Updating or scaling a node pool from the portal is currently not supported.
122+
Updating or scaling a node pool from the portal is unsupported in this preview release.
123123

124124
**Mitigation**: Use the CLI to update or scale a node pool.
125125

@@ -128,35 +128,35 @@ az aksarc nodepool update
128128
az aksarc nodepool scale
129129
```
130130

131-
#### Kubernetes cluster list empty under Azure Local (Kubernetes clusters)
131+
### Kubernetes cluster list empty under Azure Local (Kubernetes clusters)
132132

133133
When you navigate to Azure Local and click **Kubernetes clusters**, you might see an empty list of clusters.
134134

135135
**Mitigation**: Navigate to **Kubernetes** > **Azure Arc** in the left menu or using the search bar. Your clusters should appear in the list.
136136

137-
#### Save Kubernetes service notification stuck
137+
### Save Kubernetes service notification stuck
138138

139139
After updating to a newer version of Kubernetes, you might encounter a stuck notification, `Save Kubernetes service`.
140140

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

143-
#### Activity log shows authentication issue
143+
### Activity log shows authentication issue
144144

145145
Ignore the portal warning for this release.
146146

147-
#### Microsoft Entra authentication with Kubernetes RBAC fails
147+
### Microsoft Entra authentication with Kubernetes RBAC fails
148148

149149
When attempting to create a Kubernetes cluster with Entra authentication, you encounter an error.
150150

151-
**Mitigation**: Only local accounts with Kubernetes RBAC are supported in this preview.
151+
**Mitigation**: Only local accounts with Kubernetes RBAC are supported in this preview release.
152152

153-
#### Arc extensions
153+
### Arc extensions
154154

155155
When navigating to extensions on an AKS cluster the add button is disabled and there aren't any extensions listed.
156156

157-
Arc extensions are unsupported in this release.
157+
Arc extensions are unsupported in this preview release.
158158

159-
#### AKS resource shows on portal after deletion
159+
### AKS resource shows on portal after deletion
160160

161161
After successfully deleting an AKS cluster from portal the resource continues to show.
162162

@@ -168,13 +168,13 @@ az aksarc delete
168168

169169
### Export Host Guardian Service certificates
170170

171-
This feature isn't supported in this release.
171+
This feature is unsupported in this preview release.
172172

173173
### Restart a node or the control plane VM
174174

175175
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.
176176

177-
### Subscriptions
177+
## Subscriptions
178178

179179
### Operator create subscription
180180

@@ -190,23 +190,23 @@ If you're signed in as an operator, you might see a timeout screen and be unable
190190

191191
**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.
192192

193-
### Azure CLI
193+
## Azure CLI
194194

195-
#### Manage clouds
195+
### Manage clouds
196196

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

199199
**Mitigation**: Only use lowercase letters for cloud names in `az cloud` subcommands, such as `register`, `show`, or `set`.
200200

201-
#### Create subscriptions
201+
### Create subscriptions
202202

203203
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.
204204

205205
**Mitigation**: Use `az rest` to create subscriptions with a different owner if required to automate directly with different owner
206206

207-
### Azure portal
207+
## Azure portal
208208

209-
#### Signout fails
209+
### Signout fails
210210

211211
When you select Sign-out, the request doesn't work.
212212

@@ -218,11 +218,11 @@ When you select Sign-out, the request doesn't work.
218218
219219
### AKS on Azure Local-->
220220

221-
### Azure Resource Manager
221+
## Azure Resource Manager
222222

223-
#### Template specs
223+
### Template specs
224224

225-
Template specs aren't supported in the preview release. Deployments that use ARM templates with template specs fail.
225+
Template specs are unsupported in the preview release. Deployments that use ARM templates with template specs fail.
226226

227227
## Unsupported scenarios
228228

0 commit comments

Comments
 (0)