Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
John-Bosch opened this issue Jun 19, 2022 · 6 comments
Labels

Comments

@John-Bosch
Copy link

John-Bosch commented Jun 19, 2022

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.

AB#15957211

@John-Bosch John-Bosch changed the title Run Trigger in Azure Portal always blank for HTTP triggered workflows Run Trigger in Azure Portal always disabled for HTTP triggered workflows Jun 20, 2022
@John-Bosch John-Bosch changed the title Run Trigger in Azure Portal always disabled for HTTP triggered workflows 'Run Trigger' button in Azure Portal always disabled for HTTP triggered workflows Jun 20, 2022
@TWolverson
Copy link

TWolverson commented Jul 14, 2022

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.

@github-actions
Copy link

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

@github-actions github-actions bot added the stale label Oct 20, 2022
@John-Bosch
Copy link
Author

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

@github-actions github-actions bot removed the stale label Oct 20, 2022
@hartra344
Copy link
Collaborator

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.

@John-Bosch
Copy link
Author

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

@hartra344
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants