项目作者: lrakai

项目描述 :
Demonstration of using Azure Backup
高级语言: PowerShell
项目地址: git://github.com/lrakai/azure-backup-demo.git
创建时间: 2019-09-17T22:08:25Z
项目社区:https://github.com/lrakai/azure-backup-demo

开源协议:MIT License

下载


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:

  1. .\New-Lab.ps1

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



Tearing Down

When finished, remove the Azure resources with:

  1. .\Remove-Lab.ps1