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
* 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.
22
22
* Create an Azure Active Directory (Azure AD) tenant.
23
23
* Create an Azure AD application object.
24
24
* Create an Azure AD user.
@@ -51,7 +51,7 @@ Alternately, you can use the [Azure Cloud Shell](https://docs.microsoft.com/azur
51
51
52
52
## Register providers and features
53
53
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.
55
55
56
56
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:
57
57
@@ -61,10 +61,10 @@ To register these providers and features manually, use the following instruction
61
61
az account set --subscription <SUBSCRIPTION ID>
62
62
```
63
63
64
-
1. Register the Microsoft.ContainerService openshiftmanagedcluster feature:
64
+
1. Register the Microsoft.ContainerService AROGA feature:
65
65
66
66
```bash
67
-
az feature register --namespace Microsoft.ContainerService -n openshiftmanagedcluster
67
+
az feature register --namespace Microsoft.ContainerService -n AROGA
0 commit comments