AndreyOrlenko

Results 2 issues of AndreyOrlenko

Hi, I have a question regarding the SqlAzure and WebApp api semantics. The WebApp (AppService) should be assigned to some AppServicePlan in Azure. And so in Farmer, there is a...

discussion

Are there any considerations when using the package with appservice WebJob? I'm using .net core 2.2. In Program.cs: ``` var host = new HostBuilder() .UseConsoleLifetime() .... .UseSerilog((hostingContext, loggerConfiguration) => {...

question