Skip to content

Commit 2eaef82

Browse files
authored
Merge pull request #76820 from jjasghar/patch-1
Update howto-create-private-cluster-4x.md
2 parents b60623a + bca3773 commit 2eaef82

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)