Skip to content

Commit aa6cf23

Browse files
authored
Merge pull request #17850 from ManikaDhiman/md-spn
Go-live by 10 AM: Removed Microsoft Entra role step
2 parents 16da5d9 + 528bb76 commit aa6cf23

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 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: 05/02/2025
6+
ms.date: 05/05/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
ms.custom: devx-track-azurepowershell
@@ -129,7 +129,7 @@ Before you begin, make sure you complete the following prerequisites:
129129
# [Output](#tab/output)
130130
131131
Here's a sample output of a successful registration of your machines:
132-
132+
133133
```output
134134
PS C:\Users\Administrator> Invoke-AzStackHciArcInitialization -SubscriptionID $Subscription -ResourceGroup $RG -TenantID $Tenant -Region $Region -Cloud "AzureCloud" -ArmAccessToken $ARMtoken -AccountID $id
135135
>>
@@ -154,17 +154,13 @@ Before you begin, make sure you complete the following prerequisites:
154154
155155
4. After the script completes successfully on all the machines, verify that:
156156
157-
158157
1. Your machines are registered with Arc. Go to the Azure portal and then go to the resource group associated with the registration. The machines appear within the specified resource group as **Machine - Azure Arc** type resources.
159158
160159
:::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":::
161160
162-
163-
164161
> [!NOTE]
165162
> 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.
166163
167-
168164
## Assign required permissions for deployment
169165
170166
This section describes how to assign Azure permissions for deployment from the Azure portal.
@@ -188,17 +184,9 @@ This section describes how to assign Azure permissions for deployment from the A
188184
- **Key Vault Secrets Officer**: This permission is required to read and write secrets in the key vault used for deployment.
189185
- **Key Vault Contributor**: This permission is required to create the key vault used for deployment.
190186
- **Storage Account Contributor**: This permission is required to create the storage account used for deployment.
191-
192187
193188
1. In the right pane, go to **Role assignments**. Verify that the deployment user has all the configured roles.
194189
195-
1. In the Azure portal, go to **Microsoft Entra Roles and Administrators** and assign the **Cloud Application Administrator** role permission at the Microsoft Entra tenant level.
196-
197-
:::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":::
198-
199-
> [!NOTE]
200-
> The Cloud Application Administrator permission is temporarily needed to create the service principal. After deployment, this permission can be removed.
201-
202190
## Next steps
203191
204192
After setting up the first machine in your instance, you're ready to deploy using Azure portal:

0 commit comments

Comments
 (0)