Skip to content

Commit bc5f16f

Browse files
committed
updating name for extension create
1 parent de5fbdb commit bc5f16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/container-storage/install-edge-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kubectl patch meshconfig osm-mesh-config \
3232
Install the Azure Container Storage enabled by Azure Arc extension using the following command:
3333

3434
```azurecli
35-
az k8s-extension create --resource-group "${YOUR-RESOURCE-GROUP}" --cluster-name "${YOUR-CLUSTER-NAME}" --cluster-type connectedClusters --name acsa --extension-type microsoft.arc.containerstorage
35+
az k8s-extension create --resource-group "${YOUR-RESOURCE-GROUP}" --cluster-name "${YOUR-CLUSTER-NAME}" --cluster-type connectedClusters --name azure-arc-containerstorage --extension-type microsoft.arc.containerstorage
3636
```
3737

3838
> [!NOTE]

0 commit comments

Comments
 (0)