Skip to content

Commit f638439

Browse files
authored
Merge pull request #105620 from ccompy/vnet-ga
Vnet ga
2 parents da7acc8 + 78d25db commit f638439

File tree

9 files changed

+163
-153
lines changed

9 files changed

+163
-153
lines changed

articles/app-service/faq-configuration-and-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Currently, you cannot have point-to-site VPN connections to a virtual network th
195195

196196
Currently, connecting an App Service web app to a virtual network that has a static routing (policy-based) gateway is not supported. If your target virtual network already exists, it must have point-to-site VPN enabled, with a dynamic routing gateway, before it can be connected to an app. If your gateway is set to static routing, you cannot enable a point-to-site VPN.
197197

198-
For more information, see [Integrate an app with an Azure virtual network](web-sites-integrate-with-vnet.md#getting-started).
198+
For more information, see [Integrate an app with an Azure virtual network](web-sites-integrate-with-vnet.md).
199199

200200
## In my App Service Environment, why can I create only one App Service plan, even though I have two workers available?
201201

28.1 KB
Loading
-47.4 KB
Loading
76.1 KB
Loading
51.2 KB
Loading
16.2 KB
Loading
30 KB
Loading

articles/app-service/networking-features.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ccompy
55

66
ms.assetid: 5c61eed1-1ad1-4191-9f71-906d610ee5b7
77
ms.topic: article
8-
ms.date: 05/28/2019
8+
ms.date: 02/27/2019
99
ms.author: ccompy
1010
ms.custom: seodec18
1111

@@ -24,7 +24,7 @@ The Azure App Service is a distributed system. The roles that handle incoming HT
2424
|---------------------|-------------------|
2525
| App assigned address | Hybrid Connections |
2626
| Access Restrictions | Gateway required VNet Integration |
27-
| Service Endpoints | VNet Integration (preview) |
27+
| Service Endpoints | VNet Integration |
2828

2929
Unless otherwise stated, all of the features can be used together. You can mix the features to solve your various problems.
3030

@@ -52,7 +52,9 @@ The following outbound use cases suggest how to use App Service networking featu
5252
| Access resources in an Azure Virtual Network in a different region | Gateway required VNet Integration </br> ASE and VNet peering |
5353
| Access resources secured with service endpoints | VNet Integration </br> ASE |
5454
| Access resources in a private network not connected to Azure | Hybrid Connections |
55-
| Access resources across ExpressRoute circuits | VNet Integration (restricted to RFC 1918 addresses for now) </br> ASE |
55+
| Access resources across ExpressRoute circuits | VNet Integration </br> ASE |
56+
| Secure outbound traffic from your web app | VNet Integration and Network Security Groups </br> ASE |
57+
| Route outbound traffic from your web app | VNet Integration and Route Tables </br> ASE |
5658

5759

5860
### Default networking behavior
@@ -147,10 +149,12 @@ The gateway required VNet Integration feature is very useful but still does not
147149
* Accessing resources in Resource Manager VNets in the same region
148150
* Accessing resources that are secured with service endpoints
149151
* Accessing resources that are accessible across ExpressRoute or VPN connections
152+
* Securing all outbound traffic
153+
* Force tunneling all outbound traffic.
150154

151155
![VNet Integration](media/networking-features/vnet-integration.png)
152156

153-
This feature is in preview and should not be used for production workloads. To learn more about this feature, read the docs on [App Service VNet Integration][vnetintegration].
157+
To learn more about this feature, read the docs on [App Service VNet Integration][vnetintegration].
154158

155159
## App Service Environment
156160

@@ -218,4 +222,4 @@ You can have multiple front-end apps use the same API app by using VNet Integrat
218222
[vnetintegrationp2s]: https://docs.microsoft.com/azure/app-service/web-sites-integrate-with-vnet
219223
[vnetintegration]: https://docs.microsoft.com/azure/app-service/web-sites-integrate-with-vnet
220224
[networkinfo]: https://docs.microsoft.com/azure/app-service/environment/network-info
221-
[appgwserviceendpoints]: https://docs.microsoft.com/azure/app-service/networking/app-gateway-with-service-endpoints
225+
[appgwserviceendpoints]: https://docs.microsoft.com/azure/app-service/networking/app-gateway-with-service-endpoints

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

Lines changed: 153 additions & 147 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)