Azure Storage Management SDK CLI

Official Documentation and Resources for the Azure Storage Management SDK Command-Line Interface.

Introduction

The Azure Storage Management SDK CLI provides a powerful way to manage your Azure Storage accounts and resources from the command line.

Key Features

Getting Started

To get started, you'll need to:

  1. Install the SDK: Download and install the SDK.
  2. Authenticate: Use the `az login` command to authenticate with your Azure account.
  3. Explore the Command Palette: Use the `az help` command to discover available commands and options.

Command Examples

az storage account create --name --resource-group --location
az storage blob upload --account-name --container-name --file --name

Resources