DRAG DROP - You have an on-premises file server named Server1 that runs Windows Server 2016. You have an Azure subscription that contains an Azure file share. You deploy an Azure File Sync Storage Sync Service, and you create a sync group. You need to synchronize files from Server1 to Azure. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:

Not quite sure why some pick creating a Recovery Services vault first, but for plain file sync it really goes: install the Azure File Sync agent, then register Server1, then add a server endpoint. The trap is thinking endpoint can come before registration, but that step won't show up until the server's registered. If anyone's managed a different sequence, let me know.
- Install the Azure File Sync agent on Server1
- Register Server1
- Add a server endpoint
I don’t think you need to create a Recovery Services vault or data gateway for this scenario. Pretty sure the trap here is DFS Replication, which isn’t needed for Azure File Sync. I’ve seen it tested this way in other practice sets, so sequence looks right to me. Open to corrections if anyone’s had a different experience.