Skip to content

Commit 617d9d3

Browse files
committed
moved over to using bundles. removed workaround.
1 parent d16dba3 commit 617d9d3

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

FanOutFanInCrawler/extensions.csproj

-13
This file was deleted.

FanOutFanInCrawler/host.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"version": "2.0",
3+
"extensionBundle": {
4+
"id": "Microsoft.Azure.Functions.ExtensionBundle",
5+
"version": "[1.*, 2.0.0)"
6+
},
37
"logging": {
48
"LogLevel": {
59
"Default": "Trace"
610
}
711
}
8-
}
12+
}

FanOutFanInCrawler/local.settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"FUNCTIONS_WORKER_RUNTIME": "node",
55
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
66
"AzureWebJobsDashboard": "UseDevelopmentStorage=true",
7-
"FUNCTIONS_V2_COMPATIBILITY_MODE": true,
87
"GitHubToken": "YOUR TOKEN HERE"
98
}
109
}

0 commit comments

Comments
 (0)