az-storage-account

storage account Manage storage accounts in Azure. Part of azure-cli.…

az storage account

Manage storage accounts in Azure. Part of azure-cli. More information: https://learn.microsoft.com/cli/azure/storage/account.

az storage account create --name {{storage_account_name}} --resource-group {{azure_resource_group}} --location {{azure_location}} --sku {{storage_account_sku}}

az storage account generate-sas --account-name {{storage_account_name}} --name {{account_name}} --permissions {{sas_permissions}} --expiry {{expiry_date}} --services {{storage_services}} --resource-types {{resource_types}}

az storage account list --resource-group {{azure_resource_group}}

az storage account delete --name {{storage_account_name}} --resource-group {{azure_resource_group}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← az-storage az-storage-blob →