189 Views
Recently I've received a question regarding my previous post on using HttpClient with Azure Functions. It made me realize that I'm long overdue with a follow-up because that's not the best approach anymore. In my previous approach, I was creating an extension to leverage internally available dependency injection for the purpose of using HttpClientFactory.
0 comments