diff --git a/azuredeploy.json b/azuredeploy.json index 55c4838..95dee4d 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -11,7 +11,7 @@ }, "hostingPlanSku": { "type": "string", - "defaultValue": "F1", + "defaultValue": "S1", "allowedValues": [ "F1", "D1", @@ -286,4 +286,4 @@ "value": "[listKeys(concat(resourceId('Microsoft.Web/sites', variables('functionAppName')), '/host/default/'), '2019-08-01').functionKeys.default]" } } -} \ No newline at end of file +}