Reputation: 171
I am using the new tier of logic apps that enable multiple workflow per logic app. I have observed two problems.
I am deploying in the D1 tier using Bicep templates and the workflows itself are deployed using Azure DevOps as a ZIP.
This seems to me like an underlying platform issue.
Thanks
Alexander
PS: I tried posting this on Microsoft Q&A but it will not let me (I get a strange error and lose my question text). It has been the worst UX ever on a question platform so far for me.
Upvotes: 0
Views: 2022
Reputation: 171
I have found the problem: I had a incorrectly configured workflow as part of the Logic App. What was odd is that there was no validation error when I was saving this workflow even when I saved it in the portal.
If you want to check whether you also have such an error, restart your Logic App, go to Application Insights, select the Transaction search and wait a few minutes for the logs of the restart to get ingested into AI.
Then, you can look for the startup logs of your Logic App. As part of these, you will find any information about possible errors in your workflow configuration.
Upvotes: 0