Skip to content

Commit f1cfb49

Browse files
authored
Merge pull request #68976 from Chin2691/patch-1
[OCPBUGS-23793] for creating azure service principle
2 parents 0d25d77 + feb8523 commit f1cfb49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/installation-creating-azure-service-principal.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ control. For more information, see https://aka.ms/azadsp-cli
5353
----
5454
$ az role assignment create --role "User Access Administrator" \
5555
--assignee-object-id $(az ad sp show --id <appId> --query id -o tsv) <1>
56+
--scope /subscriptions/<subscription_id> <2>
5657
----
5758
<1> Specify the `appId` parameter value for your service principal.
59+
<2> Specifies the subscription ID.

0 commit comments

Comments
 (0)