A community member has associated this post with a similar question:
Azure Function not showing HTTP Triggers when deployed.

Only moderators can edit this content.

Azure Function doesn't have HTTP Triggers when deployed

Rishab Kumar 0 Reputation points MVP
2024-07-05T18:20:20.23+00:00

OS: macBook M1

Repro Steps:

  1. Create a Python project with HTTP Trigger function using Function Core tools and open it in VS Code.
  2. Create a Python Linux Consumption function app.
  3. Deploy the project to the above function app.
  4. Check whether there is a HTTP Trigger function under the "Functions" node in VSCode and 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" when deployed.
But when testing the function locally, the HTTP Triggers show up and work fine.

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
0 comments No comments
{count} votes