Container apps ingress logs

Hasitha 5 Reputation points
2025-05-23T15:06:50.6233333+00:00

Is there a mechanism to view logs of the container apps ingress? I can't seem to find a place to configure it to be ingested into a log analytics workspace.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
692 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sai Prabhu Naveen Parimi 2,425 Reputation points Microsoft External Staff Moderator
    2025-05-28T08:15:43.96+00:00

    @Hasitha

    Currently, Azure Container Apps does not expose ingress logs (such as client IPs, request paths, or response codes) due to its fully managed, multi-tenant architecture, where the Envoy proxy layer is abstracted and not accessible for direct telemetry.

    For request-level visibility, you can:

    Log requests within your application code.

    Use services like Azure Front Door or Application Gateway in front of your Container App to capture access logs.

    As you mentioned, it's useful to be aware of these limitations. If ingress logging is important for your scenario, I recommend submitting a feature request at https://feedback.azure.com. The product team may consider adding this capability in the future based on customer demand and feasibility.

    Please don’t forget to click “Accept the answer” and “Yes” if the information provided helped you — this can benefit other community members looking for the same information.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.