Skip to content

Instantly share code, notes, and snippets.

View sethreidnz's full-sized avatar
🏠
Working from home

Seth Reid sethreidnz

🏠
Working from home
View GitHub Profile
@sethreidnz
sethreidnz / azuredeploy.json
Created June 18, 2017 00:40
Azure ARM Template for Web App with Composer Extension installed
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"siteName": {
"type": "string",
"defaultValue": "[resourceGroup().name]"
},
"appServicePlan":{
"type": "string",