Skip to content

Commit 8fe21f4

Browse files
Merge pull request #18208 from alkohli/2-2506
Added What's new for 2506
2 parents 7a6cc2f + 4f19611 commit 8fe21f4

File tree

2 files changed

+76
-14
lines changed

2 files changed

+76
-14
lines changed

azure-local/manage/manage-secure-baseline.md

Lines changed: 14 additions & 4 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: 02/03/2025
8+
ms.date: 06/23/2025
99
---
1010

1111
# Manage security defaults for Azure Local
@@ -46,7 +46,7 @@ The following table explains the rules that aren't compliant and the rationale o
4646

4747
### Fixing the compliance for the rules
4848

49-
To fix the compliance for the rules, run the following commands or use any other tool you prefer:
49+
To fix the compliance for the rules, run the following commands or use any other tool you prefer:
5050

5151
1. **Legal notice**: Create a custom value for legal notice depending on your organization's needs and policies. Run the following commands:
5252

@@ -55,15 +55,25 @@ To fix the compliance for the rules, run the following commands or use any other
5555
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "LegalNoticeText" -Value "LegalNoticeText"
5656
```
5757
58-
1. **Minimum password length**: Set the minimum password length policy to 14 characthers on the Azure Local machine. The default value is 7, and any value below 14 is still flagged by the monitoring baseline policy. Run the following commands:
58+
1. **Minimum password length**: Set the minimum password length policy to 14 characters on the Azure Local machine. The default value is 7, and any value below 14 is still flagged by the monitoring baseline policy. Run the following commands:
5959
6060
```PowerShell
6161
net accounts /minpwlen:14
6262
```
6363
6464
## Manage security defaults with PowerShell
6565
66-
With drift protection enabled, you can only modify nonprotected security settings. To modify protected security settings that form the baseline, you must first disable drift protection. To view and download the complete list of security settings, see [Security Baseline](https://aka.ms/hci-securitybase).
66+
With drift protection enabled, you can only modify nonprotected security settings. To modify protected security settings that form the baseline, you must first disable drift protection.
67+
68+
### View and download security settings
69+
70+
Use the following table to view and download the complete list of security settings based on the software version you are running.
71+
72+
| Azure Local solution version | Running Azure Local OS version | Download link for settings csv file |
73+
|------------------------------------------|-------------------------------------------|-------------------------------------|
74+
| 2505 existing deployments | Running OS build 25398.xxxx and domain-joined | [Download security baseline](https://aka.ms/SecBase) |
75+
| 2506 new deployments | Running OS build 26100.xxxx and domain-joined | [Download security baseline](https://aka.ms/SecBaseDomJoin) |
76+
| 2506 existing deployments | Running OS build 26100.xxxx and not domain-joined (also known as AD-less) | [Download security baseline](https://aka.ms/SecBaseAdless) |
6777
6878
## Modify security defaults
6979

azure-local/whats-new.md

Lines changed: 62 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: What's new in Azure Local latest release
3-
description: Find out what's new in Azure Local release.
3+
description: Find out what are the new features and enhancements in the latest Azure Local release.
44
ms.topic: overview
55
author: alkohli
66
ms.author: alkohli
77
ms.service: azure-local
8-
ms.date: 06/10/2025
8+
ms.date: 06/19/2025
99
---
1010

1111
# What's new in Azure Local?
@@ -16,6 +16,58 @@ ms.date: 06/10/2025
1616

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

19+
20+
::: moniker range="=azloc-2506"
21+
22+
There are two 2506 releases for June. Here are the details of each release:
23+
24+
|Solution version |OS version |Deployment |
25+
|---------|---------|---------|
26+
|12.2506.1001.25 | 26100.4349 | New deployments only. |
27+
|11.2506.1001.24 | 25398.1665 | Existing deployments only. |
28+
29+
For more information, see [Release information summary](./release-information-23h2.md).
30+
31+
## Features and improvements in 2506
32+
33+
This release has the following features and improvements:
34+
35+
- **OS changes**:
36+
37+
- In 2504 release, a new operating system was introduced for Azure Local deployments. For 2506, all the new deployments of Azure Local run the new OS version **26100.4349**. You can download the 2506 OS image from the Azure portal.
38+
39+
You also need to get the driver compatible with OS version **26100.4349** 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.1665**. 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.2506** and driver compatible with OS version **26100.4349** or Windows Server 2025.
44+
45+
- The new OS media uses consistent device naming (CDN) if the hardware supports it and ensures consistent network adapter naming.
46+
47+
- **.NET updates**: This build uses .NET version **8.0.17** for both .NET Runtime and ASP.NET Core. For more information, see [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0).
48+
49+
- **Software-Defined Networking (SDN) enabled by Azure Arc (Preview)**: Azure Local now supports creating Networking Security Groups (NSGs), configuring Network Security Rules, and assigning them to logical networks and network interfaces. This provides a consistent networking experience across your cloud and edge environment. For more information, see [Software-Defined Networking (SDN) enabled by Azure Arc](./overview.md).
50+
51+
- **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.
52+
53+
- **Overprovisioning alert**: An alert is added to indicate if a cluster is overprovisioned. Make sure to acknowledge the alert warning before you update as VM workloads are paused during the update run.
54+
55+
- **Security improvements**:
56+
- **New security baseline**: The 2506 release introduces a security baseline with 407 evaluated rules, a 25% increase from the previous 324. Key improvements include:
57+
- Over 90% alignment with CIS Azure Compute Windows Baseline and Defense Information Systems Agency (DISA) Security Technical Implementation Guide (STIG) benchmark.
58+
- Enhanced Microsoft Defender Antivirus settings, including Potentially Unwanted Apps (PUA), network inspection, and attack surface reduction rules.
59+
- Additional adjustments tailored for Azure Local.
60+
61+
This release has also improved conflict resolution with existing security policies. Instead of disabling drift control system-wide, you can now fine-tune individual settings while maintaining drift control. For more information, see [View and download security settings in Azure Local](./manage/manage-secure-baseline.md#view-and-download-security-settings).
62+
63+
- To comply with National Institute of Standards and Technology(NIST) 2 guidelines, the minimum required password length when deploying Azure Local is changed to 14 characters.
64+
65+
- **Archival of Azure Local, version 22H2 documentation**: [Azure Local, version 22H2 documentation](/previous-versions/azure/azure-local/release-information) is now archived and available in the [Azure previous versions documentation](/previous-versions/azure/) for reference. The archived documentation isn't updated and isn't supported.
66+
67+
- **Azure Government cloud**: The solution update isn't supported for Azure Local instances deployment in Azure Government cloud.
68+
69+
::: moniker-end
70+
1971
::: moniker range="=azloc-2505"
2072

2173
There are two 2505 releases for May. Here are the details of each release:
@@ -33,21 +85,21 @@ This release has the following features and improvements:
3385

3486
- **OS version changes**:
3587

36-
- In the last release (2504), a new operating system was introduced for Azure Local deployments. For 2505, all the new deployments of Azure Local will run new OS version **26100.4061**. You can download the 2505 OS image from the Azure portal.
88+
- In the last release (2504), a new operating system was introduced for Azure Local deployments. For 2505, all the new deployments of Azure Local run new OS version **26100.4061**. You can download the 2505 OS image from the Azure portal.
3789

38-
You also need to get the driver compatible with Azure Local 12.2505 or Windows Server 2025. If a compatible driver is not available, you can use the 2503 image.
90+
You also need to get the driver compatible with Azure Local 12.2505 or Windows Server 2025. If a compatible driver isn't available, you can use the 2503 image.
3991

40-
Existing deployments of Azure Local will continue to use OS version **25398.1611**. For more information, see [Release information summary](./release-information-23h2.md).
92+
Existing deployments of Azure Local continue to use OS version **25398.1611**. For more information, see [Release information summary](./release-information-23h2.md).
4193

42-
- If you've 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.2505** and driver compatible with Azure Local 12.2505 or Windows Server 2025.
94+
- 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.2505** and driver compatible with Azure Local 12.2505 or Windows Server 2025.
4395

44-
- **.NET updates**: This build uses .NET version **8.0.16** for both .NET Runtime and ASP.NET Core. For more details, see [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0).
96+
- **.NET updates**: This build uses .NET version **8.0.16** for both .NET Runtime and ASP.NET Core. For more information, see [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0).
4597

4698
- **Update changes**: This release includes reliability improvements to the update process. For more information, see [Fixed issues in 2505](./known-issues.md?view=azloc-2505&preserve-view=true#fixed-issues).
4799

48100
- **Ability to upload logs**: You can now upload a Support log package that includes all relevant logs to help Microsoft Support troubleshoot machine issues, directly from the Configurator app. For details, see [Upload the Support log package](./deploy/deployment-arc-register-configurator-app.md#upload-the-support-log-package).
49101

50-
- **Archival of Azure Local, version 22H2 documentation**: The archival of Azure Local, version 22H2 documentation is currently in progress and will be completed soon. Once archived, the articles will be available in the [Azure previous versions documentation](/previous-versions/azure/) for reference. The archived documentation isn't updated and isn't supported.
102+
- **Archival of Azure Local, version 22H2 documentation**: The archival of Azure Local, version 22H2 documentation is currently in progress and will complete soon. Once archived, the articles are available in the [Azure previous versions documentation](/previous-versions/azure/) for reference. The archived documentation isn't updated and isn't supported.
51103

52104
::: moniker-end
53105

@@ -97,7 +149,7 @@ This release has the following features and improvements:
97149
- **OEM license changes**:
98150

99151
- **OEM license renamed**: Azure Stack HCI OEM license is now known as OEM license for Azure Local. For more information, see [OEM license overview](./oem-license.md) and [OEM license and billing FAQ](./license-billing.yml).
100-
- **OEM license with Windows Server 2025 guest VMs**: With the release of 2504, OEM license for Azure Local will be available with Windows Server 2025 guest VMs. This integrates essential services for your cloud infrastructure: Azure Local, and Windows Server Datacenter 2025 Guest rights.
152+
- **OEM license with Windows Server 2025 guest VMs**: With the release of 2504, OEM license for Azure Local is available with Windows Server 2025 guest VMs. This integrates essential services for your cloud infrastructure: Azure Local, and Windows Server Datacenter 2025 Guest rights.
101153

102154
- **Solution extension improvements**:
103155
- Improved error message to fix firewall blocking access to solution extension manifest endpoints.
@@ -367,7 +419,7 @@ Here are the features and improvements in this release.
367419
- Fixing an issue that prevents the update service to respond to requests after a Solution Builder Extension only update run. <!--27940543-->
368420

369421
- **Add server and Repair server fixes** include:
370-
- An issue that prevents a node from joining Active Directory during the add server operation. <!--27101597-->
422+
- An issue that prevents a node from joining Active Directory during the add-server operation. <!--27101597-->
371423
- Enabling deployment when a disjoint namespace is used.
372424

373425
- **Reliability enhancements** include:

0 commit comments

Comments
 (0)