Skip to content

Commit 47e04df

Browse files
authored
Merge pull request #233180 from seligj95/patch-1
Add linux defaults to DNS properties
2 parents 4e3951e + f4a05fc commit 47e04df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Name resolution in App Service
33
description: Overview of how name resolution (DNS) works for your app in Azure App Service.
44
author: madsd
55
ms.topic: conceptual
6-
ms.date: 03/01/2023
6+
ms.date: 04/03/2023
77
ms.author: madsd
88
---
99

@@ -35,15 +35,15 @@ Using the app setting `WEBSITE_DNS_ALT_SERVER`, you append a DNS server to end o
3535

3636
If you require fine-grained control over name resolution, App Service allows you to modify the default behavior. You can modify retry attempts, retry timeout and cache timeout. Changing behavior like disabling or lowering cache duration may influence performance.
3737

38-
|Property name|Default value|Allowed values|Description|
39-
|-|-|-|
40-
|dnsRetryAttemptCount|1|1-5|Defines the number of attempts to resolve where one means no retries|
41-
|dnsMaxCacheTimeout|30|0-60|Cache timeout defined in seconds. Setting cache to zero means you've disabled caching|
42-
|dnsRetryAttemptTimeout|3|1-30|Timeout before retrying or failing. Timeout also defines the time to wait for secondary server results if the primary doesn't respond|
38+
|Property name|Windows default value|Linux default value|Allowed values|Description|
39+
|-|-|-|-|
40+
|dnsRetryAttemptCount|1|5|1-5|Defines the number of attempts to resolve where one means no retries.|
41+
|dnsMaxCacheTimeout|30|0|0-60|Cache timeout defined in seconds. Setting cache to zero means you've disabled caching.|
42+
|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.|
4343

4444
>[!NOTE]
45-
> * Changing name resolution behavior is not supported on Windows Container apps
46-
> * To enable DNS caching on Web App for Containers and Linux-based apps you must add the app setting `WEBSITE_ENABLE_DNS_CACHE`
45+
> * Changing name resolution behavior is not supported on Windows Container apps.
46+
> * To enable DNS caching on Web App for Containers and Linux-based apps, you must add the app setting `WEBSITE_ENABLE_DNS_CACHE`. This setting defaults to 30 seconds.
4747
4848
Configure the name resolution behavior by using these CLI commands:
4949

@@ -63,4 +63,4 @@ az resource show --resource-group <group-name> --name <app-name> --query propert
6363

6464
- [Configure virtual network integration](./configure-vnet-integration-enable.md)
6565
- [Name resolution for resources in Azure virtual networks](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md)
66-
- [General networking overview](./networking-features.md)
66+
- [General networking overview](./networking-features.md)

0 commit comments

Comments
 (0)