Configure Visual Studio to access China Azure Storage:
- Open Visual Studio 2012, Server Explorer. (Ensure you have installed patches for Azure, like Azure SDK)
- Add new storage account
- Go "Dashborad" page of storage account from portal
- Find Access keys from dashborad
- Copy the strings to VS 2012 new window "Add New Storage Account"
- Back to dashborad and find the endpoints and copy to the new windows as well.
- Here you go:
Finally the connection string will be like, you can also save the connection string into your cloud project configuration file:
BlobEndpoint=http://strcarson1.blob.core.chinacloudapi.cn/;
QueueEndpoint=http://strcarson1.queue.core.chinacloudapi.cn/;
TableEndpoint=http://strcarson1.table.core.chinacloudapi.cn/;
AccountName=strcarson1;
AccountKey=DJ+zmoRs4WcqPy/*obscuredstrings*/F026H2hrJw==