We're currently developing against SQL Azure and have (unsuccessfully) tried to point a worker role to the master database in SQL Azure in order to automate database operations which require the master.
Unfortunately this doesn't seem to work.
A bit of background: "Allow other Windows Azure services to access this server" is enabled, and we have a firewall rule set up to enable this.
We suspect it may be a missing firewall rule that holds the key to this. Our worker role works against other SQL azure dbs, just not against the master at present...
If anyone can point me in the right direction I'd be grateful!
Cheers, Iago