Skip to content

Commit eec4435

Browse files
committed
Incorporated OIDC for authenticating towards Azure in GH Action
1 parent b7abd7f commit eec4435

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

hvalfangst_function/host.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"version": "2.0",
3+
"functions": ["blob_trigger", "upload_csv"],
4+
"logging": {
5+
"applicationInsights": {
6+
"samplingSettings": {
7+
"isEnabled": true,
8+
"excludedTypes": "Request"
9+
}
10+
}
11+
},
312
"extensionBundle": {
413
"id": "Microsoft.Azure.Functions.ExtensionBundle",
5-
"version": "[4.0.0, 5.0.0)"
14+
"version": "[4.*, 5.0.0)"
615
}
716
}

0 commit comments

Comments
 (0)