Skip to content

Commit 555847d

Browse files
authored
Update tutorial-create-cluster.md
1 parent 9c7e080 commit 555847d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ You will also need sufficient Azure Active Directory permissions (either a membe
7171
```azurecli-interactive
7272
az provider register -n Microsoft.Authorization --wait
7373
```
74+
75+
1. Azure Red Hat Openshift is now available as a public preview in Azure government. If you are looking to deploy there, please follow these instructions:
76+
77+
> [!IMPORTANT]
78+
> ARO preview features are available on a self-service, opt-in basis. Preview features are provided "as is" and "as available," and they are excluded from the service-level agreements and limited warranty. Preview features are partially covered by customer support on a best-effort basis. As such, these features are not meant for production use.
79+
80+
```azurecli-interactive
81+
az feature register --namespace Microsoft.RedHatOpenShift --name preview
82+
```
7483

7584
### Get a Red Hat pull secret (optional)
7685

@@ -239,4 +248,4 @@ In this part of the tutorial, you learned how to:
239248
240249
Advance to the next tutorial:
241250
> [!div class="nextstepaction"]
242-
> [Connect to an Azure Red Hat OpenShift cluster](tutorial-connect-cluster.md)
251+
> [Connect to an Azure Red Hat OpenShift cluster](tutorial-connect-cluster.md)

0 commit comments

Comments
 (0)