Skip to content

Commit a145daf

Browse files
committed
tweaks
1 parent df01201 commit a145daf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

azure-local/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Release notes with fixed and known issues in Azure Local
33
description: Read about the known issues and fixed issues in Azure Local.
44
author: alkohli
55
ms.topic: conceptual
6-
ms.date: 07/18/2025
6+
ms.date: 07/21/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -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, 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 error on that path, potentially resulting in deployment failures. | Create VMs and VHDs 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#vms-and-vhds-deployed-without-a-specified-storage-path-landing-only-on-the-first-storage-path-in-the-cluster). |
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-first-storage-path). |
7272

7373
## Known issues from previous releases
7474

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Local Virtual Machines enabled by Azure Arc
33
description: Learn how to troubleshoot issues you experience with Azure Local Virtual Machines (VMs).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 07/18/2025
6+
ms.date: 07/21/2025
77
ms.author: alkohli
88
ms.reviewer: vlakshmanan
99
ms.service: azure-local
@@ -186,19 +186,19 @@ 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-
## VMs and VHDs deployed without a specified storage path placed only on the first storage path
189+
## Deployment failure due to insufficient disk space on the first storage path
190190

191191
**Error:**
192192

193193
The system failed to create <Azure resource name>: There is not enough space on the disk.
194194

195195
**Cause:**
196196

197-
In Azure Local 2506, VMs and VHDs that are deployed without a specified storage path are automatically placed on the first available storage path, even when other storage paths are available on the cluster. Over time, this can lead to that path becoming full, preventing new deployments and potentially causing existing VMs to enter a paused-critical state due to disk I/O failures.
197+
If no storage path is specified during deployment, resources are automatically placed on the first storage path, even when additional storage paths are available on the cluster. This can lead to insufficient disk space on the first storage path, even when other storage paths still have available capacity.
198198

199199
**Resolution:**
200200

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

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

0 commit comments

Comments
 (0)