Skip to content

Commit 6740cfc

Browse files
Merge pull request #18439 from alkohli/1-2507
Updated what's new
2 parents 4d3e135 + 646c041 commit 6740cfc

File tree

2 files changed

+110
-9
lines changed

2 files changed

+110
-9
lines changed

azure-local/known-issues.md

Lines changed: 75 additions & 3 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/14/2025
6+
ms.date: 07/15/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -19,6 +19,74 @@ These release notes are continuously updated, and as critical issues requiring a
1919
2020
For more information about new features in this release, see [What's new for Azure Local](whats-new.md).
2121

22+
::: moniker range="=azloc-2507"
23+
24+
## Known issues for version 2507
25+
26+
For the 2506 release of Azure Local, Microsoft released two security updates, each aligned with a specific OS build. The following table provides the specific versions and their OS builds:
27+
28+
| Solution version | OS build |
29+
|---------|---------|---------|
30+
| 11.2507.1001.5 | 25398.1732 |
31+
| 12.2507.1001.6 | 26100.4652 |
32+
33+
> [!IMPORTANT]
34+
> The new deployments of this software use the **12.2507.1001.6** build. You can also update an existing deployment from 2505 by using **11.2507.1001.5**.
35+
36+
Release notes for this version include the issues fixed in this release, known issues in this release, and release note issues carried over from previous versions.
37+
38+
> [!NOTE]
39+
> For detailed remediation for common known issues, see the [Azure Local Supportability](https://github.com/Azure/AzureStackHCI-Supportability) GitHub repository.
40+
41+
## Fixed issues
42+
43+
The following table lists the fixed issues in this release:
44+
45+
|Feature |Issue |Comments |
46+
|---------|---------|---------|
47+
| 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.` | |
48+
| Deployment <!--33392176--> | Deployment fails with PSTerminatingError. | |
49+
| Deployment <!--33390832--> | In rare instances, deployment fails with errors during validation that state that the mandatory Arc extensions are not yet installed. | |
50+
51+
52+
## Known issues
53+
54+
Microsoft isn't aware of any known issues in this release.
55+
56+
## Known issues from previous releases
57+
58+
The following table lists the known issues from previous releases:
59+
60+
|Feature |Issue |Workaround |
61+
|---------|---------|---------|
62+
| Add server <br> Repair server <!--32447442--> | The `Add-server` and `Repair-server` cmdlets fail with the error: <br> `Cluster Build ID matches node to add's Build ID`. | Use the OS image of the same solution version as that running on the existing cluster. To get the OS image, identify and download the image version from this [Release table](https://github.com/Azure-Samples/AzureLocal/blob/main/os-image/os-image-tracking-table.md). |
63+
| Deployment <!--33008717--> | In this release and previous releases, registration fails with the following error when you try to register Azure Local machines with Azure Arc: <br>`AZCMAgent command failed with error: >> exitcode: 42. Additional Info: See https://aka.ms/arc/azcmerror`. | For detailed steps on how to resolve this issue, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/users/kagoyal/tsg-error42/TSG/ArcRegistration/TSG%20%7C%20Arc%20registration%20failing%20with%20error%2042.md). |
64+
| Azure Local VM management | The Mochostagent service might appear to be running but can get stuck without updating logs for over a month. You can identify this issue by checking the service logs in `C:\programdata\mochostagent\logs` to see if logs are being updated. | Run the following command to restart the mochostagent service: `restart-service mochostagent`. |
65+
| Update | When viewing the readiness check results for an Azure Local instance via the Azure Update Manager, there might be multiple readiness checks with the same name. |There's no known workaround in this release. Select **View details** to view specific information about the readiness check. |
66+
| Update | There's an intermittent issue in this release when the Azure portal incorrectly reports the update status as **Failed to update** or **In progress** though the update is complete. |[Connect to your Azure Local instance](./update/update-via-powershell-23h2.md#connect-to-your-azure-local) via a remote PowerShell session. To confirm the update status, run the following PowerShell cmdlets: <br><br> `$Update = get-solutionupdate`\| `? version -eq "<version string>"`<br><br>Replace the version string with the version you're running. For example, "10.2405.0.23". <br><br>`$Update.state`<br><br>If the update status is **Installed**, no further action is required on your part. The Azure portal refreshes the status correctly within 24 hours. <br> To refresh the status sooner, follow these steps on one of the nodes. <br>Restart the Cloud Management cluster group.<br>`Stop-ClusterGroup "Cloud Management"`<br>`Start-ClusterGroup "Cloud Management"`|
67+
| Add server <!--26852600--> |In this release and previous releases, when adding a machine to the system, isn't possible to update the proxy bypass list string to include the new machine. Updating environment variables proxy bypass list on the hosts won't update the proxy bypass list on Azure resource bridge or AKS. |There's no workaround in this release. If you encounter this issue, contact Microsoft Support to determine next steps.|
68+
| Azure Local VM management |Arc Extensions on Azure Local VMs stay in "Creating" state indefinitely. | Sign in to the VM, open a command prompt, and type the following: <br> **Windows**: <br> `notepad C:\ProgramData\AzureConnectedMachineAgent\Config\agentconfig.json` <br> **Linux**: <br> `sudo vi /var/opt/azcmagent/agentconfig.json` <br> Next, find the `resourcename` property. Delete the GUID that is appended to the end of the resource name, so this property matches the name of the VM. Then restart the VM.|
69+
| Azure Local VM management |Restart of Azure Local VM operation completes after approximately 20 minutes although the VM itself restarts in about a minute.| There's no known workaround in this release. |
70+
| Azure portal <!--25741164--> |In some instances, the Azure portal might take a while to update and the view might not be current.| You might need to wait for 30 minutes or more to see the updated view. |
71+
| Azure Local VM management |Deleting a network interface on an Azure Local VM from Azure portal doesn't work in this release.| Use the Azure CLI to first remove the network interface and then delete it. For more information, see [Remove the network interface](/cli/azure/stack-hci-vm/nic#az-stack-hci-vm-nic-remove) and see [Delete the network interface](/cli/azure/stack-hci-vm/network/nic#az-stack-hci-vm-network-nic-delete).|
72+
| Update | When updating the Azure Local instance via the Azure Update Manager, the update progress and results may not be visible in the Azure portal.| To work around this issue, on each node, add the following registry key (no value needed):<br><br>`New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\HciCloudManagementSvc\Parameters" -force`</br><br> Then on one of the nodes, restart the Cloud Management cluster group. </br><br>`Stop-ClusterGroup "Cloud Management"`</br><br>`Start-ClusterGroup "Cloud Management"`</br><br> This won't fully remediate the issue as the progress details may still not be displayed for a duration of the update process. To get the latest update details, you can [Retrieve the update progress with PowerShell](./update/update-via-powershell-23h2.md#step-6-track-update-progress). |
73+
| Security <!-- 56969147 --> | When fixing the compliance for the minimum password length rule, even after you've changed the minimum password length on the Azure Local host to 14, you continue to see it as non-compliant in Azure policy. | You can verify the length of the password using the `net accounts` cmdlet. In the output, find **Minimum password length** to see the value. |
74+
| Upgrade <!--33417006-->| The upgrade banner is currently available for users using the Azure Government cloud. However, the environment checker fails, suggesting that Azure Government clouds are not supported. | There's no workaround in this release. If you encounter this issue, contact Microsoft Support to determine next steps. |
75+
| Security <!--30348397--> | Azure Local might face an issue during normal operations (for example, Update, Repair) while using Defender for Endpoint and when the **Restrict App Execution** setting is enabled for one or more servers in the deployment. | Disable the **Restrict App Execution** setting in the Defender portal and reboot. If the issue persists, [open a support case](/azure/azure-portal/supportability/how-to-create-azure-support-request). |
76+
| 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. |
77+
| 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.` | For detailed steps on how to resolve this issue, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/SolutionExtension/SBE-CAU-RUNNING-AFTER-DONE-Single-node-fail-SBE-Update.md).|
78+
79+
## Known and expected behaviors
80+
81+
The following table lists the known and expected system behaviors that shouldn't be considered as bugs or limitations.
82+
83+
| Feature | Behavior | Workaround |
84+
|---------|---------|---------|
85+
| Operating system | Restoring the registry using *RegBack* isn't supported on Azure Local. This operation can remove the Lifecycle Manager (LCM) and Microsoft On-premises Cloud (MOC) settings on your Azure Local instance, which can corrupt the solution. | |
86+
| Azure Local VM management| Using an exported Azure VM OS disk as a VHD to create a gallery image for provisioning an Azure Local VM is unsupported. | Run the command `restart-service mochostagent` to restart the mochostagent service. |
87+
88+
::: moniker-end
89+
2290
::: moniker range="=azloc-2506"
2391

2492
## Known issues for version 2506
@@ -388,7 +456,7 @@ The following table lists the known issues from previous releases:
388456

389457
::: moniker-end
390458

391-
::: moniker range="=azloc-previous"
459+
::: moniker range="=azloc-24112"
392460

393461
## Known issues for version 2411.2
394462

@@ -438,6 +506,10 @@ The following table lists the known issues from previous releases:
438506
| Azure Local VM management |In rare instances, deleting a network interface on an Azure Local VM from Azure portal doesn't work in this release.| Use the Azure CLI to first remove the network interface and then delete it. For more information, see [Remove the network interface](/cli/azure/stack-hci-vm/nic#az-stack-hci-vm-nic-remove) and see [Delete the network interface](/cli/azure/stack-hci-vm/network/nic#az-stack-hci-vm-network-nic-delete).|
439507
| Security <!-- 56969147 --> | When fixing the compliance for the minimum password length rule, even after you've changed the minimum password length on the Azure Local host to 14, you continue to see it as non-compliant in Azure policy. | You can verify the length of the password using the `net accounts` cmdlet. In the output, find **Minimum password length** to see the value. |
440508

509+
::: moniker-end
510+
511+
::: moniker range="=azloc-previous"
512+
441513
## Known issues for version 2411.1
442514

443515
This software release maps to software version number **2411.1.10**.
@@ -1266,4 +1338,4 @@ Here are the known issues from previous releases:
12661338

12671339
## Next steps
12681340

1269-
- Read the [Deployment overview](./deploy/deployment-introduction.md).
1341+
- Read the [Deployment overview](./deploy/deployment-introduction.md).

azure-local/whats-new.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: overview
55
author: alkohli
66
ms.author: alkohli
77
ms.service: azure-local
8-
ms.date: 07/14/2025
8+
ms.date: 07/16/2025
99
---
1010

1111
# What's new in Azure Local?
@@ -17,7 +17,38 @@ ms.date: 07/14/2025
1717
This article lists the various features and improvements that are available in Azure Local. The latest version of Azure Local solution focuses on cloud-based deployment and updates, cloud-based monitoring, new and simplified experience for Azure Local virtual machine (VM) management, security, and more.
1818

1919

20-
::: moniker range="=azloc-2506"
20+
::: moniker range="=azloc-2507"
21+
22+
## Features and improvements in 2507
23+
24+
There are two 2507 releases for July. Here are the details of each release:
25+
26+
|Solution version | OS version |
27+
|---------|---------|
28+
|12.2507.1001.6 | 26100.4652 |
29+
|11.2507.1001.5 | 25398.1732 |
30+
31+
For more information, see [Release information summary](./release-information-23h2.md).
32+
33+
This release has the following features and improvements:
34+
35+
- **OS changes**:
36+
37+
- In the 2504 release, a new operating system was introduced for Azure Local deployments. For 2507, all the new deployments of Azure Local run the new OS version **26100.4652**. You can download the 2507 OS image from the Azure portal.
38+
39+
- You also need to get the driver compatible with OS version **26100.4652** or Windows Server 2025. If a compatible driver isn't available, you can use the 2503 image.
40+
41+
- Existing deployments of Azure Local continue to use OS version **25398.1732**. For more information, see [Release information summary](./release-information-23h2.md).
42+
43+
- If you purchased Integrated System or Premier solution hardware from the [Azure Local Catalog](https://aka.ms/AzureStackHCICatalog) through your preferred Microsoft hardware partner, the OS should be preinstalled. Work with your Original Equipment Manufacturer (OEM) to get the OS image compatible with **12.2507** and driver compatible with OS version **26100.4652** or Windows Server 2025.
44+
45+
- **.NET updates**: This build uses .NET version **8.0.18** for both .NET Runtime and ASP.NET Core. For more information, see [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0).
46+
47+
48+
::: moniker-end
49+
50+
51+
## Features and improvements in 2506
2152

2253
There are two 2506 releases for June. Here are the details of each release:
2354

@@ -28,8 +59,6 @@ There are two 2506 releases for June. Here are the details of each release:
2859

2960
For more information, see [Release information summary](./release-information-23h2.md).
3061

31-
## Features and improvements in 2506
32-
3362
This release has the following features and improvements:
3463

3564
- **OS changes**:
@@ -48,7 +77,7 @@ This release has the following features and improvements:
4877

4978
- **Deployment changes**: To ensure consistent validation before you deploy Azure Local, deployment validators for Microsoft On-premises Cloud and Azure resource bridge are now a part of environment checker.
5079

51-
- **Overprovisioning alert**: A warning is shown prior to starting an update if an Azure Local instance is overprovisioned. This alert indicates there is insufficient compute capacity (memory) to live migrate workloads during an update. You must acknowledge this alert before proceeding with an update, as VM workloads will be paused due to the lack of available compute or memory capacity.
80+
- **Overprovisioning alert**: A warning is shown prior to starting an update if an Azure Local instance is overprovisioned. This alert indicates there is insufficient compute capacity (memory) to live migrate workloads during an update. You must acknowledge this alert before proceeding with an update, as VM workloads are paused due to the lack of available compute or memory capacity.
5281

5382
- **Security improvements**:
5483
- **New security baseline**: The 2506 release introduces a security baseline with 407 evaluated rules, a 25% increase from the previous 324. Key improvements include:
@@ -210,7 +239,7 @@ This release has the following features and improvements:
210239

211240
::: moniker-end
212241

213-
::: moniker range="=azloc-24113"
242+
moniker range="=azloc-previous"
214243

215244
## Features and improvements in 2411.3
216245

0 commit comments

Comments
 (0)