Skip to content

Commit 9924d49

Browse files
authored
Merge pull request #36171 from TheMelter/master
Update storage-how-to-create-file-share.md
2 parents b44c737 + f89a85c commit 9924d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-how-to-create-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To prepare to use PowerShell, download and install the Azure PowerShell cmdlets.
8282
8383
3. **Create the file share**
8484
```azurecli
85-
az storage share create --name files --quota 2048 --connection-string $current_env_conn_string 1 > /dev/null
85+
az storage share create --name files --quota 2048 --connection-string $current_env_conn_string > /dev/null
8686
```
8787
8888
## Next steps

0 commit comments

Comments
 (0)