eavz
Azure Blob Storage

Azure Blob Storage

Cloud object storage — manage containers, upload, download, and manage blobs

9 actions

Actions

Name
list_containers

List all blob containers in the storage account

create_container

Create a new blob container

list_blobs

List blobs in a container

upload_blob

Upload content as a block blob

download_blob

Download a blob and return its content as text

delete_blob

Delete a blob from a container

get_blob_properties

Get properties and metadata of a blob

copy_blob

Copy a blob to a new location within the storage account

custom_api_call

Make a custom API call to Azure Blob Storage

Quick Start

TypeScript
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.