Reader small image

You're reading from  Learning Microsoft Azure Storage

Product typeBook
Published inNov 2017
PublisherPackt
ISBN-139781785884917
Edition1st Edition
Tools
Right arrow

Automating tasks

So, we have reached the final destination of the chapter, where we automate all of the manual tasks that we have covered.

Building a Recovery Services vault using Azure PowerShell

To work with Azure Recovery Services, you have to register the Recovery Services provider by running the following cmdlet:

Register-AzureRmResourceProvider -ProviderNamespace "Microsoft.RecoveryServices"

Then, you can create the Recovery Services vault by running the following cmdlet:

New-AzureRmRecoveryServicesVault -Name PSRS -ResourceGroupName "PacktPub" -Location "West Europe"

Building a Recovery Services...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Microsoft Azure Storage
Published in: Nov 2017Publisher: PacktISBN-13: 9781785884917