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
Follow the installation guide in the n8n community nodes documentation.
- Containers
- List
- Create
- Delete
- Blobs
- List
- Upload
- Get
- Delete
More to come.
To use this node you need an azure account, and you need to create a storage account.
Tested on: 0.209.4
- 0.1.0 Updated crypto.js #4
- 0.0.2 Added: Get Blob, Delete Blob, Delete Container
- 0.0.1 Inital version
In the nodes directory:
npm run build
npm link
In ~/.n8n/nodes
npm link n8n-nodes-azure-blob-storage
n8n start