diff --git a/host.json b/host.json index 8b8f24b..d3780a6 100644 --- a/host.json +++ b/host.json @@ -1,5 +1,12 @@ { - "http": { - "routePrefix": "" + "version": "2.0", + "functionTimeout": "00:00:10", + "healthMonitor": { + "enabled": false + } + "extensions": { + "http": { + "routePrefix": "" + } } }