Thursday, April 15, 2021

Azure Site Recovery and Backup

 As an organization you need to adopt a business continuity and disaster recovery (BCDR) strategy that keeps your data safe, and your apps and workloads online, when planned and unplanned outages occur.

Azure Recovery Services contributes to your BCDR strategy:

Site Recovery service: Site Recovery helps ensure business continuity by keeping business apps and workloads running during outages. Site Recovery replicates workloads running on physical and virtual machines (VMs) from a primary site to a secondary location. When an outage occurs at your primary site, you fail over to secondary location, and access apps from there. After the primary location is running again, you can fail back to it.

Backup service: The Azure Backup service provides simple, secure, and cost-effective solutions to back up your data and recover it from the Microsoft Azure cloud.

What can I back up?

Azure Backup offers three types of replication to keep your storage/data highly available.

Locally redundant storage (LRS) replicates your data three times (it creates three copies of your data) in a storage scale unit in a datacenter. All copies of the data exist within the same region. LRS is a low-cost option for protecting your data from local hardware failures.

Geo-redundant storage (GRS) is the default and recommended replication option. GRS replicates your data to a secondary region (hundreds of miles away from the primary location of the source data). GRS costs more than LRS, but GRS provides a higher level of durability for your data, even if there's a regional outage.

Zone-redundant storage (ZRS) replicates your data in availability zones, guaranteeing data residency and resiliency in the same region. ZRS has no downtime. So your critical workloads that require data residency, and must have no downtime, can be backed up in ZRS. 

Reference: https://docs.microsoft.com


Related Posts:

  • Azure App Services Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without … Read More
  • Azure Logic Apps What is Azure Logic Apps?Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data,… Read More
  • Azure SQL Azure SQL Database is a relational database-as-a-service (DBaaS) hosted in Azure that falls into the industry category of Platform-as-a-Service … Read More
  • Azure Active Directory What is Azure Active Directory?Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps … Read More
  • Autoscale in Microsoft Azure Autoscale allows you to have the right amount of resources running to handle the load on your application. It allows you to add resources to han… Read More

0 comments:

Post a Comment