Skip to content

Commit b674d3d

Browse files
Merge pull request #246051 from khdownie/kendownie072423
change release train flag to stable
2 parents 05d0b8c + ffbb2d3 commit b674d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install Azure Container Storage Preview for use with A
44
author: khdownie
55
ms.service: azure-container-storage
66
ms.topic: quickstart
7-
ms.date: 07/06/2023
7+
ms.date: 07/24/2023
88
ms.author: kendownie
99
ms.custom: devx-track-azurecli
1010
---
@@ -196,7 +196,7 @@ The initial install uses Azure Arc CLI commands to download a new extension. Rep
196196
During installation, you might be asked to install the `k8s-extension`. Select **Y**.
197197

198198
```azurecli-interactive
199-
az k8s-extension create --cluster-type managedClusters --cluster-name <cluster name> --resource-group <resource group name> --name <name of extension> --extension-type microsoft.azurecontainerstorage --scope cluster --release-train prod --release-namespace acstor
199+
az k8s-extension create --cluster-type managedClusters --cluster-name <cluster name> --resource-group <resource group name> --name <name of extension> --extension-type microsoft.azurecontainerstorage --scope cluster --release-train stable --release-namespace acstor
200200
```
201201

202202
Installation takes 10-15 minutes to complete. You can check if the installation completed correctly by running the following command and ensuring that `provisioningState` says **Succeeded**:

0 commit comments

Comments
 (0)