az storage blob list

Description

List blobs in a given container.

Command
az storage blob list
Examples
List blobs in a container
az storage blob list --account-name mystorageaccount --container-name mycontainer -o table
Parameters
Parameter Type Required Description
-c, --container-name <name> string No The container name.
--account-name <name> string No The storage account name.
--sas-token <token> string No A shared access signature token to use.
Command Info
Category: Storage
Type: Azure
Views: 13
Status: Active
Tags
azure storage blob list