azure-storage

Installation
SKILL.md

Azure Storage

Manage Blob Storage, file shares, and storage accounts.

List storage accounts

az storage account list --query '[].{Name:name,ResourceGroup:resourceGroup,Kind:kind,Sku:sku.name,Location:location}' -o table

List blob containers

az storage container list --account-name mystorageacct --query '[].{Name:name,Access:properties.publicAccess}' -o table

List blobs

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026