Functies verplaatst naar aparte folder

This commit is contained in:
Martijn Remmen
2021-06-18 12:33:57 +02:00
parent 6c7b63548c
commit 8d254af8a6
8 changed files with 0 additions and 0 deletions

15
functions/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)"
}
}