Skip to content

Commit 0e73b74

Browse files
committed
incorporated review feedback
1 parent 629bef8 commit 0e73b74

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

azure-local/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following table lists the known issues in this release:
6868
| Update <!--33470082--> | Solution update fails with the error: `Unable to install solution update "11.2506.1001.24" - Type 'UpdateFOD' of Role 'ComposedImageUpdate' raised an exception.` | For detailed steps on how to resolve this issue, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/Update/SolutionUpdate-UpdateFOD.md). |
6969
| Deployment <!--33471589--> | After Azure portal deployment, SConfig network settings shows the error: `Set-SCfNetworksetting : Cannot bind argument to parameter 'Value' because it is null.` | There's no known workaround in this release. |
7070
| Update <!--33448368--> | Cluster-Aware Updating runs might fail with the error:<br>`Type 'SBEPartnerConfirmCauDone' of Role 'SBE' raised an exception:<br>SBE_MsftCIOnlyCommon_CommonForTesting_4.2.2504.16: ErrorID: SBE-CAU-RUNNING-AFTER-DONE -- CAU run is still in progress when it should be done. See https://aka.ms/AzureLocal/SBE/CauHelp for help. Review full Get-CauRun output it identify if it is progressing or stuck. Wait for it to complete if progressing.` | Wait for CAU run to complete (wait for `Get-CauRun` to report `RunNotInProgress`) and resume the update. |
71-
|Azure Local VMs <!--33811472-->| When no storage path is specified during deployment, resources (VMs and VHDs) are automatically placed on the first storage path of the cluster, even when other storage paths are also available. Over time, this might cause insufficient disk space on that path, potentially resulting in deployment failures. | Create resources with a specified storage path. For more information, see [Troubleshoot Azure Local Virtual Machines enabled by Azure Arc](../azure-local/manage/troubleshoot-arc-enabled-vms.md#deployment-failure-due-to-insufficient-disk-space-on-the-first-storage-path). |
71+
|Azure Local VMs <!--33811472-->| When no storage path is specified during deployment, resources (VMs, data disks, and images) are automatically placed on the first storage path of the cluster, even when other storage paths are also available. Over time, this might cause insufficient disk space on that path, potentially resulting in deployment failures. | Create resources with a specified storage path. For more information, see [Troubleshoot Azure Local Virtual Machines enabled by Azure Arc](../azure-local/manage/troubleshoot-arc-enabled-vms.md#resource-deployment-failure-due-to-insufficient-disk-space-on-the-first-storage-path). |
7272

7373
## Known issues from previous releases
7474

azure-local/manage/troubleshoot-arc-enabled-vms.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ To resolve this issue, follow these steps:
186186

187187
1. Restart the VM. After the restart, the warning message should no longer appear.
188188

189-
## Deployment failure due to insufficient disk space on the first storage path
189+
## Resource deployment failure due to insufficient disk space on the first storage path
190190

191191
**Error:**
192192

@@ -198,17 +198,15 @@ If no storage path is specified during deployment, resources are automatically p
198198

199199
**Resolution:**
200200

201-
When creating a VM or VHD, choose a storage path manually.
201+
When creating a VM, data disk, or image, choose a storage path manually.
202202

203203
# [Azure portal](#tab/azure-portal)
204204

205-
When creating a VM in the Azure portal, select the **Choose manually** option for storage path and then select a storage path from the available list.
206-
207-
When attaching data disks to the VM, select the **Choose manually** option for storage path allocation method and then select a storage path from the available list.
205+
When creating an image, select the **Choose manually** option for storage path and then select a storage path from the available list.
208206

209207
# [CLI](#tab/cli)
210208

211-
To specify a storage path when creating a VM or VHD, use the `--storage-path-id` parameter with the `az stack-hci-vm create` or `az stack-hci-vm disk create` command.
209+
To specify a storage path when creating a VM, data disk, or image, use the `--storage-path-id` parameter with the `az stack-hci-vm create`, `az stack-hci-vm disk create`, or `az stack-hci-vm image create` command.
212210

213211
# [ARM template](#tab/arm-template)
214212

0 commit comments

Comments
 (0)