Skip to content

Instantly share code, notes, and snippets.

@drydenmaker
drydenmaker / WebSite.json
Last active February 4, 2016 00:47
IaC configuration for Azure WebSite
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"hostingPlanName": {
"type": "string",
"minLength": 1
},
"webSiteName": {
"type": "string",