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 Details - Unable to initialize operation details when AppSettings used in Managed connections #5978

Closed
hichamveo opened this issue Oct 28, 2024 · 1 comment

Comments

@hichamveo
Copy link

hichamveo commented Oct 28, 2024

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:

Image

connection issue from the run instance overview, can't access event data:

Image

the same code works fine before

Browser

  • Browser : Edge

Additional context

No response

@rllyy97
Copy link
Contributor

rllyy97 commented Oct 28, 2024

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

@rllyy97 rllyy97 closed this as completed Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants