I have tested out deploying my DW 9.1.3 to Azure.
The DB is running nicely on Azure, and the publishing of the site was also successfull.
On my local machine I can access the admin interface, but when opening the azure site I get an error when trying to access admin.
http://screencast.com/t/2mFHsrxHnW
The frontend is loading without any problems.
I might think this is some kind of globalization issue, but not sure what to do. I have tried setting the followin setting in web.config.
<globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" culture="en-GB" uiCulture="en-GB" />
Without any luck.