0.0.2 • Published 1 year ago

n8n-nodes-azure-blob-storage v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Banner image

n8n-nodes-azure-blob-storage

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

  • 0.0.2 Added: Get Blob, Delete Blob, Delete Container
  • 0.0.1 Inital version

Build and Run

In the nodes directory:

npm run build
npm link

In ~/.n8n/nodes

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