Skip to content

ariqmbrilian/nodejs-blob

 
 

Repository files navigation

Part of

https://github.com/Azure-Samples/storage-blob-upload-from-webapp-node.git

Create storage account

az storage account create \
  --kind StorageV2 \
  --resource-group development-rg \
  --location southeastasia \
  --name 999dev

Adding a connection string

Navigate to the Azure Portal and copy the connection string from your storage account (under Security + networking > Access keys) in to the .env.example file. Once you have pasted your connection string in to the file, rename the file from .env.example to .env.

Run docker

docker compose build
docker compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • Handlebars 20.1%
  • CSS 2.9%
  • Dockerfile 2.6%
  • Shell 0.8%