Azure Blob Storage
by Microsoft Corporation
Connect agents to Azure Blob Storage to upload, download, list, and manage blobs and containers.
How agents use Azure Blob Storage
- ✓Archive generated reports, invoices, and documents to blob storage
- ✓Read input files from storage to feed agent processing pipelines
- ✓Generate signed URLs for secure, temporary file sharing
- ✓Store intermediate results between multi-step agent workflows
- ✓Back up structured data exports to cold storage containers
Agent actions
Inputs: containerName, blobName, content, contentType, overwrite
Returns: blobUrl, blobName, etag
Inputs: containerName, blobName
Returns: content, contentType, size
Inputs: containerName, prefix, maxResults
Returns: blobs, count
Inputs: containerName, blobName
Returns: success
Inputs: containerName, blobName, expiresInHours, permissions
Returns: sasUrl, expiresAt
Inputs: prefix
Returns: containers
Example workflows
Document archiving
Agent generates reports and uploads them to Azure Blob Storage for archiving and sharing
Media processing pipeline
Agent reads uploaded media from blob storage, processes it, and stores results
About Azure Blob Storage
- Vendor
- Microsoft Corporation
- Pricing Always review details with the vendor
- Paid — LRS storage from ~$0.018/GB/month. Operations from $0.004/10,000 reads. Free tier: 5 GB for 12 months.
- Authentication
- API key
- Rate limit Always review details with the vendor
- 20000 requests / minute
- Compatible nodes
- AgentResourceInputOutput
Build an AI workflow with Azure Blob Storage
Use the Agentic Planner to design, visualize, and connect Azure Blob Storage with your other tools.
Open Agentic PlannerRelated Storage tools
Google Drive
Upload, download, search, and organise files and folders in Google Drive. Export Google Docs/Sheets/Slides, manage sharing permissions, and use Drive as a file store for agent workflows.
AWS S3
Connect agents to Amazon S3 for storing, retrieving, and managing files and objects at any scale.
Dropbox
Upload and download files, create folders, search content, move and delete files, generate shared links, and manage Dropbox storage from agent workflows.