fix: correct Azure Function host configuration placement.

This commit is contained in:
2026-05-21 16:48:06 +02:00
parent bdd851ffca
commit dbe9081295
2 changed files with 7 additions and 1 deletions
-21
View File
@@ -1,21 +0,0 @@
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
},
"logLevel": {
"default": "Information",
"Host.Results": "Error",
"Function": "Information",
"Host.Aggregator": "Trace"
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}