jombard

Results 1 comments of jombard

I resolved the issue of failing to produce the second call to the Azure function by creating a startup class to handle the singleton ```C# using Microsoft.Azure.Functions.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection; using...