Skip to content

Commit d05e4f4

Browse files
Merge pull request #286162 from sindamnataraj/main
Update FAQ
2 parents f0c67e3 + 6c2e7e2 commit d05e4f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ 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+
106+
* <a id="afs-networkconnect"></a>
107+
**Can SSL inspection software block access to AFS Servers?**
108+
Make sure your SSL inspection software (such as Zscaler or FortiGate) allows Azure File Sync (AFS) server endpoints to access Azure. These SSL inspection tools can override firewall settings and selectively allow traffic. Contact your network administrator to resolve this issue. Use the "testnet" command to determine if your AFS server is experiencing this problem.
109+
96110
## Security, authentication, and access control
97111

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

0 commit comments

Comments
 (0)