You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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).
16
17
17
18
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.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-arc-register-server-permissions.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Register your Azure Local machines with Azure Arc and assign permissions
3
3
description: Learn how to Register your Azure Local machines with Azure Arc and assign permissions for deployment.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 02/20/2024
6
+
ms.date: 03/11/2025
7
7
ms.author: alkohli
8
8
ms.service: azure-local
9
9
ms.custom: devx-track-azurepowershell
@@ -24,12 +24,16 @@ Before you begin, make sure you've completed the following prerequisites:
24
24
-[Install the Azure Stack HCI operating system, version 23H2](./deployment-install-os.md) on each machine.
25
25
26
26
- 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
-
28
27
-*Microsoft.HybridCompute*
29
28
-*Microsoft.GuestConfiguration*
30
29
-*Microsoft.HybridConnectivity*
31
30
-*Microsoft.AzureStackHCI*
32
-
31
+
-*Microsoft.Kubernetes*
32
+
-*Microsoft.KubernetesConfiguration*
33
+
-*Microsoft.ExtendedLocation*
34
+
-*Microsoft.ResourceConnector*
35
+
-*HybridContainerService*
36
+
33
37
> [!NOTE]
34
38
> 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.
35
39
@@ -184,9 +188,9 @@ Before you begin, make sure you've completed the following prerequisites:
184
188
185
189
:::image type="content" source="media/deployment-arc-register-server-permissions/arc-servers-registered-1.png" alt-text="Screenshot of the Azure Local machines in the resource group after the successful registration." lightbox="./media/deployment-arc-register-server-permissions/arc-servers-registered-1.png":::
186
190
187
-
1. The mandatory Azure Local extensions are installed on your machines. From the resource group, select the registered machine. Go to the **Extensions**. The mandatory extensions show up in the right pane.
191
+
<!--1. The mandatory Azure Local extensions are installed on your machines. From the resource group, select the registered machine. Go to the **Extensions**. The mandatory extensions show up in the right pane.
188
192
189
-
:::image type="content" source="media/deployment-arc-register-server-permissions/mandatory-extensions-installed-registered-servers.png" alt-text="Screenshot of the Azure Local registered machines with mandatory extensions installed." lightbox="./media/deployment-arc-register-server-permissions/mandatory-extensions-installed-registered-servers.png":::
193
+
:::image type="content" source="media/deployment-arc-register-server-permissions/mandatory-extensions-installed-registered-servers.png" alt-text="Screenshot of the Azure Local registered machines with mandatory extensions installed." lightbox="./media/deployment-arc-register-server-permissions/mandatory-extensions-installed-registered-servers.png"::: -->
190
194
191
195
> [!NOTE]
192
196
> Once an Azure Local machine is registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machine.
0 commit comments