agent: |
grcjDkRKlihG2Nay9lPqRestore the disk from your recovery point(Azure VM)
Restore the disk from your recovery point(Azure VM)
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
- Note: This example is for the case of an Azure VM.
inputs
outputs
az backup restore restore-disks \
--resource-group myResourceGroup \
--vault-name myRecoveryServicesVault \
--container-name myVM --item-name myVM \
--storage-account mystorageaccount \
--rp-name myRecoveryPointName \
--target-resource-group targetRG
copied