Skip to content

Commit f7933ee

Browse files
committed
Learn Editor: Update cdn-standard-rules-engine.md
1 parent cb2c46a commit f7933ee

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

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

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ROBOTS: NOINDEX
1414
# Set up the Standard rules engine for Azure Content Delivery Network
1515

1616
[!INCLUDE [Azure CDN from Microsoft (classic) retirement notice](../../includes/cdn-classic-retirement.md)]
17+
> [!IMPORTANT]
18+
> - Starting August 15, 2025, Azure CDN from Microsoft (classic) will no longer support new domain onboarding or profile creation. Migrate to [AFD Standard and Premium](/azure/cdn/migrate-tier?toc=%2Fazure%2Ffrontdoor%2Ftoc.json) to create new domains or profiles and avoid service disruption. [Learn more](/azure/cdn/migrate-tier?toc=%2Fazure%2Ffrontdoor%2Ftoc.json)
19+
> - Switch from Azure-managed certificates on existing domains to Bring Your Own Certificate (BYOC) or migrate to [AFD Standard and Premium](/azure/cdn/migrate-tier?toc=%2Fazure%2Ffrontdoor%2Ftoc.json) by August 15, 2025 to avoid service disruption. Existing managed certificates will be auto renewed before August 15, 2025, and remain valid until April 14, 2026. [Learn more](/azure/cdn/cdn-custom-ssl?toc=%2Fazure%2Ffrontdoor%2Ftoc.json&tabs=option-1-default-enable-https-with-a-cdn-managed-certificate)
1720
1821
This article describes how to set up and use the Standard rules engine for Azure Content Delivery Network.
1922

@@ -35,32 +38,33 @@ You can use the Standard rules engine for Azure Content Delivery Network to cust
3538
The **Rules Engine** pane opens and displays the list of available global rules.
3639

3740
[![Screenshot of Azure Content Delivery Network new rules page.](./media/cdn-standard-rules-engine/cdn-new-rule.png)](./media/cdn-standard-rules-engine/cdn-new-rule.png#lightbox)
38-
39-
> [!IMPORTANT]
41+
42+
> [!IMPORTANT]
4043
> The order in which multiple rules are listed affects how rules are handled. The actions that are specified in a rule might be overwritten by a subsequent rule.
4144
>
4245
4346
1. Select **Add rule** and enter a rule name. Rule names must begin with a letter and can contain only numbers and letters.
4447

4548
1. To identify the type of requests the rule applies to, create a match condition:
46-
1. Select **Add condition**, and then select the **Request protocol** match condition.
47-
1. For **Operator**, select **Equals**.
48-
1. For **Value**, select **HTTP**.
49+
1. Select **Add condition**, and then select the **Request protocol** match condition.
50+
1. For **Operator**, select **Equals**.
51+
1. For **Value**, select **HTTP**.
4952

5053
[![Screenshot of Azure Content Delivery Network rule match condition.](./media/cdn-standard-rules-engine/cdn-match-condition.png)](./media/cdn-standard-rules-engine/cdn-match-condition.png#lightbox)
51-
52-
> [!NOTE]
53-
> You can select from multiple match conditions in the **Add condition** dropdown list. For a detailed list of match conditions, see [Match conditions in the Standard rules engine](cdn-standard-rules-engine-match-conditions.md).
54+
55+
```
56+
> [!NOTE]
57+
```> You can select from multiple match conditions in the **Add condition** dropdown list. For a detailed list of match conditions, see [Match conditions in the Standard rules engine](cdn-standard-rules-engine-match-conditions.md).
5458
5559
1. Select the action to apply to the requests that satisfy the match condition:
56-
1. Select **Add action**, and then select **URL redirect**.
60+
1. Select **Add action**, and then select **URL redirect**.
5761
1. For **Type**, select **Found (302)**.
5862
1. For **Protocol**, select **HTTPS**.
5963
1. Leave all other fields blank to use incoming values.
6064
6165
[![Screenshot of Azure Content Delivery Network rule action.](./media/cdn-standard-rules-engine/cdn-action.png)](./media/cdn-standard-rules-engine/cdn-action.png#lightbox)
62-
63-
> [!NOTE]
66+
67+
> [!NOTE]
6468
> You can select from multiple actions in the **Add action** dropdown list. For a detailed list of actions, see [Actions in the Standard rules engine](cdn-standard-rules-engine-actions.md).
6569
6670
6. Select **Save** to save the new rule. The rule is now available to use.

0 commit comments

Comments
 (0)