A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Description
Azure Storage module for Nest framework (node.js)
Before Installation
- Create a Storage account and resource (read more)
- In the Azure Portal, go to Dashboard > Storage > your-storage-account.
- Note down the "AccountName", "AccountKey" obtained at Access keys and "AccountSAS" from Shared access signature under Settings tab.
Installation
Using the Nest CLI:
$ nest add @nestjs/azure-storage
Additional options
You can pass additional flags to customize the post-install schematic. For example, if your base application directory is different than src
, use --rootDir
flag:
$ nest add @nestjs/azure-storage --rootDir app
Other available flags:
rootDir
- Application root directory, default: src
rootModuleFileName
- the name of the root module file, default: app.module
rootModuleClassName
- the name of the root module class, default: AppModule
mainFileName
- Application main file, default: main
skipInstall
- skip installing dependencies, default: false
storageAccountName
(required) - The Azure Storage account name (see: http://bit.ly/azure-storage-account)storageAccountSAS
(required) - The Azure Storage SAS Key (see: http://bit.ly/azure-storage-sas-key).
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
License
Nest is MIT licensed.