Skip to content

Commit 4cd3418

Browse files
committed
Add prerequisite to service principal
1 parent 50fb0a2 commit 4cd3418

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ 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+
2125
> [!NOTE]
2226
> 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).
2327
@@ -27,9 +31,10 @@ This article explains how to create and use a service principal for your Azure R
2731

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

30-
## Prerequisite
34+
## Prerequisites
3135

3236
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).
37+
3338

3439
## Create a resource group
3540

0 commit comments

Comments
 (0)