You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/trusted-launch-vm-import-key.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The steps below involve copying VM guest state protection keys from the local ke
47
47
48
48
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:
49
49
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.
51
51
52
52
1. Run `import-module .\TvmBackupUtils.psm1 -force`.
53
53
@@ -70,7 +70,7 @@ The steps below involve restoring VM guest state protection keys from a folder c
70
70
71
71
1. Import the wrapping key that you created during Backup step 1 to the Azure Local instance:
72
72
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.
74
74
75
75
1. Run `Import-Module .\TvmBackupUtils.psm1 -force`.
0 commit comments