diff --git a/AzureDeployment/azuredeploy.json b/AzureDeployment/azuredeploy.json index 1c63ee2..c015930 100644 --- a/AzureDeployment/azuredeploy.json +++ b/AzureDeployment/azuredeploy.json @@ -117,7 +117,8 @@ "mail__options__auth__user": "[parameters('Email Username')]", "mail__options__auth__pass": "[parameters('Email Password')]", "mail__from": "[parameters('Email From Address')]", - "WEBSITE_NODE_DEFAULT_VERSION": "10.16.3", + "WEBSITE_NODE_DEFAULT_VERSION": "~12", + "SCM_COMMAND_IDLE_TIMEOUT": "300", "APPINSIGHTS_INSTRUMENTATION_KEY": "[reference(concat('Microsoft.Insights/components/', variables('appInsightsName'))).InstrumentationKey]" } },