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
Copy file name to clipboardExpand all lines: articles/aks/deploy-marketplace.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ Included among these solutions are Kubernetes application-based Container offers
31
31
32
32
## Register resource providers
33
33
34
-
You must have registered the `Microsoft.KubernetesConfiguration` and `Microsoft.ContainerService` providers on your subscription using the `az provider register` command:
34
+
You must have registered the `Microsoft.ContainerService` and `Microsoft.KubernetesConfiguration` providers on your subscription using the `az provider register` command:
35
35
36
36
```azurecli-interactive
37
-
az provider register --namespace Microsoft.KubernetesConfiguration --wait
38
37
az provider register --namespace Microsoft.ContainerService --wait
38
+
az provider register --namespace Microsoft.KubernetesConfiguration --wait
0 commit comments