New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@pokash/n8n-nodes-azure-blob

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pokash/n8n-nodes-azure-blob

n8n community node for Azure Blob Storage operations

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

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 SettingsCredentials 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

Keywords

n8n-community-node-package

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts