Julian Gonzalez

Generation

generate functionThu, 04 May 2023

Show me all startup file to azure function and add middleware

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

Questions about programming?Chat with your personal AI assistant