Azure Blob Storage
Cloud object storage — manage containers, upload, download, and manage blobs
Tools
| 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-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('azure-blob-storage', 'list_containers', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'azure-blob-storage',
input: { /* ... */ },
})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 tools programmatically.
What tools does Azure Blob Storage support?
Azure Blob Storage supports 9 tools 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 Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Azure Blob Storage to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Azure Blob Storage as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Azure Blob Storage tools exposed by that workspace.
Does Azure Blob Storage work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Azure Blob Storage work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Azure Blob Storage?
Azure Blob Storage exposes 9 tools, including List Containers, Create Container, List Blobs, Upload Blob, Download Blob, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Azure Blob Storage be used in stateful agent workflows?
Yes. Agents can combine Azure Blob Storage tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Azure Blob Storage use?
Azure Blob Storage uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
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 20,000 actions per month. No credit card required.
Connect Azure Blob Storage in minutes
Get 20,000 free action executions every month. No credit card required.