Skip to content

Commit 228a4bd

Browse files
Merge pull request #311514 from eh8/main
Fix ESAN syntax
2 parents 3f93502 + 7cf0401 commit 228a4bd

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)