What is the maximum container image size for Azure Container Apps?

Noah S 121 Reputation points
2024-09-20T00:22:44.23+00:00

Is there a maximum to the image size I can store and use in Azure Container Apps? In theory, could I have a 2 TB image? (Understanding, of course, there would be many caveats to working with such an image.)

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

Accepted answer
  1. akinbade abiola 16,805 Reputation points
    2024-09-20T08:53:07.84+00:00

    It does not have a specific documented hard limit on maximum container image size. The actual storage limits for container images depend on performance issues, pull times, storage tier quotas, and networking considerations.. See: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-skus#service-tier-features-and-limits

    A 2TB image would likely be impractical due to:

    • Long pull times
    • Significant storage costs
    • Potential issues with deployment and scaling

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

0 additional answers

Sort by: Most 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.