项目作者: 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
npm install
npm start
.env
Add below variables
AZURE_STORAGE_ACCOUNT_NAME= <AZURE ACCOUNT NAME>
AZURE_STORAGE_ACCOUNT_ACCESS_KEY= <AZURE FILE ACCESS KEY>
CONTAINER_NAME= <BLOB CONTAINER NAME>