Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intres/node-red-azure-storage

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intres/node-red-azure-storage

Node-red node for Azure Storage

  • 1.0.1
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

node-red-azure-storage

Introduction

node-red-azure-storage is a collection of nodes that perform uploading and downloading blob file from Microsoft Azure Blob Storage.

Installation

npm install @intres/node-red-azure-storage

Example usage of Upload node

The example flow is shown as follows:

Upload example flow

  1. Drag the Upload node from section azure-blob-storage.
  2. In the editor section, select which mode to use and complete required inputs. The example below shows what the inputs should look like. In this example, under file mode, the Upload node will try to locate the file /Users/tsungjui/.node-red/music.wav, upload it to Azure Blob Storage, under container test and name the blob hello.wav.

Upload node configuration

  1. Click Deploy in the top right corner.
  2. Fire the inject node, and a response should be presented in the node-red debug tab. Upload response

Example usage of Download node

The example flow is shown as follows:

Download example flow

In this example, we will download the blob hello.wav uploaded in the above example as binary content, and upload that binary content to the container test, and name the blob hello1.wav using Upload node binary mode.

  1. Drag Upload and Download node from section azure-blob-storage.

  2. In the Download node's editor section, complete all the required inputs. In this example, we will try to download the blob named hello.wav in container test as binary content(by selecting binary mode).

    Download node configuration

  3. In the Upload node's editor section, complete all the required inputs. In this example, the node will take msg.payload from Download node and upload that binary content to the same container test, but name it to hello1.wav.

    Upload binary configuration

Keywords

FAQs

Package last updated on 11 Apr 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc