Skip to content

Commit 61bf904

Browse files
Merge pull request #298530 from halkazwini/cdn-freshness
CDN freshness
2 parents 2a96c64 + f0cce4e commit 61bf904

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/cdn/scripts/cli/cdn-azure-cli-create-endpoint.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ description: The Azure CLI sample scripts to create an Azure Content Delivery Ne
44
author: halkazwini
55
ms.author: halkazwini
66
manager: kumudd
7-
ms.date: 03/20/2024
8-
ms.topic: sample
97
ms.service: azure-cdn
8+
ms.topic: sample
9+
ms.date: 04/21/2025
1010
ms.devlang: azurecli
1111
ms.custom: devx-track-azurecli
1212
ms.tool: azure-cli
13+
ROBOTS: NOINDEX
1314
---
1415

1516
# Create an Azure Content Delivery Network profile and endpoint using the Azure CLI
1617

1718
[!INCLUDE [Azure CDN from Microsoft (classic) retirement notice](../../../../includes/cdn-classic-retirement.md)]
1819

19-
As an alternative to the Azure portal, you can use these sample the Azure CLI scripts to manage the following content delivery network operations:
20+
As an alternative to the Azure portal, you can use these sample Azure CLI scripts to manage the following content delivery network operations:
2021

2122
- Create a content delivery network profile.
2223
- Create a content delivery network endpoint.

articles/frontdoor/standard-premium/how-to-compression.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Improve performance by compressing files in Azure Front Door
2+
title: Improve performance by compressing files
3+
titleSuffix: Azure Front Door
34
description: Learn how to improve file transfer speed and increase page-load performance by compressing your files in Azure Front Door.
45
author: halkazwini
56
ms.author: yuajia
67
ms.service: azure-frontdoor
78
ms.topic: article
8-
ms.date: 04/21/2024
9+
ms.date: 04/21/2025
910
---
1011

1112
# Improve performance by compressing files in Azure Front Door
@@ -21,7 +22,7 @@ There are two ways to enable file compression:
2122
> Range requests may be compressed into different sizes. Azure Front Door requires the `Content-Length` response header values to be the same for any GET HTTP request. If clients send byte range requests with the `Accept-Encoding` header that leads to the origin responding with different content lengths, then Azure Front Door returns a 503 error. You can either disable compression on the origin/Azure Front Door, or create a Rules Engine rule to remove the `Accept-Encoding` header from byte range requests.
2223
2324
> [!IMPORTANT]
24-
> Azure Front Door configuration changes takes up to 10 mins to propagate throughout the network. If you're setting up compression for the first time for your CDN endpoint, consider waiting 1-2 hours before you troubleshoot to ensure the compression settings have propagated to all the POPs.
25+
> Azure Front Door configuration changes take up to 10 mins to propagate throughout the network. If you're setting up compression for the first time for your CDN endpoint, consider waiting 1-2 hours before you troubleshoot to ensure the compression settings have propagated to all the POPs.
2526
2627
## Enabling compression
2728

0 commit comments

Comments
 (0)