Project scaffolding toegevoegd

This commit is contained in:
Martijn Remmen
2021-06-15 19:37:03 +02:00
commit 6c7b63548c
12 changed files with 232 additions and 0 deletions

15
host.json Normal file
View File

@ -0,0 +1,15 @@
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[2.*, 3.0.0)"
}
}