Skip to content

Commit bda0407

Browse files
authored
Merge pull request #17120 from alkohli/dep23h2
Removed version 23H2 references
2 parents ec7e165 + 1f7a59f commit bda0407

16 files changed

+51
-51
lines changed

azure-local/deploy/deploy-via-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Deploy an Azure Local instance using the Azure portal
33
description: Learn how to deploy an Azure Local instance from the Azure portal
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/10/2025
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
#CustomerIntent: As an IT Pro, I want to deploy an Azure Local instance of 1-16 machines via the Azure portal so that I can host VM and container-based workloads on it.
1010
---
1111

12-
# Deploy Azure Local, version 23H2 using the Azure portal
12+
# Deploy Azure Local using the Azure portal
1313

1414
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1515

16-
This article helps you deploy an Azure Local instance, version 23H2 using the Azure portal.
16+
This article helps you deploy an Azure Local instance using the Azure portal.
1717

1818
## Prerequisites
1919

azure-local/deploy/deployment-arc-register-local-ui.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ms.topic: article
55
author: alkohli
66
ms.author: alkohli
77
ms.service: azure-local
8-
ms.date: 1/08/2025
8+
ms.date: 02/20/2025
99
---
1010

11-
# Register your Azure Local, version 23H2 machines via the local UI (preview)
11+
# Register your Azure Local machines via the local UI (preview)
1212

