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

Johnimmanuel Vetri 20 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.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 30,370 Reputation points Volunteer Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.