Skip to content

Commit cc7038d

Browse files
committed
freshness review
1 parent b80fad8 commit cc7038d

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

articles/cdn/cdn-preload-endpoint.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
title: Pre-load assets on an Azure CDN endpoint | Microsoft Docs
33
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.
44
services: cdn
5-
documentationcenter: ''
65
author: duongau
7-
manager: danielgi
8-
editor: ''
9-
6+
manager: kumudd
107
ms.assetid: 5ea3eba5-1335-413e-9af3-3918ce608a83
118
ms.service: azure-cdn
129
ms.workload: tbd
1310
ms.tgt_pltfrm: na
1411
ms.topic: how-to
15-
ms.date: 02/12/2018
12+
ms.date: 02/27/2023
1613
ms.author: duau
17-
1814
---
15+
1916
# Pre-load assets on an Azure CDN endpoint
17+
2018
[!INCLUDE [cdn-verizon-only](../../includes/cdn-verizon-only.md)]
2119

22-
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.
2321

2422
> [!NOTE]
2523
> 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
3129
## To pre-load assets
3230
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.
3331

34-
2. Click the endpoint in the list. The endpoint pane opens.
32+
2. Select the endpoint in the list. The endpoint pane opens.
3533
3. From the CDN endpoint pane, select **Load**.
3634

3735
![CDN endpoint pane](./media/cdn-preload-endpoint/cdn-endpoint-blade.png)
@@ -53,7 +51,7 @@ This tutorial walks you through pre-loading cached content on all Azure CDN edge
5351
>
5452
5553
![Load button](./media/cdn-preload-endpoint/cdn-load-paths.png)
56-
5. When you are finished entering content paths, select **Load**.
54+
5. When you're finished entering content paths, select **Load**.
5755

5856

5957
> [!NOTE]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-cdn
99
ms.tgt_pltfrm: na
1010
ms.topic: quickstart
1111
ms.custom: subject-armqs, devx-track-azurepowershell, mode-arm
12-
ms.date: 05/10/2021
12+
ms.date: 02/27/2023
1313
ms.author: duau
1414
---
1515

@@ -19,7 +19,7 @@ Get started with Azure Content Delivery Network (CDN) by using an Azure Resource
1919

2020
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2121

22-
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.
2323

2424
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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)
2525

@@ -118,7 +118,7 @@ In this quickstart, you created a:
118118
* CDN Profile
119119
* Endpoint
120120

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:
122122

123123
> [!div class="nextstepaction"]
124124
> [Tutorial: Use CDN to serve static content from a web app](cdn-add-to-web-app.md)

0 commit comments

Comments
 (0)