You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/howto-create-service-principal.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,6 @@ To interact with Azure APIs, an Azure Red Hat OpenShift cluster requires an Azur
18
18
19
19
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.
20
20
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
-
25
21
> [!NOTE]
26
22
> 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).
27
23
@@ -31,11 +27,12 @@ On [Use the portal to create an Azure AD application and service principal that
31
27
32
28
The following sections explain how to use the Azure CLI to create a service principal for your Azure Red Hat OpenShift cluster
33
29
34
-
## Prerequisites
30
+
## Prerequisites - Azure CLI
35
31
36
32
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
33
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
+
39
36
## Create a resource group
40
37
41
38
```azurecli-interactive
@@ -107,6 +104,10 @@ az aro create \
107
104
108
105
The following sections explain how to use the Azure portal to create a service principal for your Azure Red Hat OpenShift cluster.
109
106
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
+
110
111
## Create a service principal - Azure portal
111
112
112
113
To create a service principal using the Azure portal, complete the following steps.
0 commit comments