Skip to main content
Azure Storage logo

Overview

Add Azure Storage to any ModuleX agent or workflow. Manage blobs and containers in Microsoft Azure Blob Storage via the Azure Blob Storage REST API (https://<account>.blob.core.windows.net).
Categories: Cloud Infrastructure · Storage · Auth: Microsoft OAuth2 · Actions: 4

Authentication

Microsoft OAuth2

Connect using Microsoft OAuth (recommended)

Required Credentials

OAuth Configuration

  • Authorization URL: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
  • Token URL: https://login.microsoftonline.com/common/oauth2/v2.0/token
  • Scopes: https://storage.azure.com/user_impersonation, offline_access

Available Actions

Parameters

string
required
Name of the container to create (lowercase, alphanumeric and hyphens only)

Response

Parameters

string
required
Name of the container holding the blob
string
required
Name of the blob to delete

Response

Response

Parameters

string
required
Name of the target container
string
required
Name for the blob in the container
string
required
Publicly accessible URL of the file to upload

Response

Limits & Quotas

  • Azure Storage limits vary by account type and tier; see Azure Storage scalability targets.
  • Blob REST API requests are subject to per-account throughput limits (up to 20,000 requests/sec for general-purpose v2 accounts).
  • Error model: non-2xx responses are caught and returned as success=False + error rather than raising.

Amazon Web Services

Dropbox

GoDaddy