Sign in
agent:

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.
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