I created a service bus and 2 azure functions. One azure function is a timer trigger. It triggers every minute and pushes data into the service bus. Then the other azure function triggers and starts processing that data. This setup works well on my local machine. But when I deployed these functions, only the time trigger keep pushing data. My service bus trigger function doesn't trigger.
After the deployement, I run service bus trigger function on my local machine again. Then I recive all enqued data.
For all 3 services, I used basic plan and recomenned settings.
Is there a specific configuration to capture enqued data from deployed azure function?




And then save it.
After that when I run my Timer Trigger it runs and when I send a message into queue it runs too.
Then when I check my logs, I am able to see my two triggers are running as below:
