azure-blob-storage2

Node to interact with Azure blob storage. Create/Update/List containers, Create/update/list/delete blobs.

Package Information

Released: 9/20/2024
Downloads: 16 weekly / 43 monthly
Latest Version: 1.0.0
Author: Michael Marzouk

Documentation

Banner image

n8n-nodes-azure-blob-storage2

Build
NPM version
NPM downloads

This is an n8n community node. It lets you use Azure blob storage in your n8n workflows.

Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Containers
    • List
    • Create
    • Delete
  • Blobs
    • List
    • Upload
    • Get
    • Get URL SAP
    • Delete

More to come.

Credentials

To use this node you need an azure account, and you need to create a storage account.

Compatibility

Tested on: 0.209.4

Resources

Version history


Build and Run

In the nodes directory:

npm run build
npm link

In ~/.n8n/nodes

npm link n8n-nodes-azure-blob-storage2
n8n start

Discussion