Azure function app using python - Internal server error 500

Amani Bhamidipalli 21 Reputation points
2021-06-22T11:36:42.937+00:00

Hello,

I have created a jiratosnowflakedemo application and tried hosting using azure functions core tools from the terminal. I can see, The deployment is successful.
but it always throws 500 Internal server error.

The local deployment worked very well though.

I have deployed from visual studio code and the code has been executed successfully in vs code too but raising errors in the portal

Please kindly help me resolve this issue.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,867 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,921 Reputation points Moderator
    2021-06-23T13:05:17.903+00:00

    Hi @Amani Bhamidipalli

    Welcome to Microsoft Q&A! Thanks for posting the question.

    It looks like you have deleted the deployment now as I couldn't find the function app. But looking into the backend logs I can see that you python function was generating below error:
    No module named 'jiratosnowflake_convcode'.

    Please refer to my private comment for full stack trace. I will suggest to verify this document to resolve the issue. You can verify the same from your application insight logs for your function app.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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