Skip to content

Commit 8da1a0f

Browse files
Update storage-files-faq.md
1 parent 538e244 commit 8da1a0f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/storage/files/storage-files-faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ ms.topic: conceptual
9393
**Does Azure File Sync sync the LastWriteTime for directories? Why isn't the *date modified* timestamp on a directory updated when files within it are changed?**
9494
No, Azure File Sync doesn't sync the LastWriteTime for directories. Furthermore, Azure Files doesn't update the **date modified** timestamp (LastWriteTime) for directories when files within the directory are changed. This is expected behavior.
9595

96+
* <a id="afs-avrecalls"></a>
97+
**Why is the anti virus software on the AFS server recalling tiered files?**
98+
When users access tiered files, some anti-virus (AV) software may cause unintended file recalls. This occurs if the AV software is not configured to ignore tiered files (those with the RECALL_ON_DATA_ACCESS attribute).
99+
Here's what happens:
100+
1. A user attempts to access a tiered file.
101+
2. The AV software blocks the read handle.
102+
3. The AV application then performs its own read to scan the file for viruses.
103+
104+
This process may appear as if the AV software is recalling the tiered files, but it's actually triggered by the user's access attempt. To prevent this issue, ensure that your AV vendor configures their software to ignore scanning tiered files with the RECALL_ON_DATA_ACCESS attribute.
105+
96106
## Security, authentication, and access control
97107

98108
* <a id="file-auditing"></a>

0 commit comments

Comments
 (0)