gpt4 book ai didi

azure - 从 Web 角色和性能连接到 Azure SQL 数据库。

转载 作者:行者123 更新时间:2023-12-03 00:52:09 24 4
gpt4 key购买 nike

我是 Azure 新手,只是想了解一些事情。

我有一个本地运行的 Web 应用程序,现在连接到 Windows Azure SQL 数据库。我想将本地 Web 应用程序移至 Azure Web 角色。我有两个问题:

  1. 我需要更改连接字符串还是它可以正常工作?
  2. 我假设 Windows azure 足够聪明,现在知道它们都托管在 azure 上,因此每个请求不再需要通过互联网传输?

干杯

最佳答案

Do I need to change my connection string or does it just work?

不,这仍然是相同的连接字符串。

I am assuming windows azure is smart enough to now know that they are both hosted on azure so each request no longer needs to go over the internet?

您的网站和 SQL Azure 数据库都将位于 Azure 数据中心。这取决于您的网站和数据库所在的区域。如果它们位于同一区域,则延迟会很低,因为它们位于同一数据中心,但如果它们位于两个不同的区域,则在某一时刻它必须通过称为 Backbone 的数据中心之间的连接。即使这些是特殊的非常快的连接,您也会注意到更高的延迟。

http://www.azurespeed.com/网站允许您检查 Azure 数据中心之间的延迟。这给了你一种想法。

关于azure - 从 Web 角色和性能连接到 Azure SQL 数据库。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29409896/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com