简体   繁体   English

App Service VNet与Azure存储服务端点集成

[英]App Service VNet Integration with Azure Storage Service Endpoint

I made an App Service (S1) and then from the Networking blade created a VNet Integration using the documentation here . 我创建了一个App Service(S1),然后从Networking刀片使用此处文档创建了VNet Integration。 The connection looks like 连接看起来像 VNet集成配置 Then I made a Storage Account and under the Firewall and Networking tab I selected the preconfigured VNet that was made by the portal 然后我创建了一个存储帐户,在防火墙和网络选项卡下,我选择了门户网站制作的预配置VNet 存储网络选项卡

Trying to access the Azure Storage from a deployed Web App give a 403 forbidden error. 尝试从部署的Web应用程序访问Azure存储会出现403禁止错误。 What settings do I need to change for the Web App to gain access to the Azure Storage Service Endpoint? 我需要为Web App更改哪些设置才能访问Azure存储服务端点?

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. Vnet集成使您的Web应用程序可以访问虚拟网络中的资源,但不会从虚拟网络授予对Web应用程序的私有访问权限。

Private site access refers to making your app only accessible from a private network such as from within an Azure virtual network. 专用站点访问是指仅允许从专用网络(例如Azure虚拟网络)访问您的应用程序。 Private site access is only available with an ASE configured with an Internal Load Balancer (ILB). 专用站点访问仅适用于配置了内部负载均衡器(ILB)的ASE

More information about ILB ASE, please refer to this article . 有关ILB ASE的更多信息,请参阅此文章

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM