az storage
Manage Azure Cloud Storage resources. Part of `azure-cli` (also known as `az`).
More info →Subcommands (6)
Manage storage accounts in Azure. Part of `azure-cli` (also known as `az`).
Manage blob storage containers and objects in Azure. Part of `azure-cli` (also known as `az`).
Manage blob storage containers in Azure. Part of `azure-cli` (also known as `az`).
Manage Azure Table storage entities. Part of `azure-cli` (also known as `az`).
Manage storage queues in Azure. Part of `azure-cli` (also known as `az`).
Manage NoSQL key-value storage in Azure. Part of `azure-cli` (also known as `az`).
Options (3)
-g, --resource-groupbooleanCreate a storage account specifying a location
az storage account create {{[-g|--resource-group]}} {{group_name}} {{[-n|--name]}} {{account_name}} {{[-l|--location]}} {{location}} --sku {{account_sku}}-n, --namebooleanCreate a storage account specifying a location
az storage account create {{[-g|--resource-group]}} {{group_name}} {{[-n|--name]}} {{account_name}} {{[-l|--location]}} {{location}} --sku {{account_sku}}-l, --locationbooleanCreate a storage account specifying a location
az storage account create {{[-g|--resource-group]}} {{group_name}} {{[-n|--name]}} {{account_name}} {{[-l|--location]}} {{location}} --sku {{account_sku}}Examples (5)
Create a storage account specifying a location
az storage account create [-g|--resource-group] group_name [-n|--name] account_name [-l|--location] location --sku account_skuList all storage accounts in a resource group
az storage account list [-g|--resource-group] group_nameList the access keys for a storage account
az storage account keys list [-g|--resource-group] group_name [-n|--name] account_nameDelete a storage account
az storage account delete [-g|--resource-group] group_name [-n|--name] account_nameUpdate the minimum tls version setting for a storage account
az storage account update --min-tls-version TLS1_0|TLS1_1|TLS1_2 [-g|--resource-group] group_name [-n|--name] account_name