Your company plans to implement a hybrid storage solution using Azure File Sync. You need to deploy the required Azure resources before installing the sync agent on your local servers. Which two of the following resources must you create in Azure to establish the synchronization topology? (Select two.)
- A Storage Sync ServiceAnswer
- A storage account containing an Azure file shareAnswer
- CA Recovery Services vault
- DA Shared Access Signature (SAS) token with access keys
Answer
The correct resources to create are a Storage Sync Service and a storage account containing an Azure file share.
To set up Azure File Sync, you must deploy a Storage Sync Service, which is the top-level resource that manages registered servers and sync groups. Additionally, you need an Azure file share within a standard storage account to serve as the cloud endpoint where the synchronized data is stored in the cloud.
Step-by-Step Solution
Key Concept
Azure File Sync topology configuration and core prerequisites.