InternalServerError : while running an app

Nesrine Hamrouni 80 Reputation points
2023-03-07T16:22:02.54+00:00

Hello,

Kindly I count on your help to resolve this issue about the "managed identity" (screenshot below). Just I received that there is an internal server error as information on the app designer! Please note I already granted the right permissions and authorizations to this identity. What do you think?

Thanks in advance for your support :)

User's image

User's image

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.


Answer accepted by question author

MayankBargali-MSFT 71,021 Reputation points Moderator
2023-03-08T10:24:14.7766667+00:00

Nessrine Hamrouni Thanks for reaching out. As per the screenshot it looks like your logic app workflow is calling azure function and the logic app is failed after 4 retry calling your function endpoint and it fails with the 500 error.

This doesn't look like authentication error rather your function is having issue executing. I will suggest you to test your function app directly and verify if it is being successfully executed. Further I will suggest you to review the application insights log to know more details on the 500 errors. You can always leverage the Diagnose and solve problem blade on your function app to troubleshoot the 500 error and the action plan to resolve the issue if there are any.

Feel free to get back to me if you need any assistance.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.