I tried to debug the azure function on my local intellij. Steps followed:
- Ran the azure function
- Clicked on debug button
- Debugger is getting attached
- Now when new message comes in azure service bus queue. Breakpoint is not getting hit.
I tried to debug the azure function on my local intellij. Steps followed: