Skip to content

Commit 097f51e

Browse files
committed
Minor proof read updates
1 parent 9a0ae5f commit 097f51e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/app-service/configure-vnet-integration-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ms.date: 10/20/2021
1212

1313
Through integrating with an Azure virtual network (VNet) from your [App Service app](./overview.md), you can reach private resources from your app within the virtual network. The VNet Integration feature has two variations:
1414

15-
Regional VNet integration: Connect to Azure virtual networks in the same region. You must have a dedicated subnet in the VNet you're integrating with.
16-
Gateway-required VNet integration: When you connect directly to VNet in other regions or to a Classic virtual network in the same region, you must use the gateway-required VNet integration.
15+
* Regional VNet integration: Connect to Azure virtual networks in the same region. You must have a dedicated subnet in the VNet you're integrating with.
16+
* Gateway-required VNet integration: When you connect directly to VNet in other regions or to a classic virtual network in the same region, you must use the gateway-required VNet integration.
1717

1818
This how-to article will describe how to set up regional VNet integration.
1919

articles/app-service/overview-vnet-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Apps in App Service are hosted on worker roles. Regional VNet integration works
3838

3939
:::image type="content" source="./media/overview-vnet-integration/vnetint-how-regional-works.png" alt-text="How regional VNet integration works":::
4040

41-
When regional VNet Iitegration is enabled, your app makes outbound calls through your VNet. The outbound addresses that are listed in the app properties portal are the addresses still used by your app. However, if your outbound call is to a virtual machine or private endpoint in the integration VNet or peered VNet, the outbound address will be an address from the integration subnet. The private IP assigned to an instance is exposed via the environment variable, ```WEBSITE_PRIVATE_IP```.
41+
When regional VNet integration is enabled, your app makes outbound calls through your VNet. The outbound addresses that are listed in the app properties portal are the addresses still used by your app. However, if your outbound call is to a virtual machine or private endpoint in the integration VNet or peered VNet, the outbound address will be an address from the integration subnet. The private IP assigned to an instance is exposed via the environment variable, ```WEBSITE_PRIVATE_IP```.
4242

4343
When all traffic routing is enabled, all outbound traffic is sent into your VNet. If all traffic routing is not enabled, only private traffic (RFC1918) and service endpoints configured on the integration subnet will be sent into the VNet and outbound traffic to the internet will go through the same channels as normal.
4444

@@ -162,7 +162,7 @@ If you create the gateway for use with gateway-required VNet integration, you do
162162

163163
### How gateway-required VNet integration works
164164

165-
Gateway-required VNet integration is built on top of point-to-site VPN technology. Point-to-site VPNs limit network access to the virtual machine that hosts the app. Apps are restricted to send traffic out to the internet only through Hybrid Connections or through VNet integration. When your app is configured with the portal to use gateway-required VNet integration, a complex negotiation is managed on your behalf to create and assign certificates on the gateway and the application side. The result is that the workers used to host your apps are able to directly connect to the virtual network gateway in the selected VNet.
165+
Gateway-required VNet integration is built on top of point-to-site VPN technology. Point-to-site VPNs limit network access to the virtual machine that hosts the app. Apps are restricted to send traffic out to the internet only through hybrid connections or through VNet integration. When your app is configured with the portal to use gateway-required VNet integration, a complex negotiation is managed on your behalf to create and assign certificates on the gateway and the application side. The result is that the workers used to host your apps are able to directly connect to the virtual network gateway in the selected VNet.
166166

167167
:::image type="content" source="./media/overview-vnet-integration/vnetint-how-gateway-works.png" alt-text="How gateway-required VNet integration works":::
168168

articles/app-service/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
href: networking/private-endpoint.md
144144
- name: Hybrid connections
145145
href: app-service-hybrid-connections.md
146-
- name: Virtual Network Integration
146+
- name: Virtual network integration
147147
href: overview-vnet-integration.md
148148
- name: Application Gateway integration
149149
href: networking/app-gateway-with-service-endpoints.md
@@ -301,9 +301,9 @@
301301
href: manage-disaster-recovery.md
302302
- name: Enable on Azure Arc
303303
href: manage-create-arc-environment.md
304-
- name: Enable VNet Integration
304+
- name: Enable VNet integration
305305
href: configure-vnet-integration-enable.md
306-
- name: Configure VNet Integration routing
306+
- name: Configure VNet integration routing
307307
href: configure-vnet-integration-routing.md
308308

309309
- name: Move app

includes/app-service-web-vnet-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: madsd
99
* The dedicated compute pricing tiers, which includes the Basic, Standard, Premium, PremiumV2, and PremiumV3.
1010
* The App Service Environment which deploys directly into your VNet with dedicated supporting infrastructure and is using the Isolated and IsolatedV2 pricing tiers.
1111

12-
The VNet integration feature is used in App Service dedicated compute pricing tiers. If your app is in [App Service Environment](../articles/app-service/environment/overview.md)], then it's already in a VNet and doesn't require use of the VNet integration feature to reach resources in the same VNet. For more information on all of the networking features, see [App Service networking features](../articles/app-service/networking-features.md).
12+
The VNet integration feature is used in App Service dedicated compute pricing tiers. If your app is in [App Service Environment](../articles/app-service/environment/overview.md), then it's already in a VNet and doesn't require use of the VNet integration feature to reach resources in the same VNet. For more information on all of the networking features, see [App Service networking features](../articles/app-service/networking-features.md).
1313

1414
VNet integration gives your app access to resources in your VNet, but it doesn't grant inbound private access to your app from the VNet. Private site access refers to making an app accessible only from a private network, such as from within an Azure virtual network. VNet integration is used only to make outbound calls from your app into your VNet. The VNet integration feature behaves differently when it's used with VNet in the same region and with VNet in other regions. The VNet integration feature has two variations:
1515

0 commit comments

Comments
 (0)