Skip to content

Commit a289fde

Browse files
committed
update link to script
1 parent ec6f87c commit a289fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-local/manage/trusted-launch-vm-import-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The steps below involve copying VM guest state protection keys from the local ke
4747
4848
1. Copy VM guest state protection keys from the local key vault of your Azure Local instance to a folder that is backed up periodically:
4949
50-
1. Download the `TvmBackupUtils.psm1` script on Github at [Azure-Samples/AzureLocal](https://github.com/Azure-Samples/AzureLocal/tree/main) to your Azure Local instance.
50+
1. Download the [TvmBackupUtils.psm1 script](https://github.com/Azure-Samples/AzureLocal/blob/main/trusted-launch-vms/TvmBackupUtils.psm1) on GitHub to your Azure Local instance.
5151
5252
1. Run `import-module .\TvmBackupUtils.psm1 -force`.
5353
@@ -70,7 +70,7 @@ The steps below involve restoring VM guest state protection keys from a folder c
7070
7171
1. Import the wrapping key that you created during Backup step 1 to the Azure Local instance:
7272
73-
1. Download the `TvmBackupUtils.psm1` script on Github at [Azure-Samples/AzureLocal](https://github.com/Azure-Samples/AzureLocal/tree/main) to your Azure Local instance.
73+
1. Download the [TvmBackupUtils.psm1 script](https://github.com/Azure-Samples/AzureLocal/blob/main/trusted-launch-vms/TvmBackupUtils.psm1) on GitHub to your Azure Local instance.
7474
7575
1. Run `Import-Module .\TvmBackupUtils.psm1 -force`.
7676

0 commit comments

Comments
 (0)