Skip to content

Commit db3fdfe

Browse files
committed
missing quotes
1 parent e9bed74 commit db3fdfe

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
@@ -44,7 +44,7 @@ If you require fine-grained control over name resolution, App Service allows you
4444

4545
>[!NOTE]
4646
> * Changing name resolution behavior is not supported on Windows Container apps.
47-
> * To configure `dnsMaxCacheTimeout`, you need to ensure that caching is enabled by adding the app setting `WEBSITE_ENABLE_DNS_CACHE`="true". If you enable caching, but do not configure dnsMaxCacheTimeout, the timeout will be set to 30.
47+
> * To configure `dnsMaxCacheTimeout`, you need to ensure that caching is enabled by adding the app setting `WEBSITE_ENABLE_DNS_CACHE`="true". If you enable caching, but do not configure `dnsMaxCacheTimeout`, the timeout will be set to 30.
4848
4949
Configure the name resolution behavior by using these CLI commands:
5050

0 commit comments

Comments
 (0)