Azure Function not showing HTTP Triggers when deployed.

Rishab Kumar 0 Reputation points MVP
2024-07-05T17:47:21.0733333+00:00

OS: macOS M1

Repro Steps:

  1. Create a Python project with HTTP Trigger function and open it in VS Code.
  2. Create a Python Linux Consumption function app.
  3. Deploy the Python project to the above function app.
  4. Check whether there is a HTTP Trigger function under the "Functions" node in VSCode or in the Azure Portal.

Expect: There is a HTTP Trigger function under the "Functions" node both in VSCode and Azure Portal.

Actual: There is no function under the "Functions" node both in VSCode and Azure Portal.
But the Function when run locally with Azure Function core tools works fine, with the HTTP Triggers.

Screenshot 2024-07-05 at 11.44.43 AM

Screenshot 2024-07-05 at 11.41.35 AM

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