Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 673 Bytes

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