Skip to content

Commit 441ea88

Browse files
authored
Merge pull request #106333 from ramandhillon84/master
corrected storage account file-share name
2 parents 90c8315 + 9b8f8c5 commit 441ea88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/virtual-network-service-endpoint-policies-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@ Create a file share in the storage account with [az storage share create](/cli/a
200200

201201
```azurecli-interactive
202202
az storage share create \
203-
--name my-file-share1 \
203+
--name my-file-share \
204204
--quota 2048 \
205205
--connection-string $saConnectionString1 > /dev/null
206206
207207
az storage share create \
208-
--name my-file-share2 \
208+
--name my-file-share \
209209
--quota 2048 \
210210
--connection-string $saConnectionString2 > /dev/null
211211
```

0 commit comments

Comments
 (0)