Skip to content

Commit 1673858

Browse files
authored
Update howto-create-service-principal.md
1 parent 6d83164 commit 1673858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ 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] Service principals must be unique per Azure RedHat OpenShift (ARO) Cluster.
55+
5456
The output is similar to the following example:
5557

5658
```

0 commit comments

Comments
 (0)