Azure Resource Manager

This is an index of all the currently available Azure Resource Manager templates. There are two ways to contribute

  • Host the template in your repo
  • Host the template in this repo

You can deploy the template to Azure by clicking the "Deploy to Azure" button below next to each template.

Deploy to Azure Author Template Name Description
singhkay VM DSC Extension IIS Server This template allows you to deploy a VM with with a DSC extension that sets up an IIS server
coreysa Deploy Ubuntu Azure Dev VM This template deploys an Ubuntu VM with the Azure Dev tools installed, which includes node. This executes a bash script pulled from GitHub.
coreysa Deploy from DockerHub (Simple Template) This template allows you to deploy a Docker container from DockerHub using Compose with a very small amount of parameters (simple).
drewm3 Chocolatey VM This template allows you to create a VM with an application from Chocolatey.org installed.
coreysa Deploy from DockerHub This template allows you to deploy a Docker container from DockerHub using Compose.
singhkay VM with Chef extension This template allows you to deploy a windows VM with Chef extension and run any recipe
coreysa Deploy an Ubuntu VM with an additional sudo user The purpose of this script is to show how to execute a custom script with parameters passed throguh the template that will create an additional user with sudo access. The value of the sample is to show how to pass template parameter based input into a bash Linux script.