Alternative for Azure file sync to save the cost

N Wakchaure, Jagdish 170 Reputation points
2024-12-17T07:13:59.6366667+00:00

Recently we sync our on prem file server data to Azure file sync ,however cost that we anticipated on azure is 50% higher. the storage account is in RA-GZRS mode, plus we added backups for vm and additional ASR vm. we also added identity based access on file share.

could you please suggest some best alternative to get the cost lower for storage cost- file shares?

Regards

Jagdishw

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,329 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,172 questions
Azure NetApp Files
Azure NetApp Files
An Azure service that provides enterprise-grade file shares powered by NetApp.
96 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,478 questions
{count} votes

Accepted answer
  1. Keshavulu Dasari 2,420 Reputation points Microsoft Vendor
    2024-12-18T05:37:01.56+00:00

    Hi N Wakchaure, Jagdish ,
    Yes, you can set up automatic synchronization between an on-premises file server and an Azure Blob container, but there are some limitations and considerations:
    Using AzCopy is a command-line utility that can synchronize files between your on-premises file system and Azure Blob Storage, it only supports one-way synchronization at a time. You can set up scheduled tasks to run AzCopy commands in both directions to achieve a two-way sync,

    Using third party tools There are third-party tools that can facilitate two-way synchronization between on-premises file servers and Azure Blob Storage:
    Resilio Connect: This tool supports bi-directional synchronization and can be configured to sync data between on-premises servers and Azure Blob Storage

    GoodSync: Another reliable tool that supports two-way synchronization and can work with various cloud storage providers, including Azure Blob Storage

    Considerations

    Change Detection: Azure Blob Storage does not natively support change notifications for automatic sync. You may need to use scheduled tasks or scripts to detect changes and trigger synchronization.and Managing identity-based access in Blob Storage can be done using Azure AD and RBAC. This ensures secure access management without relying on shared keys.

    For more information:
    https://techcommunity.microsoft.com/blog/azuredevcommunityblog/on-premise-data-synchronization-to-azure-blob-storage/336251
    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-synchronize


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. 
    User's image
    If you are still facing issues, please provide some screenshots and details in the "comments" and I would be happy to help you.

    1 person found this answer helpful.

0 additional answers

Sort by: Most 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.