Which project type is suitable for processing Service bus messages?
I can see pros/cons for both choices.
If its a manual polling, I can see a usecase for worker service.
If its using SDK with event handlers seems like console app might be a viable options.
Is there any recommendation/best practices there?