Skip to content

Commit 9b5ca3c

Browse files
authored
Update howto-setup-environment.md
1 parent 09f264f commit 9b5ca3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/howto-setup-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To build and run Microsoft Azure Red Hat OpenShift applications, you'll need to:
1818

1919
* Purchase Azure virtual machine reserved instances.
2020
* Install version 2.0.65 (or higher) of the Azure CLI (or use the Azure Cloud Shell).
21-
* Register for the `openshiftmanagedcluster` feature and associated resource providers.
21+
* Register for the `AROGA` feature and associated resource providers.
2222
* Create an Azure Active Directory (Azure AD) tenant.
2323
* Create an Azure AD application object.
2424
* Create an Azure AD user.
@@ -51,7 +51,7 @@ Alternately, you can use the [Azure Cloud Shell](https://docs.microsoft.com/azur
5151

5252
## Register providers and features
5353

54-
The `Microsoft.ContainerService openshiftmanagedcluster` feature, `Microsoft.Solutions`, and `Microsoft.Network` providers must be registered to your subscription manually before deploying your first Azure Red Hat OpenShift cluster.
54+
The `Microsoft.ContainerService AROGA` feature, `Microsoft.Solutions`, `Microsoft.Compute`, `Microsoft.Storage`, `Microsoft.KeyVault` and `Microsoft.Network` providers must be registered to your subscription manually before deploying your first Azure Red Hat OpenShift cluster.
5555

5656
To register these providers and features manually, use the following instructions from a Bash shell if you've installed the CLI, or from the Azure Cloud Shell (Bash) session in your Azure portal:
5757

@@ -61,10 +61,10 @@ To register these providers and features manually, use the following instruction
6161
az account set --subscription <SUBSCRIPTION ID>
6262
```
6363

64-
1. Register the Microsoft.ContainerService openshiftmanagedcluster feature:
64+
1. Register the Microsoft.ContainerService AROGA feature:
6565

6666
```bash
67-
az feature register --namespace Microsoft.ContainerService -n openshiftmanagedcluster
67+
az feature register --namespace Microsoft.ContainerService -n AROGA
6868
```
6969

7070
1. Register the Microsoft.Storage provider:

0 commit comments

Comments
 (0)