02 May 2024 01:14 PM - last edited on 07 May 2024 10:09 AM by MaciejNeumann
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 ;