Agentic Service Discovery

Resources

A

Azure Blob Storage

by Microsoft Corporation

Connect agents to Azure Blob Storage to upload, download, list, and manage blobs and containers.

StoragePaidAPI keystorageazurecloudfilesblobsobject-storage

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

Upload BlobUpload a file or data to a blob container

Inputs: containerName, blobName, content, contentType, overwrite

Returns: blobUrl, blobName, etag

Download BlobDownload the content of a blob

Inputs: containerName, blobName

Returns: content, contentType, size

List BlobsList blobs in a container with optional prefix filter

Inputs: containerName, prefix, maxResults

Returns: blobs, count

Delete BlobDelete a blob from a container

Inputs: containerName, blobName

Returns: success

Generate SAS URLGenerate a time-limited Shared Access Signature URL for a blob

Inputs: containerName, blobName, expiresInHours, permissions

Returns: sasUrl, expiresAt

List ContainersList all blob containers in the storage account

Inputs: prefix

Returns: containers

Example workflows

1

Document archiving

Agent generates reports and uploads them to Azure Blob Storage for archiving and sharing

2

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
PaidLRS 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 Planner

Related Storage tools

Azure Blob Storage AI Agent Integration | Fugentic