Skip to content

Commit 2c6e74f

Browse files
committed
Add TTL info
1 parent db3fdfe commit 2c6e74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/overview-name-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you require fine-grained control over name resolution, App Service allows you
3939
|Property name|Windows default value|Linux default value|Allowed values|Description|
4040
|-|-|-|-|
4141
|dnsRetryAttemptCount|1|5|1-5|Defines the number of attempts to resolve where one means no retries.|
42-
|dnsMaxCacheTimeout|30|0|0-60|Cache timeout defined in seconds. Setting cache to zero means you've disabled caching.|
42+
|dnsMaxCacheTimeout|30|0|0-60|DNS results will be cached according to the individual records TTL, but no longer than the defined max cache timeout. Setting cache to zero means you've disabled caching.|
4343
|dnsRetryAttemptTimeout|3|1|1-30|Timeout before retrying or failing. Timeout also defines the time to wait for secondary server results if the primary doesn't respond.|
4444

4545
>[!NOTE]

0 commit comments

Comments
 (0)