Skip to content

Instantly share code, notes, and snippets.

@arcotek-ltd
arcotek-ltd / compile.json
Created February 21, 2018 08:13
Reference AutomationAccount in Azure templates
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"dscConfigurationName": {
"type": "string",
"metadata": {
"description": "Name of DSC configuration to apply."
}
},