Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

benc-uk/azure-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARM Template Collection

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


Supporting Files

  • 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

ARM Snippets for VS Code

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


Template Collection

2018 Update

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