Azure Site Recovery Tips & Tricks – Part 2

This is the second post of this series, you can check the other parts also:

Let’s continue with Azure Backup Tips & Tricks.

Tip #5

The replication of VMs and Physical Servers to Azure Site Recovery is secured encryption-in-transit and encryption-at-rest.

Tip #6

Hyper-V generation 2 VMs are supported to be replicated to Azure Site Recovery despite the fact that Azure platform does not support generation 2 VMs, because during the failover the VMs will be converted to generation 1, in the meantime you do not have to worry about the VMs generation after the failback as it will be converted back to generation 2.

Tip #7

As long as you are up and running on-premises and the failover is not triggered, you will only pay for the storage of the replicated VMs to Azure not for the computing resources too which shall save costs comparing to the traditional disaster recovery model.

Tip #8

The storage account that would be storing the replicated VMs can be LRS (Locally Redundant Storage) or GRS (Geo Redundant Storage). However, I recommend using GRS to avoid any regional outage that might occur during the failover.

 

Azure Site Recovery Tips & Tricks – Part 1

Azure Site Recovery (ASR) is an Azure service that is used to provide data protection either on-premises, Azure or even AWS for your servers by replicating these servers to Azure, so you can have a disaster recovery site on Azure that would help you to survive in case any of your servers got broken/corrupted or any natural disaster that might destroy your infrastructure which would provide you with business continuity in the worst cases.

You can check the other posts from the following links:

Tip #1

Azure Site Recovery can protect the following:

  • Physical Servers
  • Hyper-V VMs
  • VMware VMs
  • Azure VMs

Tip #2

You cannot replicate a Hyper-V VM with a Windows client OS to Azure Site Recovery

Tip #3

Azure Site Recovery is an application aware service which can recover your own application in a healthy state when it gets up and running on Azure.

Tip #4

Azure Site Recovery can integrate with the following Microsoft applications:

  • Active Directory
  • SQL Server
  • Exchange Server
  • SharePoint Server
  • Dynamics

and it integrates with some 3rd party applications from the following vendors:

  • Redhat
  • SAP
  • Oracle
  • IBM

Trick #1

Hyper-V based on Windows client OS can be replicated to Azure Site Recovery if it is replicated as a physical machine.