Skip to content

Commit e7202bf

Browse files
committed
Function Test 2
1 parent 132f7da commit e7202bf

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed
File renamed without changes.
File renamed without changes.

host.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "2.0",
3+
"logging": {
4+
"applicationInsights": {
5+
"samplingExcludedTypes": "Request",
6+
"samplingSettings": {
7+
"isEnabled": true
8+
}
9+
}
10+
}
11+
}

local.settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"IsEncrypted": false,
3+
"Values": {
4+
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
5+
"FUNCTIONS_WORKER_RUNTIME": "dotnet"
6+
}
7+
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)