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 and send logs, metrics, and traces to Bronto, either directly or through a Collector.Alternatives
- Azure Monitor OpenTelemetry Distro β if you already use Application Insights, you can forward the same standard OTLP logs, metrics, and traces to Bronto.
- Azure Event Hub Forwarder β for App Service platform / diagnostic logs exported through Azure Monitor diagnostic settings.

