Azure cannot save a Logic App. Notification indicates "Saving logic app" for over 1 hour. All editor buttons disabled.
Within a Resource Group, I created a Logic App, built it out and noticed in the portal (in Notifications) the message "Saving logic app...". It has now been over 1 hour and it still has the same notification. Meanwhile, all buttons on the toolbar in the Logic App editor are disabled, so I can't even get to the source code to preserve my work. At this point, it appears that all of my work on the Logic App is lost. The question is how and why this happens and what can be done to help Azure successfully save Logic Apps?
4 answers
Sort by: Most helpful
-
-
Mike Urnun 9,856 Reputation points Microsoft Employee
2021-03-19T06:47:06.657+00:00 Hello @Tim Dutcher - Thank you for posting here on MS Q&A about your recent experience! And we are sorry to hear about the inconvenience. It sounds like a front-end UX glitch due to a hanging networking call between the browser and Azure..are you hitting this issue consistently or too frequently? please share with us the relevant details and we'd happy to reproduce & investigate.
Save operation shouldn't really take that long though, and if it starts taking longer than a few mins, I'd stop waiting and start over. I also found it easier to get in the habit of hitting save after every small change, it seems to help keep the connections active. You can put together all kinds of workflows (that otherwise would take a long time developing in code-based experiences) in the designer mode in Azure Portal very quickly but when working on a production or mission-critical workflow, it'd be better to work in Visual Studio or VS Code, and maybe introduce version control and an automated CI/CD deployment as needed.
-
Marc Fellman 1 Reputation point
2021-04-12T08:45:52.69+00:00 I ran into the same issue last week. Never noticed the saving taking long but just that it forgot a lot of my changes. It is work I do for another organization than the one to which my MSDN account is registered to.
-
Marc Fellman 1 Reputation point
2021-04-12T11:05:48.257+00:00 Hmmm, just found a way to reproduce in my logic app.
I have 2 nested for eaches. And in the second one I moved a set variable a few steps and saved it while setting the value to empty. It complaines that the value can not be empty and stays in saving mode. So the "buttons" stay disabled. You can still edit the Logic App in the GUI but no longer save (or switch to the code view for that matter).