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.
connection
property ofServiceBusTrigger
attribute which should refer toServiceBusConnectionString
.local.settings.json
for local and app settings for azure.