my plan is to use the azure queue storage between the web app and a webjob. The app receives a job from the user (for example the user enters an URL); the app sends the message to the queue; the webjob receives the message in the queue with the URL and takes & saves a screenshot from the page.
Now how can the webjob notifies the app/user that the job is done and that the picture was saved? I thought about websockets; but websockets doesn't work in webjobs.
So any good ideas?
Thank you very much and best regards!
See basic setup: