Skip to content

Commit 79272af

Browse files
authored
Link fixed.
1 parent 0d7f8eb commit 79272af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ New-AzDisk -DiskName “ExampleDataDisk1” (New-AzDiskConfig -Location eastus
7373
New-AzDisk -DiskName “ExampleDataDisk2” (New-AzDiskConfig -Location eastus -CreateOption Restore -SourceResourceId $dataDisk2RestorePoint) -ResourceGroupName ExampleRg
7474
7575
```
76-
After you create the disks, [create a new VM](/azure/virtual-machines/windows/create-vm-specialized-portal.md) and [attach these restored disks](/azure/virtual-machines/windows/attach-disk-ps.md#using-managed-disks) to the newly created VM.
76+
After you create the disks, [create a new VM](/azure/virtual-machines/windows/create-vm-specialized-portal) and [attach these restored disks](/azure/virtual-machines/windows/attach-disk-ps#using-managed-disks) to the newly created VM.
7777

7878
## Next steps
7979
[Learn more](backup-recovery.md) about Backup and restore options for virtual machines in Azure.

0 commit comments

Comments
 (0)