api function

This commit is contained in:
2022-02-13 15:17:27 -06:00
parent 55bfbc2500
commit 5dc3d49f94
8 changed files with 462 additions and 0 deletions

11
forgetmenot-api/host.json Normal file
View File

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