You configure Azure File Sync to synchronize files between an on-premises Windows Server and an Azure file share. You need to minimize local storage usage on the Windows Server by keeping only recently accessed files on the local disk. What should you configure?
- Enable cloud tiering on the server endpoint.Answer
- BDisable the trusted Microsoft services exception on the storage account firewall.
- CAssign the Storage Blob Data Contributor role to the Windows Server.
- DConfigure a Shared Access Signature (SAS) token with no expiration date for the file share.
Answer
Enable cloud tiering on the server endpoint.
Enabling cloud tiering on the server endpoint ensures that infrequently accessed files are replaced with pointer files (stubs) locally, while the full file content is safely stored in the Azure file share, thereby reducing the local server's storage consumption.
Step-by-Step Solution
Key Concept
Azure File Sync Cloud Tiering