update feature registration doc

This commit is contained in:
Jim Minter 2020-01-13 21:27:06 -08:00
Родитель 93cd15e6e4
Коммит ab40ceb140
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0730CBDA10D1A2D3
1 изменённых файлов: 5 добавлений и 8 удалений

Просмотреть файл

@ -61,18 +61,15 @@ against a development RP running at https://localhost:8443/.
## Registering the resource provider
If using the pre-GA Azure Red Hat OpenShift v4 service with a whitelisted
subscription, ensure that the `Microsoft.RedHatOpenShift` resource provider is
registered:
If using the pre-GA Azure Red Hat OpenShift v4 service, ensure that the
`Microsoft.RedHatOpenShift/preview` feature is registered and that the
`Microsoft.RedHatOpenShift` resource provider is registered:
```
az feature register --subscription <Your Subscription ID> --name preview --namespace Microsoft.RedHatOpenShift
az feature register --namespace Microsoft.RedHatOpenShift --name preview
az provider register -n Microsoft.RedHatOpenShift --wait
```
You can verify the status of the registration by doing :
```
az feature show --namespace Microsoft.RedHatOpenShift --name preview
```
## Prerequisites to create an Azure Red Hat OpenShift v4 cluster