问题描述
您好,
是否有人知道/可以确认VNET服务端点是否支持Azure SQL DB(PaaS)故障转移组?
下面的文章没有提到有关故障转移组和服务端点的任何限制,但是当我尝试在两个SQL Server(PaaS)之间创建故障转移组, 失败并显示以下错误:
代码:Internal Server Error;消息:处理请求时发生意外错误".
https://docs.microsoft.com/zh-cn/azure/sql-database/sql-database-vnet-service-endpoint-规则概述
两个SQL Server(PaaS)的配置如下:
SQL_SRV01托管在美国中部地区
SQL_SRV02托管在美国东部2地区
配置了SQL_SRV_01(PaaS),以便从美国中部的一个子网进行查询.
配置了SQL_SRV_02(PaaS),以便可以从美国东部2的一个子网中查询它.
允许访问Azure服务";同时启用了
注意:虚拟网络规则已删除时没有问题
有什么想法吗?
提前感谢
Gmail
Hello,
Does anybody know / can confirm if Azure SQL DB (PaaS) Failover Groups are supported with VNET Service Endpoints ?
Below article doesn't mention any limitation about Failover Groups and Service Endpoints but when I've tried to create a Failover Groups between two SQL Servers (PaaS), it has failed with the following error:
"code: Internal Server Error; message: An unexpected error occurred while processing the request"
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-vnet-service-endpoint-rule-overview
The two SQL Servers (PaaS) have been configured as follows:
SQL_SRV01 was hosted in the Central US region
SQL_SRV02 was hosted in the East US 2 region
SQL_SRV_01 (PaaS) was configured so that from the a subnet in the Central US it can be queried.
SQL_SRV_02 (PaaS) was configured so that from the a subnet in the East US 2 it can be queried.
"Allow access to Azure services" was enabled on both
Note: No issues when Virtual Network rules have been removed
Any thoughts ?
Thanks in advance
Gmail
推荐答案
这篇关于服务端点和SQL DB故障转移组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!