Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.77 KB

storage-samples-blobs-powershell.md

File metadata and controls

25 lines (21 loc) · 1.77 KB
title description author ms.author ms.date ms.service ms.custom ms.topic
Azure PowerShell samples for Azure Blob storage
See links to Azure PowerShell script samples for working with Azure Blob storage, such as creating a storage account, migrating blobs across accounts, and more.
stevenmatthew
shaas
11/07/2017
azure-blob-storage
devx-track-azurepowershell
sample

Azure PowerShell samples for Azure Blob storage

The following table includes links to PowerShell script samples 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 one of its access keys.
Migrate Blobs across storage accounts using AzCopy on Windows Migrate blobs across Azure Storage accounts using AzCopy on Windows.
Blob storage
Calculate the total size of a Blob storage container Calculates the total size of all the blobs in a container.
Calculate the size of a Blob storage container for billing purposes Calculates the size of a container in Blob storage for the purpose of estimating billing costs.
Delete containers with a specific prefix Deletes containers starting with a specified string.