Initial commit

This commit is contained in:
Noah Spannbauer
2020-11-24 10:52:19 -06:00
commit 7580f84420
11 changed files with 752 additions and 0 deletions

11
host.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingExcludedTypes": "Request",
"samplingSettings": {
"isEnabled": true
}
}
}
}