Skip to content

Commit 6c3f02f

Browse files
Merge pull request #228556 from BryanTrach-MSFT/patch-129
(AzureCXP) fixes MicrosoftDocs/azure-docs#104445
2 parents 2aa7905 + 414b7df commit 6c3f02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ The following environment variables are related to the app environment in genera
4343
| `WEBSITE_CONTENTSHARE` | When you use specify a custom storage account with `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`, App Service creates a file share in that storage account for your app. To use a custom name, set this variable to the name you want. If a file share with the specified name doesn't exist, App Service creates it for you. | `myapp123` |
4444
| `WEBSITE_SCM_ALWAYS_ON_ENABLED` | Read-only. Shows whether Always On is enabled (`1`) or not (`0`). ||
4545
| `WEBSITE_SCM_SEPARATE_STATUS` | Read-only. Shows whether the Kudu app is running in a separate process (`1`) or not (`0`). ||
46-
46+
| `WEBSITE_DNS_ATTEMPTS` | Number of times to try name resolve. ||
47+
| `WEBSITE_DNS_TIMEOUT` | Number of seconds to wait for name resolve ||
4748
<!--
4849
WEBSITE_PROACTIVE_STACKTRACING_ENABLED
4950
WEBSITE_CLOUD_NAME

0 commit comments

Comments
 (0)