We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7abd7f commit eec4435Copy full SHA for eec4435
hvalfangst_function/host.json
@@ -1,7 +1,16 @@
1
{
2
"version": "2.0",
3
+ "functions": ["blob_trigger", "upload_csv"],
4
+ "logging": {
5
+ "applicationInsights": {
6
+ "samplingSettings": {
7
+ "isEnabled": true,
8
+ "excludedTypes": "Request"
9
+ }
10
11
+ },
12
"extensionBundle": {
13
"id": "Microsoft.Azure.Functions.ExtensionBundle",
- "version": "[4.0.0, 5.0.0)"
14
+ "version": "[4.*, 5.0.0)"
15
}
16
0 commit comments