Import "azure.functions" could not be resolvedPylancereportMissingImports

Hema Kumar Gantepalli 36 Reputation points
2023-06-21T17:31:00.57+00:00

Hi Team,

This is first time I am trying Azure Function and missing something in refrencing or importing the Azure Functions library as shown in the below snapshot, how I have instaleed the extensions. Do i need to create separate virtual environment .venv for interprations. Please help me out.

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

1 answer

Sort by: Most helpful
  1. Sisira Kumar Sahu 0 Reputation points
    2025-02-22T17:01:27.8533333+00:00

    Please add python interpreter respective

    then close and repoen.

    run below

    .venv\scripts\activate

    install requiremet.txt

    it may help you resolve

    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.