We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d83164 commit 1673858Copy full SHA for 1673858
articles/openshift/howto-create-service-principal.md
@@ -51,6 +51,8 @@ AZ_SUB_ID=$(az account show --query id -o tsv)
51
az ad sp create-for-rbac -n "test-aro-SP" --role contributor --scopes "/subscriptions/${AZ_SUB_ID}/resourceGroups/${AZ_RG}"
52
```
53
54
+[!NOTE] Service principals must be unique per Azure RedHat OpenShift (ARO) Cluster.
55
+
56
The output is similar to the following example:
57
58
0 commit comments