Skip to content

Commit 6fb2a7d

Browse files
committed
freshness review
1 parent 271d40e commit 6fb2a7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/cdn/cdn-standard-rules-engine-actions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Actions in the Standard rules engine for Azure CDN | Microsoft Docs
33
description: Reference documentation for actions in the Standard rules engine for Azure Content Delivery Network (Azure CDN).
44
services: cdn
55
author: duongau
6-
6+
manager: kumudd
77
ms.service: azure-cdn
88
ms.topic: article
9-
ms.date: 08/04/2020
9+
ms.date: 02/27/2023
1010
ms.author: duau
1111

1212
---
@@ -29,11 +29,11 @@ Use this action to overwrite the time to live (TTL) value of the endpoint for re
2929

3030
Cache behavior | Description
3131
---------------|----------------
32-
Bypass cache | When this option is selected and the rule matches, the content is not cached.
33-
Override | When this option is selected and the rule matches, the TTL value returned from your origin is overwritten with the value specified in the action. This behavior will only be applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action will not be applicable.
34-
Set if missing | When this option is selected and the rule matches, if no TTL value was returned from your origin, the rule sets the TTL to the value specified in the action. This behavior will only be applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action will not be applicable.
32+
Bypass cache | When this option is selected and the rule matches, the content isn't cached.
33+
Override | When this option is selected and the rule matches, the TTL value returned from your origin is overwritten with the value specified in the action. This behavior is only be applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action isn't applicable.
34+
Set if missing | When this option gets selected and the rule matches, if no TTL value gets returned from your origin, the rule sets the TTL to the value specified in the action. This behavior only gets applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action isn't applicable.
3535

36-
#### Additional fields
36+
#### Extra fields
3737

3838
Days | Hours | Minutes | Seconds
3939
-----|-------|---------|--------
@@ -47,9 +47,9 @@ Use this action to modify the cache key based on query strings.
4747

4848
Behavior | Description
4949
---------|------------
50-
Include | When this option is selected and the rule matches, query strings specified in the parameters are included when the cache key is generated.
50+
Include | When this option gets selected and the rule matches, query strings specified in the parameters get included when the cache key gets generated.
5151
Cache every unique URL | When this option is selected and the rule matches, each unique URL has its own cache key.
52-
Exclude | When this option is selected and the rule matches, query strings specified in the parameters are excluded when the cache key is generated.
52+
Exclude | When this option is selected and the rule matches, query strings specified in the parameters get excluded when the cache key gets generated.
5353
Ignore query strings | When this option is selected and the rule matches, query strings aren't considered when the cache key is generated.
5454

5555
### Modify request header

0 commit comments

Comments
 (0)