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 c322a12 commit 3ebf06dCopy full SHA for 3ebf06d
src/app/AzureFunc/Program.cs
@@ -1,4 +1,5 @@
1
using System.Threading.Tasks;
2
+using GarageGroup.Infra;
3
using GarageGroup.Infra.Bot.Builder;
4
using Microsoft.Extensions.DependencyInjection;
5
using Microsoft.Extensions.Hosting;
@@ -9,8 +10,7 @@ static class Program
9
10
{
11
static Task Main()
12
=>
- Host.CreateDefaultBuilder()
13
- .ConfigureFunctionsWorkerStandard(
+ FunctionHost.CreateFunctionsWorkerBuilderStandard(
14
useHostConfiguration: false,
15
configure: Application.Configure)
16
.ConfigureBotBuilder(
0 commit comments