Azure CLI samples for Azure Blob storage
The following table includes links to Bash scripts built using the Azure CLI that create and manage Azure Storage.
Script | Description |
---|---|
Storage accounts | |
Create a storage account and retrieve/rotate the access keys | Creates an Azure Storage account and retrieves and rotates its access keys. |
Blob storage | |
Calculate the total size of a Blob storage container | Calculates the total size of all the blobs in a container. |
Delete containers with a specific prefix | Deletes containers starting with a specified string. |