You've already forked azure-functions-python-db-access
mirror of
https://github.com/netbirdio/azure-functions-python-db-access.git
synced 2026-05-22 17:09:32 -07:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[4.*, 5.0.0)"
|
|
}
|
|
} |