stdout / stderr logs and — when your applications are instrumented with OpenTelemetry — distributed traces. Containers in the same container group share a network namespace, so a collector can run alongside your app as a sidecar.
Recommended method
Self-Managed OTel Collector — run the OpenTelemetry Collector as a sidecar container within the same container group. Your application exports OTLP tolocalhost:4317 (gRPC) or localhost:4318 (HTTP), and the collector ships logs and traces to Bronto. Use the same service.name / service.namespace routing as your other OTel workloads (see Data Organization).
See Ingesting Azure Data into Bronto for the full service-to-method mapping.

