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 1673858 commit 28ec1dbCopy full SHA for 28ec1db
articles/openshift/howto-create-service-principal.md
@@ -51,7 +51,9 @@ 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.
+> [!NOTE]
55
+>
56
+> Service principals must be unique per Azure RedHat OpenShift (ARO) Cluster.
57
58
The output is similar to the following example:
59
0 commit comments