Skip to content

Commit aa52b17

Browse files
authored
Merge pull request #79721 from ccompy/june6
linux instruction additions
2 parents 9f6a47e + c9d3cac commit aa52b17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: na
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: article
14-
ms.date: 06/06/2019
14+
ms.date: 06/14/2019
1515
ms.author: ccompy
1616
ms.custom: seodec18
1717

@@ -98,6 +98,10 @@ To disconnect your app from the VNet, select **Disconnect**. This will restart y
9898

9999
The new VNet Integration feature enables you to use service endpoints. To use service endpoints with your app, use the new VNet Integration to connect to a selected VNet and then configure service endpoints on the subnet you used for the integration.
100100

101+
#### Web App for Containers
102+
103+
If you use App Service on Linux with the built-in images, the regional VNet Integration feature works without additional changes. If you use Web App for Containers, you need to modify your docker image in order to use VNet Integration. In your docker image, use the PORT environment variable as the main web server’s listening port, instead of using a hardcoded port number. The PORT environment variable is automatically set by App Service platform at the container startup time.
104+
101105
### How VNet Integration works
102106

103107
Apps in the App Service are hosted on worker roles. The Basic and higher pricing plans are dedicated hosting plans where there are no other customers workloads running on the same workers. VNet Integration works by mounting virtual interfaces with addresses in the delegated subnet. Because the from address is in your VNet, it has access to most things in or through your VNet just like a VM in your VNet would. The networking implementation is different than running a VM in your VNet and that is why some networking features are not yet available while using this feature.

0 commit comments

Comments
 (0)