将数据库服务器移动到 Azure 时,sql 连接除了连接字符串外还有什么变化?

What to change in sql connection apart from connection string when moving database server to Azure?

我的应用程序使用 ASP .NET MVC 3。我们在 Windows 2008 Server 中托管了一个数据库。我的客户正在将数据库服务器升级到 Windows 2012 或 Windows 2016,但在 Azure 云环境中。除了更改连接字符串和密钥外,我还需要注意哪些其他方面以避免应用程序出现问题?

您还需要为您的客户端 ip 设置防火墙规则,详细信息为 here

顺便说一下,您还可以像下面这样从 Azure 门户轻松获取连接字符串: