Skip to content

Commit 174932f

Browse files
Merge pull request #107102 from jeffwmartinez/patch-4
Update reference-app-settings.md
2 parents 49c05d4 + 7905cc3 commit 174932f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/app-service/reference-app-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ For more information on custom containers, see [Run a custom container in Azure]
345345
| `WEBSITES_PORT` | For a custom container, the custom port number on the container for App Service to route requests to. By default, App Service attempts automatic port detection of ports 80 and 8080. This setting isn't injected into the container as an environment variable. ||
346346
| `WEBSITE_CPU_CORES_LIMIT` | By default, a Windows container runs with all available cores for your chosen pricing tier. To reduce the number of cores, set to the number of desired cores limit. For more information, see [Customize the number of compute cores](configure-custom-container.md?pivots=container-windows#customize-the-number-of-compute-cores).||
347347
| `WEBSITE_MEMORY_LIMIT_MB` | By default all Windows Containers deployed in Azure App Service are limited to 1 GB RAM. Set to the desired memory limit in MB. The cumulative total of this setting across apps in the same plan must not exceed the amount allowed by the chosen pricing tier. For more information, see [Customize container memory](configure-custom-container.md?pivots=container-windows#customize-container-memory). ||
348-
| `CONTAINER_WINRM_ENABLED` | For a Windows containerized app, set to `1` to enable Windows Remote Management (WIN-RM). ||
349348

350349
<!--
351350
CONTAINER_ENCRYPTION_KEY

0 commit comments

Comments
 (0)