Skip to content

Commit 7cf0401

Browse files
committed
Fix ESAN syntax
1 parent 3f93502 commit 7cf0401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/container-storage/use-container-storage-with-elastic-san.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you haven't already done so, [install Azure Container Storage.](install-conta
137137
1. Create an Elastic SAN in the managed resource group.
138138

139139
```azurecli
140-
az elastic-san create --resource-group <node-resource-group> --name <san-name> --location <node-region> --sku Premium_ZRS --base-size-tib 1 --extended-capacity-size-tib 1
140+
az elastic-san create --resource-group <node-resource-group> --name <san-name> --location <node-region> --sku "{name:Premium_LRS,tier:Premium}" --base-size-tib 1 --extended-capacity-size-tib 1
141141
```
142142

143143
1. Create a storage class that references the Elastic SAN:

0 commit comments

Comments
 (0)