Skip to content

Commit 0659a31

Browse files
committed
freshness review 3/24
1 parent 36a6419 commit 0659a31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/frontdoor/how-to-configure-caching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Configure caching
33
titleSuffix: Azure Front Door
44
description: This article shows you how to configure caching on Azure Front Door.
55
services: frontdoor
6-
author: johndowns
6+
author: duongau
77
ms.service: frontdoor
88
ms.topic: how-to
9-
ms.date: 01/16/2023
9+
ms.date: 03/31/2024
1010
ms.author: jodowns
1111
---
1212

@@ -20,7 +20,7 @@ Before you can create an Azure Front Door endpoint with Front Door manager, you
2020

2121
To create an Azure Front Door profile and endpoint, see [Create an Azure Front Door profile](create-front-door-portal.md).
2222

23-
Caching can significantly decrease latency and reduce the load on origin servers. However, not all types of traffic can benefit from caching. Static assets such as images, CSS, and JavaScript files are ideal for caching. While dynamic assets, such as authenticated API endpoints, shouldn't be cached to prevent the leakage of personal information. It's recommended to have separate routes for static and dynamic assets, with caching disabled for the latter.
23+
Caching can significantly decrease latency and reduce the load on origin servers. However, not all types of traffic can benefit from caching. Static assets such as images, CSS, and JavaScript files are ideal for caching. While dynamic assets, such as authenticated API endpoints, shouldn't be cached to prevent the leakage of personal information. We recommend having separate routes for static and dynamic assets, with caching disabled for the latter.
2424

2525
> [!WARNING]
2626
> Before you enable caching, thoroughly review the caching documentation, and test all possible scenarios before enabling caching. As noted previously, with misconfiguration you can inadvertently cache user specific data that can be shared by multiple users resulting privacy incidents.
@@ -47,5 +47,5 @@ Caching can significantly decrease latency and reduce the load on origin servers
4747

4848
* Learn about the use of [origins and origin groups](origin.md) in an Azure Front Door configuration.
4949
* Learn about [rules match conditions](rules-match-conditions.md) in an Azure Front Door rule set.
50-
* Learn more about [policy settings](../web-application-firewall/afds/waf-front-door-policy-settings.md) for WAF with Azure Front Door.
50+
* Learn more about [policy settings](../web-application-firewall/afds/waf-front-door-policy-settings.md) for Web Application Firewall (WAF) with Azure Front Door.
5151
* Learn how to create [custom rules](../web-application-firewall/afds/waf-front-door-custom-rules.md) to protect your Azure Front Door profile.

0 commit comments

Comments
 (0)