microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

How to run Logic Apps in a Docker container #143

Closed JHalin closed 2 years ago

JHalin commented 3 years ago

Hello!

I´ve been testing LogicApps with Docker and everything is working fine until the last task to post a message. Everything is looking good no errors and I have done tests with Curl with StatusCode: 202. The problem is that nothing is posted to the Queue in Azure. Maybe I've been missing someting I don't now. LogicApps is working when Docker is excluded. Appreciate any kind of direction or thoughts on this Matter.

Skärmbild 2021-07-02 141149
zapy33 commented 3 years ago

I have this problem as well and would appreciate it if someone knows how to fix it. Logic App works fine outside of docker, and "succeeds" when running in docker but nothing gets put on queue