Skip to content

Commit 15b08ae

Browse files
authored
Merge pull request #17405 from alkohli/3-2503
Configurator app article
2 parents 8bc58b1 + 7894a6e commit 15b08ae

20 files changed

+273
-6
lines changed

azure-local/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ items:
124124
items:
125125
- name: Via console
126126
href: deploy/deployment-arc-register-server-permissions.md
127-
- name: Via local UI
128-
href: deploy/deployment-arc-register-local-ui.md
127+
- name: Via Configurator app
128+
href: deploy/deployment-arc-register-configurator-app.md
129129
- name: 5. Choose a deployment method
130130
items:
131131
- name: 5A. Deploy via Azure portal

azure-local/deploy/deployment-arc-register-configurator-app.md

Lines changed: 262 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ms.date: 03/03/2025
1212

1313
> Applies to: Azure Local 2405.1 and later
1414
15-
<!--[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]-->
15+
> [!IMPORTANT]
16+
> Starting 2503 release, local UI is deprecated. If you want to bootstrap your Azure Local machines, you can use the [Configurator App](./deployment-arc-register-configurator-app.md).
1617
1718
This article describes how to use a local web-based UI to bootstrap and register the machines that you intend to cluster as an Azure Local instance.
1819

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 02/20/2024
6+
ms.date: 03/11/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
ms.custom: devx-track-azurepowershell
@@ -24,12 +24,16 @@ Before you begin, make sure you've completed the following prerequisites:
2424
- [Install the Azure Stack HCI operating system, version 23H2](./deployment-install-os.md) on each machine.
2525

2626
- Register your subscription with the required resource providers (RPs). You can use either the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1) or the [Azure PowerShell](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) to register. You need to be an owner or contributor on your subscription to register the following resource RPs:
27-
2827
- *Microsoft.HybridCompute*
2928
- *Microsoft.GuestConfiguration*
3029
- *Microsoft.HybridConnectivity*
3130
- *Microsoft.AzureStackHCI*
32-
31+
- *Microsoft.Kubernetes*
32+
- *Microsoft.KubernetesConfiguration*
33+
- *Microsoft.ExtendedLocation*
34+
- *Microsoft.ResourceConnector*
35+
- *HybridContainerService*
36+
3337
> [!NOTE]
3438
> The assumption is that the person registering the Azure subscription with the resource providers is a different person than the one who is registering the Azure Local machines with Arc.
3539
455 KB
Loading
429 KB
Loading
134 KB
Loading
106 KB
Loading
143 KB
Loading
231 KB
Loading

0 commit comments

Comments
 (0)