Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.35 KB

File metadata and controls

24 lines (20 loc) · 1.35 KB
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

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.