Skip to content

Commit 28ec1db

Browse files
authored
Update articles/openshift/howto-create-service-principal.md
1 parent 1673858 commit 28ec1db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ 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.
54+
> [!NOTE]
55+
>
56+
> Service principals must be unique per Azure RedHat OpenShift (ARO) Cluster.
5557
5658
The output is similar to the following example:
5759

0 commit comments

Comments
 (0)