Share via

Error in Azure function

Deepak Mandala 1 Reputation point
Jul 28, 2021, 9:48 AM

Hi Team

Im Trying create a Azure function with http trigger using anonymous authentication from Microsoft visual studio code ,
while executing the code (ctrl +F5) i got error like below

Error: value cannot be null(Parameter 'provider')

connect ECONNREFUSED 127.0.0.1:9091

Pls help me how to resolve this

Thanks
Deepak

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,876 Reputation points
    Jul 30, 2021, 5:03 AM

    @Deepak Mandala Can you explicitly install extensions : https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register and confirm if it helps you. Please share more details of what function runtime you are using, language, full log details.

    I see below discussion on the similar issue and you can refer to the suggestion mentioned there and see if it helps you.
    https://github.com/Azure/azure-functions-core-tools/issues/2364
    https://github.com/Azure/azure-functions-core-tools/issues/2232
    https://github.com/Azure/azure-functions-core-tools/issues/2364

    If it didn't help I will suggest you to create the issue azure functions core tools team who can assist you further on this.

    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.