Skip to content

Commit e0e890d

Browse files
committed
initial draft complete
1 parent 8d9ca19 commit e0e890d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: johnmarco
55
ms.service: azure-redhat-openshift
66
ms.topic: how-to
77
ms.author: johnmarc
8-
ms.date: 03/21/2022
8+
ms.date: 10/18/2022
99
topic: how-to
1010
keywords: azure, openshift, aro, red hat, azure CLI, azure portal
1111
#Customer intent: I need to create and use an Azure service principal to restrict permissions to my Azure Red Hat OpenShift cluster.
@@ -50,7 +50,7 @@ AZ_SUB_ID=$(az account show --query id -o tsv)
5050
az ad sp create-for-rbac -n "test-aro-SP" --role contributor --scopes "/subscriptions/${AZ_SUB_ID}/resourceGroups/${AZ_RG}"
5151
```
5252

53-
The output is similar to the following example.
53+
The output is similar to the following example:
5454

5555
```
5656
{

0 commit comments

Comments
 (0)