Skip to content

Commit ec6f87c

Browse files
committed
final Ram feddback
1 parent 45d2352 commit ec6f87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 `TvmBackupUtils.psm1` script at (add hyperlink) to your Azure Local instance.
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.
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 `TvmBackupUtils.psm1` script at (add hyperlink) to your Azure Local instance.
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.
7474
7575
1. Run `Import-Module .\TvmBackupUtils.psm1 -force`.
7676
@@ -90,7 +90,7 @@ The steps below involve restoring VM guest state protection keys from a folder c
9090
9191
`Import-TVMKeys -WrappingKeyName <WrappingKeyName> -BackupPath <path to timestamped backup folder>`
9292
93-
> [NOTE!]
93+
> [!NOTE]
9494
> If the local key vault of the Azure Local instance already has a VM guest state protection key with the same name or already has an `AzureStackTvmAKRootKey`, you will receive an `InvalidVersion` error for that key. You can ignore this, as the key is already in the key vault.
9595
9696
1. Cleanup files and keys:

0 commit comments

Comments
 (0)