Error in Azure function

Deepak Mandala 1 Reputation point
2021-07-28T09:48:28.543+00:00

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.
4,310 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,656 Reputation points
    2021-07-30T05:03:39.133+00:00

    @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