Skip to content

Commit add68c0

Browse files
committed
add warning note
1 parent 809bcbf commit add68c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cdn/cdn-manage-expiration-of-blob-content.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: kumudd
88
ms.service: azure-cdn
99
ms.devlang: csharp
1010
ms.topic: how-to
11-
ms.date: 03/20/2024
11+
ms.date: 2/25/2025
1212
ms.author: duau
1313
ms.custom: devx-track-azurepowershell, devx-track-dotnet
1414
---
@@ -22,6 +22,9 @@ ms.custom: devx-track-azurepowershell, devx-track-dotnet
2222
> - [Azure Blob storage](cdn-manage-expiration-of-blob-content.md)
2323
>
2424
25+
> [!WARNING]
26+
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
27+
2528
The [Blob storage service](../storage/common/storage-introduction.md#blob-storage) in Azure Storage is one of several Azure-based origins integrated with Azure Content Delivery Network. Any publicly accessible blob content can be cached in Azure Content Delivery Network until its time to live (TTL) elapses. The TTL gets determined by the `Cache-Control` header in the HTTP response from the origin server. This article describes several ways that you can set the `Cache-Control` header on a blob in Azure Storage.
2629

2730
You can also control cache settings from the Azure portal by setting content delivery network caching rules. If you create a caching rule and set its caching behavior to **Override** or **Bypass cache**, the origin-provided caching settings discussed in this article are ignored. For information about general caching concepts, see [How caching works](cdn-how-caching-works.md).

0 commit comments

Comments
 (0)