Forum Discussion
Why does a VM take 1.5 hours to start?
I have a Logic App created to start my VM at 6am in the morning:
The Logic App works, the VM does start. Why, though, does it take 1.5 hours to start?
I can log into the VM a minute after the start time, so there doesn't appear to be an issue starting the VM on time. What is taking 1.5 hours? Anyone have an idea where to look?
17 Replies
pflipper Please check the logic app retry policy and concurrency control policy, those two affect the long duration of the Logic app trigger.
Also please check is there any connection issue between the logic app and the virtual machine.
Thanks,
Vinoth_Azure.- pflipperCopper Contributor
Where is the logic app retry policy. I did a search and I am not finding it referenced on the logic app:
I appreciate everyone's input, and a menu path for where you are suggesting to check items would be immensely helpful.
Thanks!
- You can use following Microsoft article to under the retry policy settings,
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exception-handling?tabs=consumption
So assume VM startup normal by manual, so any hints from event log that triggered by Logic App?
- govindagoudCopper ContributorMay be time zone issue. like timezone for login app is different than VM time zone
- pflipperCopper ContributorBut I set it to start at 6am, then I get the success message at 7:30am. That would indicate that it does take 1.5 hours, not that there's a time zone change. The 1/2 hour would be hard to match up to a timezone issues as well.