Skip to content

Azure Blob Storage ​

Manage containers and blobs in Azure Blob Storage.

DetailValue
CategoryCloud & Infra
Base URLhttps://{account_name}.blob.core.windows.net
AuthenticationAPI Key
Endpoints8
Connector keyazure-blob

Using Azure Blob Storage in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Azure Blob Storage from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /List containers
PUT /{container}Create a container
DELETE /{container}Delete a container
GET /{container}List blobs in a container
GET /{container}/{blob}Download a blob
PUT /{container}/{blob}Upload a blob
DELETE /{container}/{blob}Delete a blob
HEAD /{container}/{blob}Get blob properties

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.