Skip to content

Commit d0669b4

Browse files
authored
Merge pull request #54974 from lamek/add-permissions-prereq-for-creating-cluster
updating permissions required to create a cluster
2 parents dced5be + 7dfbfc5 commit d0669b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ In this tutorial, part one of three, you'll prepare your environment to create a
2020

2121
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.75 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
2222

23+
### Verify your permissions
24+
25+
To create an Azure Red Hat OpenShift cluster, verify the following permissions on your Azure account and user:
26+
27+
[!div class="mx-tdBreakAll"]
28+
|Permissions|Resource Group which contains the VNet|User executing `az aro create`|Service Principal passed as `–client-id`|
29+
|----|:----:|:----:|:----:|
30+
|**User Access Administrator**|X|X| |
31+
|**Contributor**|X|X|X|
32+
2333
### Install the `az aro` extension
2434
The `az aro` extension allows you to create, access, and delete Azure Red Hat OpenShift clusters directly from the command line using the Azure CLI.
2535

0 commit comments

Comments
 (0)