n8n-nodes-azure-blob-storage2
v1.0.0
Published
Node to interact with Azure blob storage. Create/Update/List containers, Create/update/list/delete blobs.
Downloads
63
Maintainers
Readme
n8n-nodes-azure-blob-storage2
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
- 0.1.0 Updated crypto.js https://github.com/pregress/n8n-nodes-azure-blob-storage2/pull/4
- 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-storage2
n8n start