我正在尝试将应用服务配置为使用私有端点连接到 Azure Sql,如此处所述(但来自门户): https ://blog.arinco.com.au/2020/08/connect-an-azure-app-service -to-azure-sql-using-azure-private-link/
但是一旦我这样做了,我连接到同一个 vnet 的 Azure Functions 之一就不能再访问存储帐户了。我们通过删除/添加私有端点配置多次确认。
我正在使用定时器触发功能:
The listener for function 'MyFunction' was unable to start.
innermostMessage: 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.
这如何阻止我访问存储帐户?也许一旦我将私有链接用于 Paas 产品之一,我需要全部使用它?