Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": { "type": "string", "defaultValue": "canadacentral" },
"appServicePlanName": { "type": "string", "defaultValue": "systemintel-plan" },
"uiWebAppName": { "type": "string", "defaultValue": "systemintel-ui" },
"apiWebAppName": { "type": "string", "defaultValue": "systemintel-api" },
"storageAccountName": { "type": "string", "defaultValue": "systemintelstorage" }
},
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": { "type": "string", "defaultValue": "canadacentral" },
"appServicePlanName": { "type": "string", "defaultValue": "systemintel-plan" },
"uiWebAppName": { "type": "string", "defaultValue": "systemintel-ui" },
"apiWebAppName": { "type": "string", "defaultValue": "systemintel-api" },
"storageAccountName": { "type": "string", "defaultValue": "systemintelstorage" }
},