Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 523 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 523 Bytes

Azure Infrastructure: ARM Templates

Robust production ready hardend templates, for real-world scenarios

Testing

Install packages from NPM

npm install

Run tests

npm test

Services

App Service

az deployment group create --template-file ./app-service/deploy.json --parameters ./app-service/params.json -g ResourceGroup

Storage Account

az deployment group create --template-file ./storage-account/deploy.json --parameters ./storage-account/params.json -g ResourceGroup