Unable to Deploy Images to azure Container App

Velluva, Anoop 65 Reputation points
2024-01-09T16:24:32.08+00:00

Hi All,

I am trying to deploy my python standalone application, developed in Mac, into Azure Container Apps. But I am getting below error while creating app. Could you please shed some light on this?

"message": "The following field(s) are either invalid or missing. Field 'template.containers.simulationpoc.image' is invalid with details: 'Invalid value: \"camonetpoc.azurecr.io/simulationpoc:latest\": image OS/Arc must be linux/amd64 but found linux/arm64';."
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
529 questions
0 comments No comments
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,401 Reputation points
    2024-01-09T16:43:05.16+00:00

    Velluva, Anoop Thanks for posting your question in Microsoft Q&A. Currently, Container apps only supports x86-64 (linux/amd64) container image as described in doc: https://learn.microsoft.com/en-us/azure/container-apps/containers.

    User's image

    I see feature request: Feature Request: Support for arm64 container images is still open and suggest you follow the item on the latest updates. However, I will also reach out to our product team internally and update the latest.

    I hope this helps and let us know if any questions.


    If you found the answer to your question helpful, please take a moment to mark it as Yes for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.


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.