I'm trying to deploy an Azure application that is currently working on Azure North America to Azure China. The service bus namespace has changed, for example, from servicebus.windows.net to servicebus.chinacloudapi.cn.
This results in numerous problems. Geeks with blogs addresses some of them.
However, even simple things like namespaceManager.QueueExists() fails with:
uri provided does not match service bus domain: servicebus.windows.net
This is when trying to reference WindowsAzure.ServiceBus.1.8.0.0
Is there a great list somewhere that gives all the changes that need to be made?
For each of the Azure services the following documents provide guidance for using Windows Azure in China: http://www.windowsazure.cn/zh-cn/develop/other/developerdifferences/