Azure Storage PowerShell Reference

Azure Storage PowerShell Reference

Welcome to the official Microsoft documentation for the Azure Storage PowerShell module. This module provides a comprehensive set of cmdlets for managing your Azure Storage resources directly from the PowerShell command line.

The Az.Storage module allows you to interact with various Azure Storage services, including:

Key Features

Getting Started

To use the Az.Storage module, you need to have the Azure PowerShell module installed. If you don't have it installed, you can install it using:

Install-Module -Name Az -Scope CurrentUser -Force -AllowClobber

Then, connect to your Azure account:

Connect-AzAccount

To ensure you have the latest version of the Az.Storage module, you can update it with:

Update-Module -Name Az.Storage

Discover Cmdlets

Explore the full list of available cmdlets to manage your Azure Storage resources effectively. You can filter and search for cmdlets based on the service or operation you need.

View All Cmdlets

Common Use Cases