November 2017
Intermediate to advanced
276 pages
7h 6m
English
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"
Read now
Unlock full access