newly deployed Azure function not visible in function app in the azure portal

Anmol Srivastava 0 Reputation points
2025-05-22T13:15:03.4533333+00:00

I have created a function app with NodeJS as runtime stack, I then created a project and function within VSCode (I have Installed all the necessary extensions and tools) and deployed it using the Azure: Deploy To Function App from command palette- the deployment is successful, but i do not see the function listed within the function app. moreover now I've also lost the option for creating a function from the portal.

I have also restarted/refreshed the function app multiple times to see if theres a delay in appearing on the portal, but doesnt help
Please can someone suggest what might have i been doing wrong?
User's image

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

1 answer

Sort by: Most helpful
  1. Sai Prabhu Naveen Parimi 3,960 Reputation points Microsoft External Staff Moderator
    2025-05-30T10:22:16.01+00:00

    @Anmol Srivastava

    Glad to hear you’ve resolved the issue!

    Resolution:

    Moved the function definition to index.js using the correct app.http(...) syntax.

    Added the environment variable AzureWebJobsFeatureFlags=EnableWorkerIndexing.

    This helped the function appear in the Azure Portal. Thanks for sharing — this will definitely help others facing a similar issue!


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.