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

后端 未结 1 1856
野性不改
野性不改 2020-12-20 17:53

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, mos

相关标签:
1条回答
  • 2020-12-20 18:41

    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.

    0 讨论(0)
提交回复
热议问题