Skip to content

Commit c4bcddd

Browse files
committed
fixed validation errors
1 parent 0fb94cd commit c4bcddd

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,17 @@ Use this action to overwrite the time to live (TTL) value of the endpoint for re
2626

2727
#### Required fields
2828

29-
Cache behavior | Description
30-
31-
---------------|----------------
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.
29+
| Cache behavior | Description |
30+
|--|--|
31+
| Bypass cache | When this option is selected and the rule matches, the content isn't cached. |
32+
| 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. |
33+
| 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. |
3534

3635
#### Extra fields
3736

38-
Days | Hours | Minutes | Seconds
39-
-----|-------|---------|--------
40-
Int | Int | Int | Int
37+
| Days | Hours | Minutes | Seconds |
38+
|--|--|--|--|
39+
| Int | Int | Int | Int |
4140

4241
### Cache key query string
4342

articles/cdn/create-profile-endpoint-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In this article, you learn how to:
7474

7575
<a name='azure-cli'></a>
7676

77-
#### The [Azure CLI](#tab/azure-cli)
77+
#### [Azure CLI](#tab/azure-cli)
7878

7979
1. Get the Azure resource group name in which the Azure CDN profile and endpoint were created.
8080

0 commit comments

Comments
 (0)