Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.29 KB

azure-site-recovery

Demonstrate the use of Azure Site Recovery in a disaster recovery scenario.

Getting Started

An Azure RM template is included in infrastructure/ to create the environment:

Using Azure PowerShell, do the following to provision the resources:

.\New-Lab.ps1

Alternatively, you can perform a one-click deploy with the following button:

Tearing Down

When finished, remove the Azure resources with:

.\Remove-Lab.ps1