I have a Azure Function App that process some messages from Azure Service Bus Topic. I have some messages passed to the ASB and there are messages coming under my topic's subscription. However when I run my app locally which points to that specific subscription, it still doesn't get triggered. I do have configured my app properly with all the connection string. How would you suggest to diagnose this issue?
Just for context: I have it configured in my local settings with needed parameters.