Azure Storage Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Internal

Azure Files Operations

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. The name must also unique across the entire Azure, so URLs like these can exist: https://<storage-account-name>.file.core.windows.net/