How to handle the scalability of Logic Apps that use Azure Container Groups ?

Andrei Dascalu 1 Reputation point
2020-11-28T06:20:03.13+00:00

Hello,

I have a logic app that receives a payload and based on it configures a container instance mean to execute once (no restarts, no nothing). I noticed that the operation to use a container instance is called "create or update" and it seems that once an initial request starts a container, a second request will attempt to update an already running container instance (group) and retry 4 times before giving up.

Is there a way to always start new containers, so that every request follows through?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
480 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
1,974 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 53,026 Reputation points
    2020-11-30T03:42:20.933+00:00

    Hi @Andrei Dascalu

    You can find the Azure Container Instance supported Action reference here. To start a new container you can use start containers in a container group action. Please let me know if this helps.