Skip to content

Commit bca3773

Browse files
authored
Update howto-create-private-cluster-4x.md
Added the `Microsoft.Network` resource, which is required, and a note if you haven't done it already. /cc @jaydestro
1 parent b4df107 commit bca3773

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/openshift/howto-create-private-cluster-4x.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,19 @@ If you choose to install and use the CLI locally, this tutorial requires that yo
3737
az provider register -n Microsoft.RedHatOpenShift --wait
3838
```
3939
40-
1. Register the `Microsoft.Compute` resource provider:
40+
1. Register the `Microsoft.Compute` resource provider (if you haven't already):
4141
4242
```azurecli-interactive
4343
az provider register -n Microsoft.Compute --wait
4444
```
4545
46-
1. Register the `Microsoft.Storage` resource provider:
46+
1. Register the `Microsoft.Network` resource provider (if you haven't already):
47+
48+
```azurecli-interactive
49+
az provider register -n Microsoft.Network --wait
50+
```
51+
52+
1. Register the `Microsoft.Storage` resource provider (if you haven't already):
4753
4854
```azurecli-interactive
4955
az provider register -n Microsoft.Storage --wait

0 commit comments

Comments
 (0)