我的 azure 应用程序使用 azure sql 数据库成功运行,但现在我想使用我自己的数据库服务器运行云应用程序,因为它们的数据安全性。为此,我们可以使用云应用程序从我们自己的系统建立本地数据库连接,并使用以下链接通过以下步骤完美连接到我的数据库,
http://www.codeproject.com/Articles/261063/Azure-Virtual-Network-Connecting-Local-Database
After this i deployed my application in to azure and it deployed without any error.but when i try to run my cloud application using cloud url like xxx.cloudapp.net getting an error like
“在建立与 SQL Server 的连接时发生与网络相关或特定于实例的错误。找不到服务器或无法访问该服务器。验证实例名称是否正确以及 SQL Server 是否配置为允许远程连接。(提供者: TCP 提供程序,错误:0 - 请求的名称有效,但未找到请求类型的数据。)”。
请给出一些建议,为什么会出现此错误。
谢谢,
PCSSCP。