Your company has an on-premises file server named Server1 that contains a volume D:. You deploy Azure File Sync and configure a sync group containing an Azure file share cloud endpoint and a server endpoint targeting the `D:\Data` folder.
You need to configure the cloud tiering settings to meet the following requirements:
- Maintain a minimum of of free space on volume D:.
- Cache files locally if they have been accessed within the last , unless the volume free space constraint requires additional tiering.
Which configuration should you specify, and which policy will take precedence?
- AVolume Free Space policy set to and Date policy set to ; the Date policy takes precedence.
- BVolume Free Space policy set to and Date policy set to ; the Date policy takes precedence.
- Volume Free Space policy set to and Date policy set to ; the Volume Free Space policy takes precedence.Answer
- DVolume Free Space policy set to and Date policy set to ; the Volume Free Space policy takes precedence.
Answer
Volume Free Space policy set to and Date policy set to ; the Volume Free Space policy takes precedence.
To maintain of free space on a volume, you must set the Volume Free Space policy to . Setting the Date policy to ensures that files not accessed within this window are tiered first. In the event of a conflict, the Volume Free Space policy takes precedence to protect the local volume from running out of space.
Step-by-Step Solution
Key Concept
Azure File Sync cloud tiering policies and their precedence rules
Estimated Time:1m 30s