Skip to content

Commit 0a03bed

Browse files
authored
Merge pull request #3768 from ManikaDhiman/md-add-tsg-link
Added link to the TSG
2 parents f3fdbf2 + 40f9c86 commit 0a03bed

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

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

Lines changed: 5 additions & 7 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: 06/09/2025
6+
ms.date: 07/30/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
ms.custom: devx-track-azurepowershell
@@ -30,8 +30,9 @@ Before you begin, make sure you complete the following prerequisites:
3030
## Register machines with Azure Arc
3131

3232
> [!IMPORTANT]
33-
> Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
34-
33+
> - Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
34+
> - 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.
35+
> - If you encounter error code 42 when registering a new Azure Local machine with Azure Arc, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/ArcRegistration/TSG-Arc-registration-failing-with-error-42.md).
3536
3637
1. Set the parameters. The script takes in the following parameters:
3738

@@ -158,9 +159,6 @@ Before you begin, make sure you complete the following prerequisites:
158159
159160
:::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":::
160161
161-
> [!NOTE]
162-
> 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.
163-
164162
## Assign required permissions for deployment
165163
166164
This section describes how to assign Azure permissions for deployment from the Azure portal.
@@ -192,7 +190,7 @@ This section describes how to assign Azure permissions for deployment from the A
192190
:::image type="content" source="media/deployment-arc-register-server-permissions/cloud-application-administrator-role-at-tenant.png" alt-text="Screenshot of the Cloud Application Administrator permission at the tenant level." lightbox="./media/deployment-arc-register-server-permissions/cloud-application-administrator-role-at-tenant.png":::
193191
194192
> [!NOTE]
195-
> The Cloud Application Administrator permission is temporarily needed to create the service principal. After deployment, this permission can be removed.
193+
> The Cloud Application Administrator permission is temporarily needed to create the service principal. After deployment, this permission can be removed.
196194
197195
## Next steps
198196

0 commit comments

Comments
 (0)