Package Information
Released: 8/28/2025
Downloads: 2 weekly / 38 monthly
Latest Version: 1.0.9
Author: POKASH
Available Nodes
Documentation
n8n-nodes-azure-blob
This is an n8n community node that allows you to interact with Azure Blob Storage in your n8n workflows.
Configuration
Credentials Setup
- Go to Settings → Credentials in your n8n instance
- Click Add credential and select Azure Blob Storage API
- Choose your authentication method and fill in the required fields:
Account Key Method
- Account Name: Your Azure Storage account name
- Account Key: Your storage account access key
Connection String Method
- Connection String: Complete connection string from Azure portal
SAS Token Method
- Account Name: Your Azure Storage account name
- SAS Token: Shared Access Signature token
Usage Examples
Upload a File
- Add the Azure Blob Storage node to your workflow
- Select Upload operation
- Set the Container Name
- Configure the Binary Property (usually 'data')
- Optionally set a custom Blob Name
- Set Content Type if needed
Download a File
- Add the Azure Blob Storage node
- Select Download operation
- Set the Container Name
- Specify the Blob Name to download
- Set the Binary Property Name for the output
List Blobs
- Add the Azure Blob Storage node
- Select List operation
- Set the Container Name
- Optionally set a Prefix to filter results
- Set Max Results limit
Delete a Blob
- Add the Azure Blob Storage node
- Select Delete operation
- Set the Container Name
- Specify the Blob Name to delete
Advanced Options
Upload Options
- Metadata: Add custom metadata key-value pairs
- Tags: Add blob index tags for searching and filtering
- Overwrite: Control whether to overwrite existing blobs
- Content Type: Set custom MIME type
Security Features
- Support for all Azure authentication methods
- Secure credential storage
- Connection testing capabilities
Error Handling
The node includes comprehensive error handling:
- Invalid credentials detection
- Missing container/blob validation
- Network connectivity issues
- Permission-related errors