We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5fbdb commit bc5f16fCopy full SHA for bc5f16f
articles/azure-arc/container-storage/install-edge-volumes.md
@@ -32,7 +32,7 @@ kubectl patch meshconfig osm-mesh-config \
32
Install the Azure Container Storage enabled by Azure Arc extension using the following command:
33
34
```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
+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
36
```
37
38
> [!NOTE]
0 commit comments