test1 / host.json
Cristiants's picture
Upload 7 files
f9c5997 verified
raw
history blame contribute delete
No virus
288 Bytes
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}