Azure Function deployed successfully but triggers not found

Santhosh 0 Reputation points
2024-04-25T10:55:02.8633333+00:00

Hi,

I'm building a function app which has 2 triggers, a blob trigger and a HTTP trigger. This runs fine while we debug this locally. However, when we try to deploy this to the function app, it says no triggers found

User's image

Below is my code for the triggers

User's image

This is my localsettings.json file

User's image

Initially there was a warning which mentioned that the function app had python 3.11 whereas the local vs was using 3.10. I updated the function app setting to 3.10 but that didnt help. Any help would be greatly appreciated.

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