Skip to content

Commit

Permalink
reconfig host
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Sep 5, 2023
1 parent 96e9912 commit a397f9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 73 deletions.
64 changes: 0 additions & 64 deletions function_app.py

This file was deleted.

20 changes: 11 additions & 9 deletions host.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"version": "2.0",
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.0.0, 5.0.0)"
},
"extensions": {
"timer": {
"maxConcurrentExecutions": 1,
"scheduleStatusFilePath": "app_offline.htm"
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}

0 comments on commit a397f9a

Please sign in to comment.