Azure Blob Storage
Cloud object storage — manage containers, upload, download, and manage blobs
Actions
| Name | Description |
|---|---|
list_containersList all blob containers in the storage account | List all blob containers in the storage account |
create_containerCreate a new blob container | Create a new blob container |
list_blobsList blobs in a container | List blobs in a container |
upload_blobUpload content as a block blob | Upload content as a block blob |
download_blobDownload a blob and return its content as text | Download a blob and return its content as text |
delete_blobDelete a blob from a container | Delete a blob from a container |
get_blob_propertiesGet properties and metadata of a blob | Get properties and metadata of a blob |
copy_blobCopy a blob to a new location within the storage account | Copy a blob to a new location within the storage account |
custom_api_callMake a custom API call to Azure Blob Storage | Make a custom API call to Azure Blob Storage |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'azure-blob-storage',
actionName: 'list_containers',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Azure Blob Storage to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Azure Blob Storage support?
Azure Blob Storage supports 9 actions including List Containers, Create Container, List Blobs, Upload Blob, Download Blob, and more.
Can I use Azure Blob Storage with AI agents?
Yes. Add Azure Blob Storage to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Azure Blob Storage use?
Azure Blob Storage uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Azure Blob Storage integration cost?
The Azure Blob Storage integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Azure Blob Storage in 2 minutes
Get 1,000 free actions every month. No credit card required.