Skip to content

Commit febbb7b

Browse files
authored
Update connect-from-azure.md
Added clarifying text as on can easily confuse the service principal id with the earlier created application "object id"
1 parent 6614968 commit febbb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/github/connect-from-azure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You'll need to create an Azure Active Directory application and service principa
6262
az ad sp create --id $appId
6363
```
6464
65-
1. Create a new role assignment by subscription and object. By default, the role assignment will be tied to your default subscription. Replace `$subscriptionId` with your subscription ID, `$resourceGroupName` with your resource group name, and `$assigneeObjectId` with generated `assignee-object-id`.
65+
1. Create a new role assignment by subscription and object. By default, the role assignment will be tied to your default subscription. Replace `$subscriptionId` with your subscription ID, `$resourceGroupName` with your resource group name, and `$assigneeObjectId` with generated `assignee-object-id` (the newly created service principal object id).
6666
6767
```azurecli-interactive
6868
az role assignment create --role contributor --subscription $subscriptionId --assignee-object-id $assigneeObjectId --assignee-principal-type ServicePrincipal --scope /subscriptions/$subscriptionId/resourceGroups/$resourceGroupName

0 commit comments

Comments
 (0)