JackD111

Results 5 comments of JackD111

Technically it should be possible to run multiple instances of the IKBR gateway on one machine/container but IBeam is not setup for this. You'd have to make your own customer...

@rwb196884 I've created a package to work around this: https://github.com/JackD111/azure-functions-custom-http-telemetry I had to come up with this solution beause our .NET 8 azure function with front door was generating to...

@rwb196884 Can you share the csproj of your isolate azure function project?

@rwb196884 You need to include `Worker.Extensions.HttpTelemetryProcessor` instead of `WebJobs.Extensions.HttpTelemetryProcessor` as per the instructions in the usage description :P

@rwb196884 `WebJobs.Extensions.HttpTelemetry` is only mentioned in the `How Does It Work?` Which part of the `README.md` pointed you to the `WebJobs.Extensions.HttpTelemetryProcessor` package?