Skip to content

Commit cdfbe99

Browse files
minor changes
1 parent 57ce660 commit cdfbe99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/backup/backup-azure-vms-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ The basic steps to restore an Azure VM are:
439439
* Restore the disks.
440440
* Create the VM from stored disks.
441441

442-
Now, you can also use PowerShell to directly restore the backup content to a VM (original/new VM) simply without performing the above steps separately. For more information, see [Restore data to virtual machine using PowerShell](#restore-data-to-virtual-machine-using-powershell).
442+
Now, you can also use PowerShell to directly restore the backup content to a VM (original/new), without performing the above steps separately. For more information, see [Restore data to virtual machine using PowerShell](#restore-data-to-virtual-machine-using-powershell).
443443

444444
### Select the VM (when restoring files)
445445

@@ -986,7 +986,7 @@ Disable-AzRecoveryServicesBackupRPMountScript -RecoveryPoint $rp[0] -VaultId $ta
986986

987987
## Restore data to virtual machine using PowerShell
988988

989-
You can now directly restore data to the original VM or an alternate VM without performing multiple steps.
989+
You can now directly restore data to original/alternate VM without performing multiple steps.
990990

991991
### Restore data to original VM
992992

articles/backup/tutorial-restore-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure Backup creates recovery points that are stored in geo-redundant recovery v
2121
2222
For information on using PowerShell to restore a disk and create a recovered VM, see [Back up and restore Azure VMs with PowerShell](backup-azure-vms-automation.md#restore-an-azure-vm).
2323

24-
Now, you can also use CLI to directly restore the backup content to a VM (original/new VM) without performing the above steps separately. For more information, see [Restore data to virtual machine using CLI](#restore-data-to-virtual-machine-using-cli).
24+
Now, you can also use CLI to directly restore the backup content to a VM (original/new), without performing the above steps separately. For more information, see [Restore data to virtual machine using CLI](#restore-data-to-virtual-machine-using-cli).
2525

2626
[!INCLUDE [azure-cli-prepare-your-environment.md](../../includes/azure-cli-prepare-your-environment.md)]
2727

@@ -314,7 +314,7 @@ az vm list --resource-group myResourceGroup --output table
314314

315315
## Restore data to virtual machine using CLI
316316

317-
You can now directly restore data to original or alternate VM without performing multiple steps.
317+
You can now directly restore data to original/alternate VM without performing multiple steps.
318318

319319
### Restore data to original VM
320320

0 commit comments

Comments
 (0)