cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Azure functions consumption plan .Net core

Ishwar_Jadhav
Observer

We are not able to put the snippet on the azure function consumption plan of dynatrace , please help as whilist putting the same on the .Net program.cs (isolated process) we are facing issue on the code present in dynatrace please help 

attaching the Screenshot related to it .

var host = new HostBuilder() .ConfigureFunctionsWorkerDefaults(fw => fw.UseTracingMiddleware()) .ConfigureServices(services => services .AddOpenTelemetryTracing(tracing => tracing.AddAzureFunctionsInstrumentation().AddDynatrace() // ... if you need custom resources, set them after AddDynatrace (see below) )) .Build(); host.Run();

This is facing issue the above code provided by dynatrace ;

Ishwar_Jadhav_0-1714652039231.png

 

0 REPLIES 0

Featured Posts