An administrator plans to configure Azure File Sync. The environment contains the following resources:
* A Storage Sync Service named SyncService1
* An Azure Storage account named sa1 that contains two Azure file shares: shareA and shareB
* Two registered on-premises Windows servers: Server1 and Server2
The administrator must configure synchronization to meet the following requirements:
* Files in the folder Docs on Server1 must synchronize with shareA.
* Files in the folder Data on Server2 must synchronize with shareB.
Which of the following actions are required to configure the synchronization? (Select two.)
- Create a sync group named SyncGroup1, add shareA as the cloud endpoint, and add the folder Docs on Server1 as a server endpoint.Answer
- Create a sync group named SyncGroup2, add shareB as the cloud endpoint, and add the folder Data on Server2 as a server endpoint.Answer
- CCreate a single sync group named SyncGroup1, add both shareA and shareB as cloud endpoints, and add both server paths as server endpoints.
- DAssign the Storage Blob Data Contributor role to Server1 and Server2 to authenticate the File Sync agent to the storage account.
Answer
Create two separate sync groups, mapping each Azure file share as a cloud endpoint and each server folder path as a server endpoint to its respective sync group.
Each Azure File Sync sync group can only contain a single cloud endpoint (Azure File Share). Since synchronization is required between two different file shares and two different server paths, two separate sync groups must be created. Each sync group will link one file share as the cloud endpoint and the corresponding server path as a server endpoint.
Step-by-Step Solution
Key Concept
Azure File Sync Topology and Sync Group Constraints