looking for Azure Filesync price/cost calculator

Paul McGrail 25 Reputation points
2023-03-09T17:58:59.0466667+00:00

looking for Azure Filesync price/cost calculator

I need to understand the costs to sync 4 TB of Data to Azure and replicate this to a second server or for DR

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

2 answers

Sort by: Most helpful
  1. Luca Lionetti 3,231 Reputation points
    2023-03-09T18:35:55.03+00:00

    The total cost of Azure File Sync services is determined by the number of servers that connect to the cloud endpoint (Azure file share) plus the underlying costs of Azure Files (including storage and access costs) and outbound data transfer.

    One sync server is free per storage sync service, any additional server costs $5

     

    All Ingress  traffic to Azure is free you only pay for egress traffic

     So, in your case

    4TB on prem to azure no cost

    4TB of data on Azure Files Hot tier General purpose v2 Redundancy LRS = $173.34

    or

    4TB of data on Azure Files Premium Redundancy LRS = $776.00

    Azure File Sync server 1 free+ additional 2<sup>nd</sup> sync server = $5

    Egress 4TB  traffic to second server on public internet = $312.00

    you also need to be aware of the traffic from clients on premises requesting the files

    ref:https://azure.microsoft.com/en-us/pricing/details/storage/files/

    Cheers

    Please Accept the answer if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

  2. JimmySalian-2011 42,511 Reputation points
    2023-03-09T18:31:42.07+00:00

    @Anonymous I will suggest you to explore the pricing calculator - https://azure.microsoft.com/en-gb/pricing/calculator/

    If you provide me the details whether it should be Premium or Standard storage? How many servers you planning to implement for Sync? Just out of interest I calculated basic pricing for a month with Premium plan and it is costing around $1667 / month.

    Hope this helps.

    JS

    ==

    Please Accept the answer if the information helped you. This will help us and others in the community as well.

    0 comments No comments

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.