Question regarding Container Instances

Alex Ross 20 Reputation points
2024-03-15T10:37:23.5466667+00:00

On Azure, there is a "Container Instances" resource that can be made. My Azure admin made one, as well as a Container Registry, I uploaded an image to the registry, then tried to deploy that image onto the Container Instances, but I receive errors suggesting that my deployment would alter settings for the Container Instances, despite me not having passed in any changes to those settings.

I think part of this might be a misunderstanding of what I'm meant to use this resource for; Is a "Container Instances" resource meant to house many independently running containers, or is each "Container Instances" meant to be associated with a single container or multi-container image?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
669 questions
0 comments No comments
{count} votes

Accepted answer
  1. v-vvellanki-MSFT 4,915 Reputation points Microsoft Vendor
    2024-03-15T10:51:45.2133333+00:00

    Hi @Alex Ross,

    Welcome on Microsoft Q&A.

    Let me answer your questions. Container instances allows you to setup one container from image stored in container registry but also you can deploy multi-container environment by using container group. An example: https://video2.skills-academy.com/en-us/azure/container-instances/container-instances-multi-container-yaml?source=recommendations

    All scenarios described in your question are possible.

    More information: https://video2.skills-academy.com/en-us/azure/container-instances/ Please upvote or accept as answer if it helped.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful