App Service VNet Integration with Azure Storage Service Endpoint

天涯浪子 提交于 2019-11-30 16:06:46

Vnet integration gives your web app access to resources in your virtual network but does not grant private access to your web app from the virtual network.

Private site access refers to making your app only accessible from a private network such as from within an Azure virtual network. Private site access is only available with an ASE configured with an Internal Load Balancer (ILB).

More information about ILB ASE, please refer to this article.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!