Skip to content

Commit c484731

Browse files
committed
Merge branch '2025-07-23' of https://github.com/rcheeran/azure-stack-docs-pr into tsg7-22
2 parents be9839e + e426b81 commit c484731

File tree

8 files changed

+73
-10
lines changed

8 files changed

+73
-10
lines changed

AKS-Arc/aks-troubleshoot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following sections describe known issues for AKS enabled by Azure Arc:
2424

2525
| AKS Arc CRUD operation | Issue | Fix status |
2626
|------------------------|-------|------------|
27+
|AKS steady state |[Storage provisioning issue impacting cluster and node pool creation](issue-storage-provision.md)|Active|
2728
| AKS cluster delete | [Deleted AKS Arc cluster still visible on Azure portal](deleted-cluster-visible.md) | Active |
2829
| AKS steady state | [AKS Arc telemetry pod consumes too much memory and CPU](telemetry-pod-resources.md) | Fixed in 2507 release |
2930
| AKS cluster create | [Can't create AKS cluster or scale node pool because of issues with AKS Arc images](gallery-image-not-usable.md) | Fixed in 2507 release |
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Troubleshoot issue where storage provisioning fails
3+
description: Learn how to troubleshoot and mitigate the issue when storage provisioning fails
4+
ms.topic: troubleshooting
5+
author: rcheeran
6+
ms.author: rcheeran
7+
ms.date: 07/23/2025
8+
ms.reviewer: abha
9+
10+
---
11+
12+
# Troubleshoot storage provisioning issues observed during cluster and node pool creation
13+
14+
This article describes the issue where new AKS Arc nodes are created on a single storage path/volume of the Azure Local cluster, breaking the expected round-robin distribution amongst volumes. Over time, this might cause insufficient disk space on that path, potentially resulting in deployment failures.
15+
16+
## Symptoms
17+
18+
During cluster creation or node pool creation and scale operations you might see the following error message:
19+
20+
```bash
21+
The system failed to create <Azure resource name>: There is not enough space on the disk.
22+
```
23+
24+
25+
## Cause
26+
27+
- The issue is caused by a recent regression introduced in Azure Local version 2506.
28+
29+
## Mitigation
30+
31+
This issue was fixed in AKS on [Azure Local, version 2507](/azure/azure-local/whats-new?view=azloc-2507#features-and-improvements-in-2507). That said, this mitigation works only when you create new Azure Local instances with 2507 version. Upgrading from Azure Local versions 2506 to 2507 will not resolve the issue.
32+
33+
### Workaround for Azure Local versions 2506
34+
35+
This issue only affects clusters in Azure Local version 2506. Install the [support module](/azure/aks/aksarc/support-module.md) and run the commands provided in this module.
36+
37+
```powershell
38+
Test-SupportAksArcKnownIssues
39+
```
40+
41+
Run the following the command to fix this known issue on your deployment.
42+
43+
```powershell
44+
Invoke-SupportAksArcRemediation
45+
```
46+
47+
## Verification
48+
49+
Once the fix is done, you should be able to create your clusters and node pools. If you still encounter issues feel free to reach out to Microsoft Support.
50+
51+
## Contact Microsoft Support
52+
53+
If the problem persists, collect the [AKS cluster logs](get-on-demand-logs.md) before you [create a support request](aks-troubleshoot.md#open-a-support-request).
54+
55+
## Next steps
56+
57+
- [Use the diagnostic checker tool to identify common environment issues](aks-arc-diagnostic-checker.md)
58+
- [Review AKS on Azure Local architecture](cluster-architecture.md)

adaptive-cloud/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ highlightedContent:
2121
# Card
2222
- title: "Ignite 2024: Session catalog"
2323
itemType: video
24-
url: https://ignite.microsoft.com/sessions
24+
url: https://ignite.microsoft.com/archives
2525
- title: "Build 2024: post-event sessions"
2626
itemType: video
2727
url: https://build.microsoft.com/en-US/home
@@ -457,4 +457,4 @@ additionalContent:
457457
- url: https://azure.github.io/Vision-AI-DevKit-Pages/
458458
text: Vision AI Developer Kit
459459
- url: /visualstudio/azure/
460-
text: Visual Studio Azure development
460+
text: Visual Studio Azure development

azure-local/includes/azure-local-end-of-support-banner-23h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ author: alkohli
33
ms.author: alkohli
44
ms.service: azure-local
55
ms.topic: include
6-
ms.date: 04/24/2025
6+
ms.date: 07/22/2025
77
ms.reviewer: alkohli
88
---
99

1010
> [!IMPORTANT]
11-
> Azure Local, version 23H2 (releases 2311.2 to 2509) will reach end of support on October 31, 2025. After this date, you won't receive monthly security and quality updates. Support requests will only be available for patching to a supported release.
11+
> Azure Stack HCI, version 23H2 OS (releases 2311.2 to 2509, OS version 25398.xxxx) will reach end of support on October 31, 2025. After this date, you won't receive monthly security and quality updates. Support requests will only be available for patching to a supported release.

azure-local/manage/gpu-manage-via-partitioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 04/29/2025
8+
ms.date: 07/22/2025
99
---
1010

1111
# Manage GPUs using partitioning (preview)
@@ -33,7 +33,7 @@ Consider the following limitations when using the GPU-P feature:
3333

3434
- Partitions are autoassigned to the VMs. You can't choose a specific partition for a specific VM.
3535

36-
- GPU partitioning on Azure Local supports live migration. However, the host and VMs must be on NVIDIA virtual GPU software version 18 and later. For more information, see [Microsoft Azure Local - NVIDIA Docs](https://docs.nvidia.com/vgpu/18.0/grid-vgpu-release-notes-microsoft-azure-stack-hci/index.html).
36+
- GPU partitioning on Azure Local supports live migration. The OS build must be 26100.xxxx or later. The host and VMs must be on NVIDIA virtual GPU software version 18 and later. For more information, see [Microsoft Azure Local - NVIDIA Docs](https://docs.nvidia.com/vgpu/18.0/grid-vgpu-release-notes-microsoft-azure-stack-hci/index.html).
3737

3838
- You can partition your GPU using Azure Command-Line Interface (CLI). We recommend that you use Azure CLI to configure and assign GPU partitions. You must manually ensure that the homogeneous configuration is maintained for GPUs across all the machines in your system.
3939

azure-local/release-information-23h2.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: article
77
ms.service: azure-local
8-
ms.date: 07/21/2025
8+
ms.date: 07/22/2025
99
---
1010

1111
# Azure Local release information
@@ -20,6 +20,9 @@ This article provides the release information for Azure Local, including the rel
2020

2121
## About Azure Local releases
2222

23+
> [!NOTE]
24+
> Azure Local previously followed an annual release cadence for OS and feature updates, with versions like 23H2 and 22H2. The versioning model has now changed to align with a monthly release train, like 2507, 2506. However, references to older versioning might still appear in some documentation.
25+
2326
The Azure Local includes multiple release trains: 2411, 2503, 2504, 2505, and so forth. Each release train after 2411 is either a feature build or cumulative update.
2427

2528
- **Feature build**: The feature update build is the initial version of the software in a release train. Feature releases go beyond quality and security fixes, incorporating product enhancements, including updates for Azure Local services and agents.
@@ -80,7 +83,7 @@ The following tables summarize the release information for Azure Local across al
8083

8184
| Solution version | OS build | Security update | What's new | Known issues |
8285
|------|-------|---------------|------------|--------------|
83-
| 12.2507.1001.8 <br><br> 10.2507.0.6 <br></br> Availability date: 2025-07-21 | 26100.4652 | [July OS security update](security-update/security-update.md?view=azloc-2507&preserve-view=true&tabs=new-deployments) | [Features and improvements](./whats-new.md?view=azloc-2507&preserve-view=true#features-and-improvements-in-2507) | [Known issues](./known-issues.md?view=azloc-2507&preserve-view=true) |
86+
| 12.2507.1001.8 <br><br> Availability date: 2025-07-21 | 26100.4652 | [July OS security update](security-update/security-update.md?view=azloc-2507&preserve-view=true&tabs=new-deployments) | [Features and improvements](./whats-new.md?view=azloc-2507&preserve-view=true#features-and-improvements-in-2507) | [Known issues](./known-issues.md?view=azloc-2507&preserve-view=true) |
8487
| 12.2506.1001.29 <br><br> Availability date: 2025-07-02 | 26100.4349 | [June OS security update](security-update/security-update.md?view=azloc-2506&preserve-view=true&tabs=new-deployments) | [Features and improvements](./whats-new.md?view=azloc-2506&preserve-view=true#features-and-improvements-in-2506) | [Known issues](./known-issues.md?view=azloc-2506&preserve-view=true) |
8588
| 12.2505.1001.23 <br><br> Availability date: 2025-05-28 | 26100.4061 | [May OS security update](security-update/security-update.md?view=azloc-2505&preserve-view=true&tabs=new-deployments) | [Features and improvements](./whats-new.md?view=azloc-2505&preserve-view=true#features-and-improvements-in-2505) | [Known issues](./known-issues.md?view=azloc-2505&preserve-view=true) |
8689
| 12.2504.1001.20 <br><br> Availability date: 2025-04-29 | 26100.3775 | [April OS security update](security-update/security-update.md?view=azloc-2504&preserve-view=true&tabs=new-deployments) | [Features and improvements](./whats-new.md?view=azloc-2504&preserve-view=true#features-and-improvements-in-2504) | [Known issues](./known-issues.md?view=azloc-2504&preserve-view=true) |

azure-local/update/import-discover-updates-offline-23h2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For more information on the release cadence, see [Azure Local release informatio
4343

4444
| OS Build | Download URI | SHA256 |
4545
|--|--|--|
46-
| 25398.1732 | [11.2507.0.3027](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2507.1001.7/CombinedSolutionBundle.11.2507.1001.7.zip) <br><br> Availability date: <br><br> 2025-07-21 | F3E288E1854253E25AD063D3DA4B766CF634FE294BD6814F4A4A1551FB855773 |
46+
| 25398.1732 | [11.2507.1001.7](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2507.1001.7/CombinedSolutionBundle.11.2507.1001.7.zip) <br><br> Availability date: <br><br> 2025-07-21 | F3E288E1854253E25AD063D3DA4B766CF634FE294BD6814F4A4A1551FB855773 |
4747
| 25398.1665 | [11.2506.1001.28](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2506.1001.28/CombinedSolutionBundle.11.2506.1001.28.zip) <br><br> Availability date: <br><br> 2025-07-02 | 18975A06372192DD7249B5DCF8844EA0A68AD08B1C9F3C554FABF79EA74CB290 |
4848
| 25398.1611 | [11.2505.1001.22](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2505.1001.22/CombinedSolutionBundle.11.2505.1001.22.zip) <br><br> Availability date: <br><br> 2025-05-28 | AB2C7CE74168BF9FD679E7CE644BC57A20A0A3A418C5E8663EBCF53FC0B45113 |
4949
| 25398.1551 | [11.2504.1001.19](https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/11.2504.1001.19/CombinedSolutionBundle.11.2504.1001.19.zip) <br><br> Availability date: <br><br> 2025-04-21 | 7658C5CBAE241951C786D06D35E8B09A1160FDC5E9B8CAEDEB374ECC22A2CB68 |

azure-local/whats-new.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ This release has the following features and improvements:
4747

4848
::: moniker-end
4949

50+
::: moniker range="=azloc-2506"
5051

5152
## Features and improvements in 2506
5253

@@ -239,7 +240,7 @@ This release has the following features and improvements:
239240

240241
::: moniker-end
241242

242-
moniker range="=azloc-previous"
243+
::: moniker range="=azloc-previous"
243244

244245
## Features and improvements in 2411.3
245246

0 commit comments

Comments
 (0)