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

巧了我就是萌 提交于 2019-11-29 13:50:14

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.

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