November 2017
Intermediate to advanced
276 pages
7h 6m
English
To do so, we will have to specify the Recovery Services vault and the container within which the recovery points exist, and if you want to retrieve the name of the vaults and the container names, you can run the following commands:
az backup vault list --resource-group PacktPubaz backup container list --resource-group PacktPub --vault-name CLIRS
Then, you can run the following command, which will download the executable PowerShell script that will be run to mount the disks to the local machine you are running the script from:
az backup restore files mount-rp --resource-group PacktPub --vault-name CLIRS --container-name <The name of the container within which the recovery points are stored>--item-name ...