1313
> Applies to: Azure Local 2405.1 and later
1414
@@ -31,8 +31,8 @@ After you have procured the hardware that you intend to use to set up your Azure
3131
1. You have the machines that you intend to cluster as an Azure Local instance. The machines must be powered on and connected to the network.
3232
1. [Complete prerequisites for your environment](../deploy/deployment-prerequisites.md)
3333
1. [Prepare Active Directory](../deploy/deployment-prep-active-directory.md).
34-
1. [Download the English Preview ISO](../deploy/download-23h2-software.md) to install Azure Local, version 23H2.
35-
1. Use the English Preview ISO that you downloaded in the previous step and follow these instructions for OS installation: [Install the Azure Local, version 23H2 software](../deploy/deployment-install-os.md).
34+
1. [Download the English Preview ISO](../deploy/download-23h2-software.md) to install Azure Local.
35+
1. Use the English Preview ISO that you downloaded in the previous step and follow these instructions for OS installation: [Install the Azure Local software](../deploy/deployment-install-os.md).
3636
1. For your machines, note down the:
3737
1. Serial number of the machines.
3838
1. Local administrator credentials to sign into the machine.
@@ -215,7 +215,7 @@ Here's a table that describes the diagnostic tests:
215215
| Web proxy (if configured) | This test validates the web proxy configuration of the device. |
216216
| Time sync | This test validates the device time settings and checks that the time server configured on the device is valid and accessible. |
217217
| Azure Arc agent | This test validates the Azure Arc agent is installed and running on the device. |
218-
| Environment checker | The Environment Checker tool runs a series of tests to evaluate the deployment readiness of your environment for Azure Local deployment including those for connectivity, hardware, Active Directory, network, and Arc integration. For more information, see [Evaluate the deployment readiness of your environment for Azure Local, version 23H2](../manage/use-environment-checker.md#about-the-environment-checker-tool) |
218+
| Environment checker | The Environment Checker tool runs a series of tests to evaluate the deployment readiness of your environment for Azure Local deployment including those for connectivity, hardware, Active Directory, network, and Arc integration. For more information, see [Evaluate the deployment readiness of your environment for Azure Local](../manage/use-environment-checker.md#about-the-environment-checker-tool) |
219219

220220
### Collect a Support package from the local UI
221221

azure-local/deploy/deployment-arc-register-server-permissions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Register your Azure Local machines with Azure Arc and assign permissions
33
description: Learn how to Register your Azure Local machines with Azure Arc and assign permissions for deployment.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 12/04/2024
6+
ms.date: 02/20/2024
77
ms.author: alkohli
88
ms.service: azure-local
99
ms.custom: devx-track-azurepowershell
1010
---
1111

12-
# Register your machines and assign permissions for Azure Local, version 23H2 deployment
12+
# Register your machines and assign permissions for Azure Local deployment
1313

1414
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1515

16-
This article describes how to register your Azure Local machines and then set up the required permissions to deploy Azure Local, version 23H2.
16+
This article describes how to register your Azure Local machines and then set up the required permissions to deploy Azure Local.
1717

1818
## Prerequisites
1919

@@ -81,7 +81,7 @@ Before you begin, make sure you've completed the following prerequisites:
8181
PS C:\Users\SetupUser> Install-Module Az.Resources -RequiredVersion 6.12.0
8282
PS C:\Users\SetupUser> Install-Module Az.ConnectedMachine -RequiredVersion 0.8.0
8383
PS C:\Users\SetupUser> Install-Module -Name AzSHCI.ARCInstaller
84-
NuGet provider is required to continue
84+
NuGet provider is required to continue
8585
PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. The NuGet provider must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or
8686
'C:\Users\SetupUser\AppData\Local\PackageManagement\ProviderAssemblies'. You can also install the NuGet provider by
8787
running 'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force'. Do you want PowerShellGet to install
@@ -161,7 +161,7 @@ Before you begin, make sure you've completed the following prerequisites:
161161
to authenticate.
162162
163163
Account SubscriptionName TenantId Environment
164-
------- ---------------- -------- -----------
164+
------- ---------------- -------- -----------
165165
[email protected] AzureStackHCI_Content <Tenant ID> AzureCloud
166166
167167
PS C:\Users\SetupUser> $ARMtoken = (Get-AzAccessToken).Token

azure-local/deploy/deployment-azure-arc-gateway-configure-manually.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Arc proxy manually for Azure gateway on Azure Local, version 24
33
description: Learn how to configure Arc proxy manually for Azure gateway on Azure Local, version 2408 and 2408.1 (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/06/2025
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
---
@@ -22,13 +22,13 @@ After creating the Arc gateway resource in your Azure subscription, you can enab
2222

2323
Make sure the following prerequisites are met before proceeding:
2424

25-
- You've access to an Azure Local instance running version 23H2.
25+
- You've access to an Azure Local instance running release 2411.1 or later. Prior versions do not support this scenario.
2626

2727
- An Arc gateway resource created in the same subscription as used to deploy Azure Local. For more information, see [Create the Arc gateway resource in Azure](deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure).
2828

2929
## Step 1: Manually configure the proxy
3030

31-
If you need to configure the Arc proxy on your Azure Local machines before starting the Arc registration process, follow the instructions at [Configure proxy settings for Azure Local, version 23H2](../manage/configure-proxy-settings-23h2.md).
31+
If you need to configure the Arc proxy on your Azure Local machines before starting the Arc registration process, follow the instructions at [Configure proxy settings for Azure Local](../manage/configure-proxy-settings-23h2.md).
3232

3333
Ensure that you configure the proxy and the bypass list for all the machines on your system.
3434

@@ -84,7 +84,7 @@ Once the Azure Local machines are registered in Azure Arc and all the extensions
8484

8585
- [Deploy an Azure Local instance using the Azure portal](deploy-via-portal.md).
8686

87-
- [Azure Resource Manager template deployment for Azure Local, version 23H2](deployment-azure-resource-manager-template.md).
87+
- [Azure Resource Manager template deployment for Azure Local](deployment-azure-resource-manager-template.md).
8888

8989
## Step 5: Verify that the setup succeeded
9090

azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Arc proxy via registration script for Azure gateway on Azure Lo
33
description: Learn how to Configure Arc proxy via registration script for Azure gateway on Azure Local, version 2408 (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/06/2025
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
---
@@ -24,7 +24,7 @@ Using this method, you don't need to configure the Arc proxy across WinInet, Win
2424

2525
Make sure the following prerequisites are met before proceeding:
2626

27-
- You've access to an Azure Local instance running version 23H2.
27+
- You've access to an Azure Local instance running release 2411.1 or later. Prior versions do not support this scenario.
2828

2929
- An Arc gateway resource created in the same subscription as used to deploy Azure Local. For more information, see [Create the Arc gateway resource in Azure](deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure).
3030

azure-local/deploy/deployment-azure-arc-gateway-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure Arc gateway for Azure Local, version 23H2 (preview)
33
description: Learn what is Azure Arc gateway for Azure Local, version 23H2 (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/06/2025
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
---

azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure gateway without a proxy on Azure Local, version 2408 (preview)
33
description: Learn how to use Azure gateway without a proxy, on Azure Local instance running version 2408 (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 02/06/2025
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
---
@@ -22,7 +22,7 @@ After creating the Arc gateway resource in your Azure subscription, you can enab
2222

2323
Make sure the following prerequisites are met before proceeding:
2424

25-
- You've access to an Azure Local instance running version 23H2, release 2411.1. Prior versions do not support this scenario.
25+
- You've access to an Azure Local instance running release 2411.1 or later. Prior versions do not support this scenario.
2626

2727
- An Arc gateway resource created in the same subscription as used to deploy Azure Local. For more information, see [Create the Arc gateway resource in Azure](deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure).
2828

@@ -69,7 +69,7 @@ Once the Azure Local machines are registered in Azure Arc and all the extensions
6969

7070
- [Deploy an Azure Local instance using the Azure portal](deploy-via-portal.md).
7171

72-
- [Azure Resource Manager template deployment for Azure Local, version 23H2](deployment-azure-resource-manager-template.md).
72+
- [Azure Resource Manager template deployment for Azure Local](deployment-azure-resource-manager-template.md).
7373

7474
## Step 4: Verify that the setup succeeded
7575

azure-local/deploy/deployment-azure-resource-manager-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ title: Azure Resource Manager template deployment for Azure Local, version 23H2
33
description: Learn how to prepare and then deploy Azure Local instance, version 23H2 using the Azure Resource Manager template.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 10/15/2024
6+
ms.date: 02/20/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
1010
ms.custom: devx-track-arm-template
1111
---
1212

13-
# Deploy Azure Local, version 23H2 via Azure Resource Manager deployment template
13+
# Deploy Azure Local via Azure Resource Manager deployment template
1414

1515
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1616

1717
This article details how to use an Azure Resource Manager template in the Azure portal to deploy an Azure Local in your environment. The article also contains the prerequisites and the preparation steps required to begin the deployment.
1818

1919
> [!IMPORTANT]
20-
> Azure Resource Manager template deployment of Azure Local, version 23H2 systems is targeted for deployments-at-scale. The intended audience for this deployment is IT administrators who have experience deploying Azure Local instances. We recommend that you deploy a version 23H2 system via the Azure portal first, and then perform subsequent deployments via the Resource Manager template.
20+
> Azure Resource Manager template deployment of Azure Local systems is targeted for deployments-at-scale. The intended audience for this deployment is IT administrators who have experience deploying Azure Local instances. We recommend that you deploy a system via the Azure portal first, and then perform subsequent deployments via the Resource Manager template.
2121
2222
## Prerequisites
2323

@@ -178,7 +178,7 @@ With all the prerequisite and preparation steps complete, you're ready to deploy
178178
179179
Once complete, the task at the top updates with status and end time.
180180
181-
You can also check out this community sourced template to [Deploy an Azure Local, version 23H2 instance using Bicep](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster-with-prereqs/README.md).
181+
You can also check out this community sourced template to [Deploy an Azure Local instance using Bicep](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster-with-prereqs/README.md).
182182
183183
## Troubleshoot deployment issues
184184

azure-local/deploy/deployment-install-os.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install Azure Stack HCI operating system, version 23H2
33
description: Learn how to install the Azure Stack HCI operating system, version 23H2 on each machine of your system.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 12/26/2024
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -98,7 +98,7 @@ Follow these steps to configure the operating system using SConfig:
9898

9999
- Configure VLAN IDs for the management network. For more information, see [Management VLAN ID](../plan/cloud-deployment-network-considerations.md#management-vlan-id) and [Management VLAN ID with a virtual switch](../plan/cloud-deployment-network-considerations.md#management-vlan-id-with-a-virtual-switch).
100100
- Configure DHCP for the management network. For more information, see [DHCP IP assignment](../plan/cloud-deployment-network-considerations.md#dhcp-ip-assignment).
101-
- Configure a proxy server. For more information, see [Configure proxy settings for Azure Local, version 23H2](../manage/configure-proxy-settings-23h2.md).
101+
- Configure a proxy server. For more information, see [Configure proxy settings for Azure Local](../manage/configure-proxy-settings-23h2.md).
102102

103103
1. Use the **Network Settings** option in SConfig to configure a default valid gateway and a DNS server. Set **DNS** to the DNS of the domain you're joining.
104104

@@ -159,5 +159,5 @@ You are now ready to register the Azure Local machine with Azure Arc and assign
159159

160160
## Next steps
161161

162-
- (Optional) [Configure proxy settings for Azure Local, version 23H2](../manage/configure-proxy-settings-23h2.md).
162+
- (Optional) [Configure proxy settings for Azure Local](../manage/configure-proxy-settings-23h2.md).
163163
- [Register Azure Local machines in your system with Azure Arc and assign permissions](./deployment-arc-register-server-permissions.md).

azure-local/deploy/deployment-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Azure Local, version 23H2 deployment overview
33
description: Learn about the deployment methods for Azure Local, version 23H2.
44
author: alkohli
55
ms.topic: overview
6-
ms.date: 10/15/2024
6+
ms.date: 02/20/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
1010
---
1111

12-
# About Azure Local, version 23H2 deployment
12+
# About Azure Local deployment
1313

1414
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1515

16-
This article is the first in the series of deployment articles that describe how to deploy Azure Local, version 23H2. This article applies to both single and multi-node deployments. The target audience for this article is IT administrators who are responsible for deploying Azure Local in their organization.
16+
This article is the first in the series of deployment articles that describe how to deploy Azure Local. This article applies to both single and multi-node deployments. The target audience for this article is IT administrators who are responsible for deploying Azure Local in their organization.
1717

1818
## About deployment methods
1919

0 commit comments

Comments
 (0)