Deploy logic app to Docker container which is created in azure portal

Soma Sekhar 1 Reputation point
2021-12-29T07:57:50.857+00:00

Is it possible to deploy the logic app to Docker container which is created in azure portal?
There is an option to deploy logic app to azure portal which is created in vs code but not sure how to deploy which is created in portal.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,829 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,411 Reputation points
    2021-12-30T11:21:07.187+00:00

    @Soma Sekhar ,

    Thanks for reaching out to Q&A.

    We can containerize the logic app to a docker container only during creation either via VScode or from Azure portal. However the logic app cannot run in docker if it is already created ( as a workflow).

    How to run Logic Apps in a Docker container : https://microsoft.github.io/AzureTipsAndTricks/blog/tip311.html

    Portal during creation :

    161432-image.png

    I hope this helps!

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


  2. Bala 1 Reputation point
    2022-08-17T09:21:41.853+00:00

    @MughundhanRaveendran-MSFT This link(https://microsoft.github.io/AzureTipsAndTricks/blog/tip311.html) has information on running the logic app local. How do you push the docker image to the logic app created in the Azure portal with publish type as docker?

    0 comments No comments