Callback URL is not visible in Logic app overview in Azure portal.
Describe the Bug with repro steps
Callback url of Event Grid push trigger is not available in Workflow Overview Tab in Azure portal.
Repro steps
- create a Logic app consumption.
- create a Event grid trigger "When a resource event occurs" and save the logic app.
- Navigate to the overview of the Logic app
below is a screenshot of without callback url
previously we were able to see the callback url in the Overview blade of the logic app, screenshot below
What type of Logic App Is this happening in?
Consumption (Portal)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
No response
Screenshots or Videos
Browser
Microsoft Edge
Additional context
Want the callback url to be visible in the overview blade.
@preetriti1, this was a change we made a couple months ago where you had mentioned the callback url should only be shown for the request trigger, as any other case should be used by the backend and not exposed to users; however, we've since seen a couple of users raise concerns as this is viewed as a regression
This is a webhook trigger and we should be showing for that as well. But it doesnt show up even for manual triggers in consumption today.