Julian Gonzalez

Generation

generate functionThu, 04 May 2023

How to add middleaware in startup file to azure functions

public class Startup : IWebJobsStartup { public void Configure(IWebJobsBuilder builder) { builder.Services.AddHttpClient(); } }

Questions about programming?Chat with your personal AI assistant