Skip to content

Commit 409c8e9

Browse files
committed
Oryx
1 parent 90de731 commit 409c8e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/networking-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Hybrid Connections is popular for development, but it's also used in production
147147

148148
App Service virtual network integration enables your app to make *outbound* requests into an Azure virtual network.
149149

150-
The virtual network integration feature enables you to place the back end of your app in a subnet in a Resource Manager virtual network in the same region as your app. This feature isn't available from an App Service Environment, which is already in a virtual network. Use cases for this feature:
150+
The virtual network integration feature enables you to place the back end of your app in a subnet in a Resource Manager virtual network. The virtual network must be in the same region as your app. This feature isn't available from an App Service Environment, which is already in a virtual network. Use cases for this feature:
151151

152152
* Access resources in Resource Manager virtual networks in the same region.
153153
* Access resources in peered virtual networks, including cross region connections.
@@ -163,11 +163,11 @@ To learn more, see [App Service virtual network integration](./overview-vnet-int
163163

164164
#### Gateway-required virtual network integration
165165

166-
Gateway-required virtual network integration was the first edition of virtual network integration in App Service. The feature works by connecting the host your app is running on to a Virtual Network gateway on your virtual network by using a point-to-site VPN. When you configure the feature, your app gets one of the point-to-site addresses assigned to each instance.
166+
Gateway-required virtual network integration was the first edition of virtual network integration in App Service. The feature works by connecting the host your app is running on to a Virtual Network gateway on your virtual network by using a point-to-site VPN. When you configure the feature, your app gets one of the point-to-site assigned addresses assigned to each instance.
167167

168168
![Diagram that illustrates gateway-required virtual network integration.](media/networking-features/gw-vnet-integration.png)
169169

170-
Gateway required integration allows you to connect directly to a virtual network in another region without peering and to connect to a classic virtual network. The feature is limited to App Service Windows plans and doesn't work with ExpressRoute-connected virtual networks. It is recommended to use the regional virtual network integration. For more information on this feature, see [App Service virtual network integration](./configure-gateway-required-vnet-integration.md).
170+
Gateway required integration allows you to connect directly to a virtual network in another region without peering and to connect to a classic virtual network. The feature is limited to App Service Windows plans and doesn't work with ExpressRoute-connected virtual networks. It's recommended to use the regional virtual network integration. For more information on this feature, see [App Service virtual network integration](./configure-gateway-required-vnet-integration.md).
171171

172172
### App Service Environment
173173

@@ -202,7 +202,7 @@ The ASE provides the best story around isolated and dedicated app hosting, but i
202202

203203
## Combining features
204204

205-
The features noted for the multi-tenant service can be used together to solve more elaborate use cases. Two of the more common use cases are described here, but they're just examples. By understanding what the various features do, you can meet nearly all your system architecture needs.
205+
The features noted for the multi-tenant service can be used together to solve more elaborate use cases. Two of the more common use cases are described here, but that's just examples. By understanding what the various features do, you can meet nearly all your system architecture needs.
206206

207207
### Place an app into a virtual network
208208

0 commit comments

Comments
 (0)