I am new to Azure and asked for Azure service bus implementation by my CTO. I have two different needs and you can call it them business scenario for Azure Service Bus Implementation.
Case 1: We have multiple sql and windows jobs which are inter dependent. For example window job A need to run at 3:00 AM and it's related sql job "S" after successful run after 3:00 AM. But challenge is that we are not sure how much time job "A" will take as this data fetching related.
Now using Azure bu I need to send notification to job "S""that job "A" is completed successfully and run now.
That is where we will setup our huge crone jobs loosely coupled and always run all inter related jobs on successful run of its preceding job.
Case 2: Our jobs servers will always be different while our database server will always be different and where would be Azure Service Bus be hosted?
Considering that I am newbie and learning Azure.