Skip to content

Commit 3fe8056

Browse files
authored
link fixed.
1 parent c72eb6b commit 3fe8056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/virtual-machines-create-restore-points-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ az disk create --resource-group “ExampleRg” --name “ExampleDataDisk1” --
6565
6666
az disk create --resource-group “ExampleRg” --name “ExampleDataDisk1” --sku Premium_LRS --size-gb 128 --source $dataDisk2RestorePoint
6767
```
68-
Once you have created the disks, [create a new VM](/azure/virtual-machines/scripts/create-vm-from-managed-os-disks.md) and [attach these restored disks](/azure/virtual-machines/linux/add-disk.md#attach-an-existing-disk) to the newly created VM.
68+
Once you have created the disks, [create a new VM](/azure/virtual-machines/scripts/create-vm-from-managed-os-disks) and [attach these restored disks](/azure/virtual-machines/linux/add-disk#attach-an-existing-disk) to the newly created VM.
6969

7070
## Next steps
71-
[Learn more](/azure/virtual-machines/backup-recovery.md) about Backup and restore options for virtual machines in Azure.
71+
[Learn more](/azure/virtual-machines/backup-recovery) about Backup and restore options for virtual machines in Azure.

0 commit comments

Comments
 (0)