az-storage-container

storage container Manage blob storage containers in Azure. Part of…

az storage container

Manage blob storage containers in Azure. Part of azure-cli. More information: https://learn.microsoft.com/cli/azure/storage/container.

az storage container create --account-name {{storage_account_name}} --name {{container_name}} --public-access {{access_level}} --fail-on-exist

az storage container generate-sas --account-name {{storage_account_name}} --name {{container_name}} --permissions {{sas_permissions}} --expiry {{expiry_date}} --https-only

az storage container list --account-name {{storage_account_name}} --prefix {{filter_prefix}}

az storage container delete --account-name {{storage_account_name}} --name {{container_name}} --fail-not-exist

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