Skip to content

Commit 20676f8

Browse files
Merge pull request #213731 from Nickomang/release-ignite-aks-container-marketplace-2
Transactable containers bugfix
2 parents 2fa841b + f763249 commit 20676f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/deploy-marketplace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Included among these solutions are Kubernetes application-based Container offers
3131
3232
## Register resource providers
3333

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:
3535

3636
```azurecli-interactive
37-
az provider register --namespace Microsoft.KubernetesConfiguration --wait
3837
az provider register --namespace Microsoft.ContainerService --wait
38+
az provider register --namespace Microsoft.KubernetesConfiguration --wait
3939
```
4040

4141
## Browse offers

0 commit comments

Comments
 (0)