Azure Logic app:internal server error status 500

AMEERUNNISA MOHAMMAD 26 Reputation points
2020-11-27T17:07:50.857+00:00

I hope someone can help me in resolving this issue. I am new to Azure functions, I created a logic app and have a function app. However, I am receiving the same error as above in my logic app. ![43339-image.png][1] [1]: /api/attachments/43339-image.png?platform=QnA

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
{count} votes

Answer accepted by question author
  1. MayankBargali-MSFT 70,986 Reputation points Moderator
    2020-11-30T03:13:17.62+00:00

    Hi anonymous user

    I can see 500 error is coming from the function app while executing it. I will suggest testing the function app use the same input when you have observed the error. If you are still facing any issues please let me know so I can connect with you offline to assist you further.

    Update 12/8:
    Sharing our offline discussion

    We looked into the source of the function app and fix the issue while communicating with storage. Suggested some changes for excel operation. Deployed the function app with the correct application setting used in the code. We tested the scenario but still observe 500 errors so we enable tracing and found that the logic app was not passing the right parameter to the function app and while communicating with the storage account the file was passed empty thus throwing the 500 error from the function.

    We have fixed parameters in the logic app and you confirmed that it was working as expected.

    2 people found this answer helpful.

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.