Skip to content

Commit a1e0253

Browse files
(forumsteam) fixes MicrosoftDocs/azure-docs#37855
Added a line about updating what you need to do if you are using web app for containers and SSH.
1 parent 9dbd94f commit a1e0253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To disconnect your app from the VNet, select **Disconnect**. This will restart y
105105

106106
#### Web App for Containers
107107

108-
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.
108+
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. If you are using SSH, then the SSH daemon must be configured to listen on the port number specified by the SSH_PORT environment variable when using regional VNet integration.
109109

110110
### Service Endpoints
111111

0 commit comments

Comments
 (0)