Skip to content

Commit 1b01164

Browse files
Merge pull request #227250 from BryanTrach-MSFT/patch-125
(AzureCXP) fixes MicrosoftDocs/azure-docs#104727
2 parents 6b9cc0f + 44ca44c commit 1b01164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If the app changes compute instances for any reason, such as scaling up and down
134134

135135
## Configure port number
136136

137-
By default, App Service assumes your custom container is listening on either port 80 or port 8080. If your container listens to a different port, set the `WEBSITES_PORT` app setting in your App Service app. You can set it via the [Cloud Shell](https://shell.azure.com). In Bash:
137+
By default, App Service assumes your custom container is listening on port 80. If your container listens to a different port, set the `WEBSITES_PORT` app setting in your App Service app. You can set it via the [Cloud Shell](https://shell.azure.com). In Bash:
138138

139139
```azurecli-interactive
140140
az webapp config appsettings set --resource-group <group-name> --name <app-name> --settings WEBSITES_PORT=8000

0 commit comments

Comments
 (0)