项目作者: hardikkrathod

项目描述 :
Upload Multiple files to Azure Storage Account using NodeJS
高级语言: JavaScript
项目地址: git://github.com/hardikkrathod/blob-azure-node-multiple-file.git


blob-azure-node-multiple-file

About

Upload Multiple files to Azure Storage Account using NodeJS

  1. npm install
  2. npm start

.env

Add below variables

  1. AZURE_STORAGE_ACCOUNT_NAME= <AZURE ACCOUNT NAME>
  2. AZURE_STORAGE_ACCOUNT_ACCESS_KEY= <AZURE FILE ACCESS KEY>
  3. CONTAINER_NAME= <BLOB CONTAINER NAME>