Azure Function not showing HTTP Triggers when deployed.
Rishab Kumar
5
Reputation points
OS: macOS M1
Repro Steps:
- Create a Python project with HTTP Trigger function and open it in VS Code.
- Create a Python Linux Consumption function app.
- Deploy the Python project to the above function app.
- 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.
Sign in to answer