Skip to content

Commit bf87190

Browse files
Merge pull request #18594 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-01 17:00 UTC
2 parents ca6236e + 9d94802 commit bf87190

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

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: 07/22/2025
6+
ms.date: 07/31/2025
77
ms.reviewer: alkohli
88
---
99

1010
> [!IMPORTANT]
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.
11+
> Azure Stack HCI, version 23H2 OS (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/use-environment-checker.md

Lines changed: 4 additions & 6 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: 12/27/2024
8+
ms.date: 07/31/2025
99
---
1010

1111
# Evaluate the deployment readiness of your environment for Azure Local
@@ -413,17 +413,15 @@ Network validator also checks storage connection, adapter driver readiness, and
413413
You provide the answer file JSON as the input for network validator cmdlet call. Or you can manually provide the individual parameters when running the validator cmdlet.
414414

415415
> [!NOTE]
416-
> There is currently a limitation where the network validator can only be executed after the portal wizard has continued to the last step, just before the actual deployment starts.
417-
418-
> [!NOTE]
419-
> You must run the network validator on the final hardware that you want to use for the Azure local instance deployment.
416+
> - There is currently a limitation where the network validator can only be executed after the portal wizard has continued to the last step, just before the actual deployment starts.
417+
>- You must run the network validator on the final hardware that you want to use for the Azure local instance deployment.
420418
421419
### Run the network validator
422420

423421
To run the network validator locally on the Azure Local node with the answer file, use the following commands:
424422

425423
```powershell
426-
$allServers = "<ARRAY OF SERVERS' IP>" # you need to use IP for the connection
424+
$allServers = @("<ServerIP1>", "<ServerIP2>") # Replace with actual IP addresses
427425
$userName = "<LOCALADMIN>"
428426
$secPassWord = ConvertTo-SecureString "<LOCALADMINPASSWORD>" -AsPlainText -Force
429427
$hostCred = New-Object System.Management.Automation.PSCredential($userName, $secPassWord)

azure-managed-lustre/amlfs-prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Prerequisites for Azure Managed Lustre file systems
33
description: Learn about network and storage prerequisites to complete before you create an Azure Managed Lustre file system.
44
ms.topic: overview
5-
ms.date: 01/17/2025
5+
ms.date: 07/31/2025
66
author: pauljewellmsft
77
ms.author: pauljewell
88
ms.reviewer: mayabishop
@@ -21,7 +21,7 @@ This article explains prerequisites that you must configure before creating an A
2121

2222
## Network prerequisites
2323

24-
Azure Managed Lustre file systems exist in a virtual network subnet. The subnet contains the Lustre Management Service (MGS) and handles all client interactions with the virtual Lustre cluster.
24+
Supply the virtual network and subnet for Azure Managed Lustre networking. You have full control of which network security measures you wish to apply, including which compute and other services can access Azure Managed Lustre. Ensure you follow the networking and security guidelines provided for Azure Managed Lustre. Include allowing required connections for essential services such as the Lustre protocol, engineering and diagnostic support, Azure Blob storage, and security monitoring. If your network settings disable one of the essential services, it leads to a degraded product experience or it reduces Microsoft’s support abilities.
2525

2626
You can't move a file system from one network or subnet to another after you create the file system.
2727

@@ -49,7 +49,7 @@ If you plan to use another resource to host your compute VMs in the same virtual
4949

5050
### Subnet access and permissions
5151

52-
[Default outbound access for VMs](https://azure.microsoft.com/updates?id=default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access) will retire on September 30, 2025. After September 30, 2025, the following network settings must be in place to enable Azure Managed Lustre.
52+
By default, no specific changes need to be made to enable Azure Managed Lustre. If your environment includes restricted network or security policies, the following guidance should be considered:
5353

5454
| Access type | Required network settings |
5555
|-------------|---------------------------|

azure-managed-lustre/auto-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: brianl
1010
# Intent: As an IT Pro, I need to be able to auto-export files from my Azure Managed Lustre file system to long-term Azure Blob Storage.
1111
# Keyword:
1212
---
13-
# Azure Managed Lustre Auto-Export (Preview)
13+
# Azure Managed Lustre auto-export (preview)
1414

1515
The Auto-Export feature for Azure Managed Lustre is a capability that automatically synchronizes changes in your Azure Managed Lustre file system with a linked Azure Blob Storage Container. This feature ensures that new and modified files in the file system are reflected in the associated Blob Storage Container without manual intervention. This streamlines data management and improves synchronization for long-term storage.
1616

0 commit comments

Comments
 (0)