Skip to content

Commit

Permalink
📦 Added extension bundle (#60)
Browse files Browse the repository at this point in the history
added extension bundle to host.json
  • Loading branch information
babakamyljanovssw authored Sep 10, 2024
1 parent 135d407 commit 3a51e87
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions SSW.Rules.AzFuncs/host.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
},
"enableLiveMetricsFilters": true
}
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
},
"enableLiveMetricsFilters": true
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.0.0, 5.0.0)"
}
}

0 comments on commit 3a51e87

Please sign in to comment.