I have an mvc4 web application working in azure. I have now created a worker role which works as an email (reminders) sender.
How should I deploy this worker role into azure? Creating a cloud service through management portal doesn't seem right.. I don't see how will this worker role be connected to my web site?
I use a Git for managing deployments. Can I just commit and push my worker role? This doesn't seem enough..
Once deployed, how will I be able to stop this service?
I would really much appreciate if someone could point me in the right direction.