Skip to content

Commit 1a067d0

Browse files
authored
Merge pull request #87421 from roygara/seoTest
SEO improvements for conditional headers
2 parents a757898 + 3e0bc67 commit 1a067d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/storage-files-condition-headers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: roygara
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 05/17/2019
8+
ms.date: 09/04/2019
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
@@ -14,7 +14,7 @@
1414

1515
When accessing content hosted in Azure Files through an application that makes use of conditional headers, such as a web browser, access fails, displaying a ConditionHeadersNotSupported error.
1616

17-
![ConditionHeaderNotSupported Error](media/storage-files-condition-headers/conditionalerror.png)
17+
![Azure Files conditional headers error](media/storage-files-condition-headers/conditionalerror.png)
1818

1919
### Cause
2020

@@ -24,4 +24,4 @@ Conditional headers are not yet supported. Applications implementing them will n
2424

2525
When a new file is uploaded, the cache-control property by default is “no-cache”. To force the application to request the file every time, the file's cache-control property needs to be updated from “no-cache” to “no-cache, no-store, must-revalidate”. This can be achieved using [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/).
2626

27-
![Storage explorer content cache modification](media/storage-files-condition-headers/storage-explorer-cache.png)
27+
![Storage explorer content cache modification for Azure Files conditional headers](media/storage-files-condition-headers/storage-explorer-cache.png)

0 commit comments

Comments
 (0)