Skip to content

Commit 9d94802

Browse files
authored
Merge pull request #18593 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-stack-docs (branch main)
2 parents b64e013 + 86b8e93 commit 9d94802

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
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)

0 commit comments

Comments
 (0)