12.3k views
5 votes
In what order do you create the Azure resources needed to support Azure File Sync?

1) Storage account
2) Sync group
3) Cloud endpoint
4) Server endpoint

User Dmay
by
6.8k points

1 Answer

3 votes

Final answer:

The correct order to create the Azure resources needed to support Azure File Sync is: Storage account, Sync group, Cloud endpoint, Server endpoint. All options are correct

Step-by-step explanation:

The correct order to create the Azure resources needed to support Azure File Sync is as follows:

  1. Create the Storage account to store your files in Azure.
  2. Create a Sync group to define the synchronization relationship between your on-premises server and Azure.
  3. Add a Cloud endpoint to specify the Azure File Sync service.
  4. Create a Server endpoint to link a folder on your on-premises server to a specific Azure file share.

It's important to follow this order to ensure the successful setup and synchronization of your files using Azure File Sync.

All options are correct

User Jannina
by
6.9k points