Skip to content

Commit

Permalink
Updated host.json for Salesforce
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sabiraj committed Jul 17, 2023
1 parent a5cdefc commit 7037eaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
Binary file not shown.
25 changes: 13 additions & 12 deletions Solutions/Salesforce Service Cloud/Data Connectors/host.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
"version": "2.0",
"functionTimeout": "00:10:00",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.*, 4.0.0)"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.*, 4.0.0)"
}
}

0 comments on commit 7037eaa

Please sign in to comment.