Share via

SQL 2016 Backup for IaaS VM

Ankit Rathod 411 Reputation points
2021-04-09T20:16:09.11+00:00

I'm planning on hosting a set of servers in Azure. Some of these servers will run SQL Server 2016. These servers will be deployed to different data centers in the same Azure region. These will be part of an Always On availability group

i'll backup the data on the servers using the SQL IaaS Agent Extension

Below are the key requirements for the storage for the different components of the Virtual Machine

Operating System - Speed and availability for the storage priority
Database and logs - Speed and availability for the storage priority
Backups - This should use the lowest cost option for storage

which of the following is the ideal backup storage solution and why

  • Geo redundant storage account
  • Premium managed disk
  • Standard managed disk
  • Read Access Geo redundant storage account

And Please also explain why ?

SQL Server on Azure Virtual Machines
Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author

Pranathi Panyam_MSFT 1,071 Reputation points Microsoft Employee Moderator
2021-04-15T16:44:46.08+00:00

@Ankit Rathod

Welcome to Microsoft Platform. Thankyou for posting your Query here.

If you are looking for low cost solutions, standard_LRS would be the suitable option. However, redundancy options in LRS are less compared to other replication type. For better redundancy - you can prefer GRS/RA-GRS.

Please refer : Azure Storage redundancy

Please, go-through the storage pricing calculator for better understanding on pricing details.

Please refer the link for more details on Azure Storage for SQL Server backup and restore

Hope this helps!

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

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

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.

Was this answer helpful?


2 additional answers

Sort by: Most helpful
  1. Ankit Rathod 411 Reputation points
    2021-05-04T07:37:12.32+00:00

    @Pranathi Panyam_MSFT , thanks for clarifying we can close this case now.

    Was this answer helpful?

    0 comments No comments

  2. Ankit Rathod 411 Reputation points
    2021-04-22T08:45:08.657+00:00

    Just wanted to confirm from above Option what is the suitable Answer ?

    For Cost effective solution, when you say Standard_LRS do you mean Standard Managed disk(from the above mentioned option's) ?

    Was this answer helpful?


Your answer

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