creating a container group

ntitz 1 Reputation point
2021-11-28T00:01:25.957+00:00

I have a container instance that i am trying to trigger from a logic app. I see that i need to create a container group, but dont know how to write a template for it. I consulted the azure docs, and they make no sense, and the debug console on cloudwatch is not returning anything usefull. I tried to look on youtube for a guide and found nothing.

The container instance is from a container registry I have.

Can anyone provide an explanation on how to write a template for a container group?

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

1 answer

Sort by: Most helpful
  1. SRIJIT-BOSE-MSFT 4,331 Reputation points Microsoft Employee
    2021-11-29T08:51:28.307+00:00

    @ntitz , thank you for your question.

    You can find the YAML schema and property value references for Azure Container instances here.
    The ARM template schemas and property value references for Azure Container instances can be found here.
    The Python SDK Azure container Instance creation instructions and example can be found here.
    The Java ContainerInstance management package can be found here.
    The NodeJs ContainerInstance management package can be found here.

    You might also want to check out the Azure Container Instance connector for Logic Apps.

    ----
    Hope this helps.

    Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments