stdout output), HTTP / web server logs, and platform diagnostic logs, and — when your application is instrumented — distributed traces. App Service does not run a node-level agent, so application telemetry is best emitted directly from the app.
Recommended method
OpenTelemetry SDK — instrument the application with the vendor-neutral OpenTelemetry SDK and configure the OTLP exporter to send logs and traces to Bronto, either directly or through a Collector running on a VM, AKS, or a Container App. Use the sameservice.name / service.namespace routing as your other OTel workloads (see Data Organization).
Alternatives
- Azure Monitor OpenTelemetry Distro — if you already use Application Insights, you can forward the same logs and traces to Bronto as well.
- Azure Event Hub Forwarder — for App Service platform / diagnostic logs exported through Azure Monitor diagnostic settings.

