当前位置:   article > 正文

How to connect to China Azure Storage

how to connect to internet in china

Configure Visual Studio to access China Azure Storage:    

  1. Open Visual Studio 2012, Server Explorer. (Ensure you have installed patches for Azure, like Azure SDK)

  2. Add new storage account

  3. Go "Dashborad" page of storage account from portal
  4. Find Access keys from dashborad

  5. Copy the strings to VS 2012 new window "Add New Storage Account"

  6. Back to dashborad and find the endpoints and copy to the new windows as well.

  7. 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==

转载于:https://www.cnblogs.com/CarsonSong/p/3287068.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/284377
推荐阅读
相关标签
  

闽ICP备14008679号