You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hichamveo, thank you for reporting this issue, we have received a few reports of this issue and have created a parent ticket here that you can use to track progress: #5977
Describe the Bug with repro steps
1-Run a workflow with Azure event grid trigger
2-Open the run instance
3-select the trigger step
on the designer the connection is loaded perfectly and also from connections blade on which we can see connection properties
What type of Logic App Is this happening in?
Standard (Portal)
Which operating system are you using?
Windows
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
"azureeventgrid": {
"api": {
"id": "/subscriptions/@appsetting('WORKFLOWS_SUBSCRIPTION_ID')/providers/Microsoft.Web/locations/westeurope/managedApis/azureeventgrid"
},
"authentication": {
"type": "ManagedServiceIdentity"
},
"connection": {
"id": "/subscriptions/@appsetting('WORKFLOWS_SUBSCRIPTION_ID')/resourceGroups/@appsetting('WORKFLOWS_RESOURCEGROUP')/providers/Microsoft.Web/connections/azureeventgrid"
},
"connectionProperties": {
"authentication": {
"audience": "https://management.core.windows.net/",
"type": "ManagedServiceIdentity"
}
},
"connectionRuntimeUrl": "https://myconurl"
}
Screenshots or Videos
Connection works fine on the designer:
connection issue from the run instance overview, can't access event data:
the same code works fine before
Browser
Additional context
No response
The text was updated successfully, but these errors were encountered: