Skip to content

Commit f00886a

Browse files
Merge pull request #214897 from johnmarco/jm-refresh-sp-create-procedure
Refresh SP creation doc
2 parents a9e89ac + e0e890d commit f00886a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 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
{
@@ -79,9 +79,7 @@ To grant permissions to an existing service principal with the Azure portal, see
7979

8080
## Create a service principal with the Azure portal
8181

82-
This section explains how to use the Azure portal to create a service principal for your Azure Red Hat OpenShift cluster.
83-
84-
To create a service principal, see [Use the portal to create an Azure AD application and service principal that can access resources](../active-directory/develop/howto-create-service-principal-portal.md). **Be sure to save the client ID and the appID.**
82+
To create a service principal for your Azure Red Hat OpenShift cluster via the Azure portal, see [Use the portal to create an Azure AD application and service principal that can access resources](../active-directory/develop/howto-create-service-principal-portal.md). **Be sure to save the Application (client) ID and the secret.**
8583

8684

8785

0 commit comments

Comments
 (0)