How to fix internal server error in Azure Function creation with blob trigger

Pankaj Singh 0 Reputation points
2024-04-16T07:10:01.65+00:00

Screenshot 2024-04-16 121741

Hello Team,

I am trying to activate or create blob trigger in function app but it is giving error and error code is internal server error.

PFA is attached for your reference.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,285 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,641 Reputation points
    2024-04-17T08:17:16.4633333+00:00

    @Pankaj Singh In the attached screenshot, I don't see any internal error.

    There could be multiple reasons for the internal error. The major reason would be some configuration that you have created in your local.setting.json that might not be created under the application setting in azure function.

    I will also suggest you to review Azure Functions diagnostics to find the root cause of the 500 error. Alternative you can also review your application insights logs for your function to know more about the full exception trace/error message that is causing 500 errors.

    0 comments No comments