Skip to content

Commit 1a5819b

Browse files
authored
hopefully last typo
1 parent b476f1b commit 1a5819b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/app-service/web-sites-integrate-with-vnet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Azure App Service has two forms.
2323
1. The multi-tenant systems that support the full range of pricing plans except Isolated
2424
2. The App Service Environment (ASE), which deploys into your VNet.
2525

26-
This document goes through the VNet Integration feature, which is meant for use in the multi-tenant App Service. If your app is in [App Service Environment][ASEintro], then it's already in a VNet and doesn't require use of the VNet Integration feature.
26+
This document goes through the VNet Integration feature, which is meant for use in the multi-tenant App Service. If your app is in [App Service Environment][ASEintro], then it's already in a VNet and doesn't require use of the VNet Integration feature to reach resources in the same VNet.
2727

2828
VNet Integration gives your web app access to resources in your virtual network but doesn't 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). For details on using an ILB ASE, start with the article here: [Creating and using an ILB ASE][ILBASE].
2929

@@ -53,7 +53,6 @@ There are some things that VNet Integration doesn't support including:
5353
### Getting started
5454
Here are some things to keep in mind before connecting your web app to a virtual network:
5555

56-
* VNet Integration only works with apps in a **Standard**, **Premium**, or **Isolated** pricing plan. Apps that are scaled to plans that do not support VNet Integration will lose their VNet Integration connections.
5756
* A target virtual network must have point-to-site VPN enabled with a route-based gateway before it can be connected to app.
5857
* The VNet must be in the same subscription as your App Service Plan(ASP).
5958
* The apps that integrate with a VNet use the DNS that is specified for that VNet.

0 commit comments

Comments
 (0)