Skip to content

Commit 24ca04b

Browse files
authored
Merge pull request #198439 from leebeasley-v/update-openshift-service-principal-may-16-a
Add prerequisite to service principal
2 parents bd9c9cb + 2fd52c9 commit 24ca04b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ This article explains how to create and use a service principal for your Azure R
2727

2828
The following sections explain how to use the Azure CLI to create a service principal for your Azure Red Hat OpenShift cluster
2929

30-
## Prerequisite
30+
## Prerequisites - Azure CLI
3131

3232
If you’re using the Azure CLI, you’ll need Azure CLI version 2.0.59 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
33-
33+
34+
On [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) create a service principal. Be sure to save the client ID and the appID.
35+
3436
## Create a resource group
3537

3638
```azurecli-interactive
@@ -102,6 +104,10 @@ az aro create \
102104

103105
The following sections explain how to use the Azure portal to create a service principal for your Azure Red Hat OpenShift cluster.
104106

107+
## Prerequiste - Azure portal
108+
109+
On [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) create a service principal. Be sure to save the client ID and the appID.
110+
105111
## Create a service principal - Azure portal
106112

107113
To create a service principal using the Azure portal, complete the following steps.

0 commit comments

Comments
 (0)