It appears that all the sample projects that ship with nServicebus are setup where the sender and host are web roles and worker roles (and hosted via role entry point).
I have a need to do something like this:
Web Role sends message --> On Premise Host handles message
Is it possible to configure an on premise Host to use Azure Queue storage only (and not MSMQ)?
I can't seem to find a single example of this documented anywhere.