Support for accessing container details in Azure Container Apps

PS 145 Reputation points
2024-05-21T10:09:35.4266667+00:00

Is it possible to obtain details about a running container such as name, arguments, and image in Azure Container Apps similar to the way it can be done in ECS-Fargate? Referring to https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4-fargate-response.html

Or publicly exposed APIs by Azure Container Apps is the only available option.

Referring to https://learn.microsoft.com/en-us/rest/api/containerapps/container-apps/get?view=rest-containerapps-2024-03-01&tabs=HTTP

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
309 questions
0 comments No comments
{count} votes

Accepted answer
  1. akinbade abiola 4,595 Reputation points
    2024-05-21T10:26:54.0433333+00:00

    Hello PS,

    Thanks for your question.

    Azure Container Apps doesn't currently offer functionality identical to ECS-Fargate', that provides details about individual containers within an application.

    Yes, you are correct the recommended method to do this by using the Rest API as you provided in your question.

    An alternative Option can be container Application logging: See: https://learn.microsoft.com/en-us/azure/container-apps/logging
    Please let me know if you have further questions

    You can mark it 'Accept Answer' if this helped.


0 additional answers

Sort by: Most helpful