Azure Storage Operations: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
--sku Standard_LRS | --sku Standard_LRS | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The storage account name must be between 3 and 24 characters and use numbers and lower case letters only. |
Revision as of 20:17, 25 November 2020
Internal
Azure Files Operations
Storage Account Operations
Create Storage Account
az storage account create \
--name <storage-account-name> \
--resource-group <resource-group-name> \
--kind StorageV2 \
--sku Standard_LRS
The storage account name must be between 3 and 24 characters and use numbers and lower case letters only.