Clarification regarding Azure File Sync group, shares & endpoint confusion?

EnterpriseArchitect 6,041 Reputation points
2021-01-12T01:36:12.337+00:00

Hi People,

I need some guidance in understanding how Azure File Sync groups, shares & (Cloud & Server) endpoints related to each other.

Under what circumstance, the files will be overwriting each other or can cause some data loss issue?

Is the analogy the same as DFS-R file server technology?

If anyone can share the link or explain it here with a diagram, that'd be greatly appreciated.

Thank you in advance.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,424 questions
{count} votes

Accepted answer
  1. SUNOJ KUMAR YELURU 15,491 Reputation points MVP Volunteer Moderator
    2021-01-12T04:41:39.567+00:00

    Hi @EnterpriseArchitect

    Below is my response to your question and for your reference url's are updated.

    Clarification on Azure File Sync Group
    A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync with each other. A sync group must contain one cloud endpoint, which represents an Azure file share and one or more server endpoints. A server endpoint represents a path on a registered server.
    A server can have server endpoints in multiple sync groups. You can create as many sync groups as you need to appropriately describe your desired sync topology.

    Clarification on Cloud endpoint
    A cloud endpoint is a pointer to an Azure file share. All server endpoints will sync with a cloud endpoint, making the cloud endpoint the hub. The storage account for the Azure file share must be located in the same region as the Storage Sync Service. The entirety of the Azure file share will be synced, with one exception: A special folder, comparable to the hidden "System Volume Information" folder on an NTFS volume, will be provisioned. This directory is called ".SystemShareInformation". It contains important sync metadata that will not sync to other endpoints. Do not use or delete it!

    Distributed File System (DFS)
    Azure File Sync supports interop with DFS Namespaces (DFS-N) and DFS Replication (DFS-R).

    ----------

    Please don’t forget to "Accept the answer" and up-vote wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Sumarigo-MSFT 47,471 Reputation points Microsoft Employee Moderator
    2021-01-27T06:55:41.297+00:00

    @EnterpriseArchitect Start by specifying an Azure file share to sync with - this is the sync group's first cloud endpoint. You can specify a folder on your servers you want to sync later.

    Adding more information to the above response:

    60853-capture.png

    For more information, refer here

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.