logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

'Run Trigger' button in Azure Portal always disabled for HTTP triggered workflows

Open John-Bosch opened this issue 2 years ago • 1 comments

The 'Run Trigger' button is always blank on every one of my HTTP triggered workflows.

image

The button is enabled briefly while the Javascript loads, but as soon as the Workflow URL and other bits and pieces populate it is disabled.

If it helps, all of my logic apps are developed in VS Code and deployed via Azure Dev Ops.

John-Bosch avatar Jun 19 '22 22:06 John-Bosch

I'm also encountering this. I once managed to snatch it quickly enough to create a run, thereafter it was greyed out.

The browser console sometimes logs a spurious error message relating to listing the LA's triggers, which I can't reproduce now. I notice that the Run Trigger button flashes enabled before the page is fully loaded, and greys out too fast to navigate to it.

Restarting the Logic App seems to sometimes bring it back, but it quickly disables again afterwards.

TWolverson avatar Jul 14 '22 17:07 TWolverson

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 20 '22 21:10 github-actions[bot]

Thanks Git-Bot. All you have to do is ignore an issue long enough and it goes away!

John-Bosch avatar Oct 20 '22 21:10 John-Bosch

Sorry, I'm slowly trying to get a handle on these issues and the github bot is helping me surface which issues are still issues. Thanks for responding 😄

As far as the issue, it looks like for this field we're conflating a permission check with a read only check of the app. Since you're using zip deploy as part of the ADO deployment, your workflow is in a read only state. I'm making a commit now to fix this. Should be in production in a couple weeks as part of the normal deployment process.

hartra344 avatar Oct 22 '22 03:10 hartra344

Thank you for the update @hartra344. Thanks again for getting the fix in promptly.

John-Bosch avatar Oct 22 '22 07:10 John-Bosch

The fix for this has gone through testing and will be rolling out starting next week. Feel free to reopen if it's not fixed by Oct 8th

hartra344 avatar Oct 30 '22 22:10 hartra344