While creating azure function app for queue storage trigger , throwing internal server error. How to rectify this error?

Johnimmanuel Vetri 0 Reputation points
2024-09-02T06:13:45.31+00:00

We are using consumption plan. We have to enable this as a part of using azure batch service.

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

1 answer

Sort by: Most helpful
  1. akinbade abiola 15,225 Reputation points
    2024-09-02T09:23:33.6+00:00

    This could be as a result of various reasons.

    Review the logs in Azure Monitor or Application Insights (if enabled) for more detailed error messages.

    Also check if there is a configuration that you have created in your local.setting.json that might not be created under the application setting in azure function.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

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.