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.