title | description | services | documentationcenter | author | manager | editor | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tutorial - Set Azure CDN caching rules | Microsoft Docs |
In this tutorial, you set an Azure CDN global caching rule and a custom caching rule. |
cdn |
mdgattuso |
danielgi |
cdn |
tbd |
na |
na |
tutorial |
04/20/2018 |
magattus |
mvc |
Note
Azure CDN caching rules are available only for Azure CDN Standard from Verizon and Azure CDN Standard from Akamai. For Azure CDN Premium from Verizon, use the Azure CDN rules engine in the Manage portal for similar functionality.
This tutorial describes how you can use Azure Content Delivery Network (CDN) caching rules to set or modify default cache expiration behavior both globally and with custom conditions, such as a URL path and file extension. Azure CDN provides two types of caching rules:
-
Global caching rules: You can set one global caching rule for each endpoint in your profile, which affects all requests to the endpoint. The global caching rule overrides any HTTP cache-directive headers, if set.
-
Custom caching rules: You can set one or more custom caching rules for each endpoint in your profile. Custom caching rules match specific paths and file extensions, are processed in order, and override the global caching rule, if set.
In this tutorial, you learn how to:
[!div class="checklist"]
- Open the caching rules page.
- Create a global caching rule.
- Create a custom caching rule.
[!INCLUDE quickstarts-free-trial-note]
Before you can complete the steps in this tutorial, you must first create a CDN profile and at least one CDN endpoint. For more information, see Quickstart: Create an Azure CDN profile and endpoint.
-
In the Azure portal, select a CDN profile, then select an endpoint.
-
In the left pane under Settings, select Caching rules.
The Caching rules page appears.
Create a global caching rule as follows:
-
Under Global caching rules, set Query string caching behavior to Ignore query strings.
-
Set Caching behavior to Set if missing.
-
For Cache expiration duration, enter 10 in the Days field.
The global caching rule affects all requests to the endpoint. This rule honors the origin cache-directive headers, if they exist (
Cache-Control
orExpires
); otherwise, if they are not specified, it sets the cache to 10 days.
Create a custom caching rule as follows:
-
Under Custom caching rules, set Match condition to Path and Match value to
/images/*.jpg
. -
Set Caching behavior to Override and enter 30 in the Days field.
This custom caching rule sets a cache duration of 30 days on any
.jpg
image files in the/images
folder of your endpoint. It overrides anyCache-Control
orExpires
HTTP headers that are sent by the origin server.
In the preceding steps, you created caching rules. If you no longer want to use these caching rules, you can remove them by performing these steps:
-
Select a CDN profile, then select the endpoint with the caching rules you want to remove.
-
In the left pane under Settings, select Caching rules.
-
Under Global caching rules, set Caching behavior to Not set.
-
Under Custom caching rules, select the check box next to the rule you want to delete.
-
Select Delete.
-
From the top of the page, select Save.
In this tutorial, you learned how to:
[!div class="checklist"]
- Open the caching rules page.
- Create a global caching rule.
- Create a custom caching rule.
Advance to the next article to learn how to configure additional caching rule settings.
[!div class="nextstepaction"] Control Azure CDN caching behavior with caching rules