| title | Azure CLI samples for Blob storage |
|---|---|
| description | See links to Azure CLI samples for working with Azure Blob Storage, such as creating a storage account, deleting containers with a specific prefix, and more. |
| author | stevenmatthew |
| ms.author | shaas |
| ms.date | 06/13/2017 |
| ms.service | azure-blob-storage |
| ms.topic | sample |
| ms.custom | devx-track-azurecli |
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. |