This is a set of curated and custom created ARM templates, covering a range of standard simple scenarios. It focuses solely on PaaS and containers.
For ease of management, the templates are grouped as a single template per folder with the standard name azuredeploy.json and supporting parameter file azuredeploy.parameters.json
- deploy.ps1 - Standard-ish PowerShell script for deploying a template
- deploy.sh - Standard-ish bash script for deploying a template with the Azure CLI
- etc/all-resources.sh - List all resource providers and their resource types
- etc/All Azure Resources.md - Formatted output of etc/all-resources.sh
The file etc/vscode-arm-snippets.json contains ARM helper snippets for use with VSCode when editing & creating ARM JSON files. To install and use this, start VS Code and go to: File -> Preferences -> User Snippets. Then select JSON from the list and json.json will be opened for editing. Take the raw version of the snippets and copy and paste them into json.json
As a refresh/quality control sweep, older templates have been moved to the 'old' folder, anything tested and worked has been moved up to top level and logically grouped by Azure service type