Skip to content

Commit b7abd7f

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

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

hvalfangst_function/host.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
22
"version": "2.0",
3-
"logging": {
4-
"applicationInsights": {
5-
"samplingSettings": {
6-
"isEnabled": true,
7-
"excludedTypes": "Request"
8-
}
9-
}
10-
},
113
"extensionBundle": {
124
"id": "Microsoft.Azure.Functions.ExtensionBundle",
13-
"version": "[3.*, 4.0.0)"
5+
"version": "[4.0.0, 5.0.0)"
146
}
157
}

0 commit comments

Comments
 (0)