【发布时间】:2020-02-27 17:16:27
【问题描述】:
我已按照以下指南将我的应用服务 Web 应用集成到同一区域的现有 VNET:https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet
在该 VNET 中,已经有一个在 VM 规模集上运行的 Elasticsearch 集群,我可以通过私有 Ip http://10.0.0.4 从同一 VNET 中的 jumpbox VM 连接到 Elasticsearch。
但是App服务无法通过私有IP地址连接到Elasticsearch,以下是错误信息:
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A non-recoverable error occurred during a database lookup
应用服务 VNET 集成是否支持此场景?如果是,我会错过什么吗?或者如何解决根本原因?
【问题讨论】:
标签: azure-web-app-service azure-virtual-network