Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e66539

Browse files
author
Maxwell Gattuso
committedNov 4, 2019
updating with fixes again
1 parent 2323cb5 commit 8e66539

9 files changed

+7
-3
lines changed
 

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The second part of a rule is an action. An action defines the behavior that is a
1919

2020
## Actions
2121

22+
The following actions are available to use.
23+
2224
## Cache Expiration
2325

2426
This action allows you to overwrite the TTL of the endpoint for requests specified by the rules match conditions.

‎articles/cdn/cdn-standard-rules-engine-match-conditions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ For example, you can use a match condition to:
2525

2626
## Match Conditions
2727

28+
The following match conditions are available to use.
29+
2830
### Device type
2931

3032
The Device type match condition identifies requests made from a mobile or desktop device based on its properties.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Azure CDN Standard Rules Engine allows you to customize how HTTP requests ar
2727

2828
The Rules Engine blade is displayed, with the Global rule.
2929

30-
[![CDN new rules page](./media/cdn-standard-rules-engine/cdn-blank-rule.png)](./media/cdn-standard-rules-engine/cdn-blank-rule.png#lightbox)
30+
[![CDN new rules page](./media/cdn-standard-rules-engine/cdn-new-rule.png)](./media/cdn-standard-rules-engine/cdn-new-rule.png#lightbox)
3131

3232
> [!IMPORTANT]
3333
> The order in which multiple rules are listed affects how they are handled. A subsequent rule may override the actions specified by a previous rule.
@@ -37,15 +37,15 @@ The Azure CDN Standard Rules Engine allows you to customize how HTTP requests ar
3737

3838
4. Identify the type of requests the rule applies to. Use the drop down to select the **Request protocol** match condition, and use the value **Equals** **HTTP**.
3939

40-
[![CDN rule match condition](./media/cdn-standard-rules-engine/cdn-request-protocol.png)](./media/cdn-standard-rules-engine/cdn-request-protocol.png#lightbox)
40+
[![CDN rule match condition](./media/cdn-standard-rules-engine/cdn-match-condition.png)](./media/cdn-standard-rules-engine/cdn-match-condition.png#lightbox)
4141

4242
> [!NOTE]
4343
> Multiple match conditions are available in the dropdown list.
4444
> For a detailed list of match conditions, see [Rules engine match conditions](cdn-standard-rules-engine-match-conditions.md).
4545
4646
5. Choose the action that will be applied to the identified requests. Use the dropdown to select the **URL redirect** action, and use the Value **Found (302)** for Type, and **HTTPS** for protocol. Leave all other fields blank to use the incoming values.
4747

48-
[![CDN rule action](./media/cdn-standard-rules-engine/cdn-new-action.png)](./media/cdn-standard-rules-engine/cdn-new-action.png#lightbox)
48+
[![CDN rule action](./media/cdn-standard-rules-engine/cdn-action.png)](./media/cdn-standard-rules-engine/cdn-action.png#lightbox)
4949

5050
> [!NOTE]
5151
> Multiple Actions are available in the dropdown list.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.