Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 windows azure 上配置我的网站时,我选择 Est of USA 作为网站,并选择北欧作为数据库。
你可以猜到,性能很差,我的大部分用户都在欧洲。查看msdn,他们说无法更改位置数据库。
那么如何更改我的网站的位置呢?
您需要将您的网站代码重新部署到位于欧洲的新网站。如果您使用 git,这应该就像为新网站设置新的远程位置并重新进行推送一样简单。
未来:始终将网站+数据库部署在同一个数据中心。这避免了性能延迟以及数据中心外的数据出口成本。