Skip to content

Commit f505ac6

Browse files
authored
Merge pull request #112175 from supernovae/patch-1
Update howto-create-service-principal.md
2 parents 04f7e8e + 28ec1db commit f505ac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/openshift/howto-create-service-principal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ AZ_SUB_ID=$(az account show --query id -o tsv)
5151
az ad sp create-for-rbac -n "test-aro-SP" --role contributor --scopes "/subscriptions/${AZ_SUB_ID}/resourceGroups/${AZ_RG}"
5252
```
5353

54+
> [!NOTE]
55+
>
56+
> Service principals must be unique per Azure RedHat OpenShift (ARO) Cluster.
57+
5458
The output is similar to the following example:
5559

5660
```

0 commit comments

Comments
 (0)