You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cdn/cdn-preload-endpoint.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,22 @@
2
2
title: Pre-load assets on an Azure CDN endpoint | Microsoft Docs
3
3
description: Learn how to pre-load cached content on an Azure Content Delivery Network endpoint. This feature is available on certain versions of the product.
By default, assets are cached only when they're requested. Because the edge servers have not yet cached the content and need to forward the request to the origin server, the first request from each region can take longer than subsequent requests. To avoid this first-hit latency, pre-load your assets. In addition to providing a better customer experience, pre-loading your cached assets can reduce network traffic on the origin server.
20
+
By default, assets are cached only when they're requested. Because the edge servers haven't yet cached the content and need to forward the request to the origin server, the first request from each region can take longer than subsequent requests. To avoid this first-hit latency, pre-load your assets. In addition to providing a better customer experience, pre-loading your cached assets can reduce network traffic on the origin server.
23
21
24
22
> [!NOTE]
25
23
> Pre-loading assets is useful for large events or content that becomes simultaneously available to many users, such as a new movie release or a software update.
@@ -31,7 +29,7 @@ This tutorial walks you through pre-loading cached content on all Azure CDN edge
31
29
## To pre-load assets
32
30
1. In the [Azure portal](https://portal.azure.com), browse to the CDN profile containing the endpoint you wish to pre-load. The profile pane opens.
33
31
34
-
2.Click the endpoint in the list. The endpoint pane opens.
32
+
2.Select the endpoint in the list. The endpoint pane opens.
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
22
+
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template opens in the Azure portal.
23
23
24
24
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.cdn%2Fcdn-with-custom-origin%2Fazuredeploy.json)
25
25
@@ -118,7 +118,7 @@ In this quickstart, you created a:
118
118
* CDN Profile
119
119
* Endpoint
120
120
121
-
To learn more about Azure CDN and Azure Resource Manager, continue to the articles below.
121
+
To learn more about Azure CDN and Azure Resource Manager, continue to the next article:
122
122
123
123
> [!div class="nextstepaction"]
124
124
> [Tutorial: Use CDN to serve static content from a web app](cdn-add-to-web-app.md)
0 commit comments