Skip to content

lrakai/azure-backup-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-backup-demo

Demonstration of using Azure Backup to backup a VM.

Final environment

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