我正在尝试使用来自 SSMS 的侦听器端点连接到我的 azure 托管实例(配置的故障转移组)

I am trying to connect to my azure managed instance(configured fail over group) using listener end point from SSMS

我已将数据迁移到托管实例并配置了故障转移组。但无法使用 SSMS 连接到我的数据库。我也尝试通过在选项

中提供数据库名称来连接

错误:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) (Microsoft SQL Server, Error: 10060)


A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

故障转移组侦听端点基本上是一个 DNS 记录,指向当前主要故障转移组的私有 IP 地址。错误消息表明客户端计算机 运行 SSMS 与注入到您的私有 IP 地址 space 内的 VNet 中的托管实例之间没有网络路径。 鉴于此错误消息,我希望您无法从同一台客户端计算机连接,即使使用实例本身的完全限定名称也是如此。 您是否在这两个地点之间建立了 P2S、S2S 或 Express Route?