Skip to content

Commit 735f856

Browse files
small Acrolinx fixes
1 parent db764ec commit 735f856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/elastic-san/elastic-san-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ az feature show --name ElasticSanPreviewAccess --namespace Microsoft.ElasticSan
8181

8282
# [PowerShell](#tab/azure-powershell)
8383

84-
The following command creates an Elastic SAN that uses locally-redundant storage. To create one that uses zone-redundant storage, replace `Premium_LRS` with `Premium_ZRS`.
84+
The following command creates an Elastic SAN that uses locally redundant storage. To create one that uses zone-redundant storage, replace `Premium_LRS` with `Premium_ZRS`.
8585

8686
```azurepowershell
8787
## Variables
@@ -99,7 +99,7 @@ New-AzElasticSAN -ResourceGroupName $rgName -Name $sanName -AvailabilityZone $zo
9999
```
100100
# [Azure CLI](#tab/azure-cli)
101101

102-
The following command creates an Elastic SAN that uses locally-redundant storage. To create one that uses zone-redundant storage, replace `Premium_LRS` with `Premium_ZRS`.
102+
The following command creates an Elastic SAN that uses locally redundant storage. To create one that uses zone-redundant storage, replace `Premium_LRS` with `Premium_ZRS`.
103103

104104
```azurecli
105105
## Variables

0 commit comments

Comments
 (0)