How can I modify the Location of my web site in Windows azure?

穿精又带淫゛_ 提交于 2019-12-18 08:01:06

问题


When configured my website on windows azure, I chose Est of USA for the Web site, and North Europe for database.

As you can guess, the performances are very bad, most of my users are in Europe. Looking on msdn, they said it is not possible to change database of location.

So how can I change the location of my web site?


回答1:


You need to redeploy your website code to a new Web Site, located in Europe. If you're using git, this should be as simple as setting up a new remote location to the new Web Site and re-doing a push.

In the future: Always deploy website + database in the same datacenter. This avoids performance latency as well as data egress costs out of the data center.



来源:https://stackoverflow.com/questions/15312781/how-can-i-modify-the-location-of-my-web-site-in-windows-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!