Skip to content

Commit 2fd52c9

Browse files
committed
To add prerequisites to azure cli and azure portal
1 parent 4cd3418 commit 2fd52c9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ To interact with Azure APIs, an Azure Red Hat OpenShift cluster requires an Azur
1818

1919
This article explains how to create and use a service principal for your Azure Red Hat OpenShift clusters using the Azure command-line interface (Azure CLI) or the Azure portal.
2020

21-
## Prerequisite
22-
23-
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.
24-
2521
> [!NOTE]
2622
> Service principals expire in one year unless configured for longer periods. For information on extending your service principal expiration period, see [Rotate service principal credentials for your Azure Red Hat OpenShift (ARO) Cluster](howto-service-principal-credential-rotation.md).
2723
@@ -31,11 +27,12 @@ On [Use the portal to create an Azure AD application and service principal that
3127

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

34-
## Prerequisites
30+
## Prerequisites - Azure CLI
3531

3632
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).
3733

38-
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+
3936
## Create a resource group
4037

4138
```azurecli-interactive
@@ -107,6 +104,10 @@ az aro create \
107104

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

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+
110111
## Create a service principal - Azure portal
111112

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

0 commit comments

Comments
 (0)