Edit

Supported logs for Microsoft.App/managedEnvironments

The following table lists the types of logs available for the Microsoft.App/managedEnvironments resource type.

For a list of supported metrics, see Supported metrics - Microsoft.App/managedEnvironments

Category Costs to export Log table Supports basic log plan Supports ingestion-time transformation Example queries
Session console logs Yes AppEnvSessionConsoleLogs

Logs generated by Sessions within a Container App Environment. This includes logs generated on the stdout or stderr streams by all containers in the session.

Yes Yes
Session allocation logs Yes AppEnvSessionLifecycleLogs

Logs generated by CustomContainer Session Pool within a Container App Environment. This includes logs produced by session allocation related platform events.

Yes Yes
Session pool lifecycle logs Yes AppEnvSessionPoolEventLogs

Logs generated by CustomContainer Session Pool within a Container App Environment. This includes logs produced by the Session Pool itself, including pod creation and deletion, etc

Yes Yes
Spring App console logs Yes AppEnvSpringAppConsoleLogs

Logs generated by Spring Apps(Container Apps with managedBy annotation) within a Container App Environment. This includes logs generated on the stdout or stderr streams by all containers in the app. It also includes all Dapr sidecar container logs but does not include any system or platform level logs produced by the Container App Environment itself.

Yes Yes
Container App console logs Yes ContainerAppConsoleLogs

Logs generated by Container Apps within a Container App Environment. This includes logs generated on the stdout or stderr streams by all containers in the app. It also includes all Dapr sidecar container logs but does not include any system or platform level logs produced by the Container App Environment itself.

Yes Yes
Container App HTTP logs Yes No No
Container App system logs Yes ContainerAppSystemLogs

Platform Logs generated by a Container App Environment. These logs are generated by system components and any underlying infrastructure. Events related to revision management, Dapr, Keda and Envoy can be found here.

No Yes

Next Steps