【发布时间】:2021-01-08 12:35:07
【问题描述】:
我尝试将子网 sub_A 中的应用程序连接到子网 sub_B 中具有私有端点的 postgresql 数据库,但仍然无法连接。
我做了很多尝试,我能够从 sub_B 中的 VM 连接到数据库,所以我认为问题来自 sub_A 但这里是我在数据库服务器上配置的 ma 配置 sub_A 和 sub_B 的 vmnet 规则.
我使用服务端点“Microsoft.Sql”配置两个子网
当我尝试通过私有端点连接数据库时,我仍然收到错误
error: FATAL: Client from Azure Virtual Networks is not allowed to access the server using Private IP. Please make sure your Virtual Network is correctly configured.
你能帮我告诉我我错过了什么吗?
【问题讨论】:
标签: azure azure-virtual-network azure-postgresql