Skip to content

Commit 966bca0

Browse files
committed
Updated with rebranding changes.
1 parent c46b41c commit 966bca0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
title: Manage Trusted launch Arc VM guest state protection key on Azure Local
3-
description: Learn how to manage a Trusted launch Arc VM guest state protection key on Azure Local.
2+
title: Manage Trusted launch for Azure Local VM enabled by Azure Arc guest state protection key
3+
description: Learn how to manage a Trusted launch for Azure Local VM enabled by Azure Arc guest state protection key.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.reviewer: alkohli
9-
ms.date: 02/21/2025
9+
ms.date: 03/27/2025
1010
---
1111

12-
# Manage backup and recovery of Trusted launch Arc VMs on Azure Local
12+
# Manage backup and recovery of Trusted launch for Azure Local VMs enabled by Azure Arc
1313

1414
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1515

16-
This article describes how to manually back up and restore a Trusted launch Arc VM on Azure Local.
16+
This article describes how to manually back up and restore a Trusted launch for Azure Local VM enabled by Azure Arc.
1717

18-
Unlike standard Azure Arc VMs, Trusted launch Arc VMs use a VM guest state protection (GSP) key to protect the VM guest state, including the virtual TPM (vTPM) state, while at rest. The VM GSP key is stored in a local key vault in the Azure Local system where the VM resides.
18+
Unlike standard Azure Local VMs, Trusted launch for Azure Local VMs use a VM guest state protection (GSP) key to protect the VM guest state, including the virtual TPM (vTPM) state, while at rest. The VM GSP key is stored in a local key vault in the Azure Local system where the VM resides.
1919

20-
Trusted launch Arc VMs store the VM guest state in two files, VM Guest state (VMGS) and VM Runtime state (VMRS). If the VM GSP key is lost, you can't boot up a Trusted launch Arc VM.
20+
Trusted launch for Azure Local VMs store the VM guest state in two files, VM Guest state (VMGS) and VM Runtime state (VMRS). If the VM GSP key is lost, you can't boot up a Trusted launch for Azure Local VM.
2121

22-
It is important that you back up your Trusted launch Arc VM periodically, so you can recover your VM in the event of a data loss. To back up a Trusted launch VM, back up all the VM files, including VMGS and VMRS files. Additionally, back up the VM GSP key to a backup key vault.
22+
It is important that you back up your Trusted launch for Azure Local VM periodically, so you can recover your VM in the event of a data loss. To back up a Trusted launch VM, back up all the VM files, including VMGS and VMRS files. Additionally, back up the VM GSP key to a backup key vault.
2323

24-
Similarly, to restore a Trusted launch Arc VM to a target Azure Local system, restore all the VM files, including VMGS and VMRS files. Additionally, restore the VM GSP key from the backup key vault to another key vault on the target Azure Local system.
24+
Similarly, to restore a Trusted launch for Azure Local VM to a target Azure Local system, restore all the VM files, including VMGS and VMRS files. Additionally, restore the VM GSP key from the backup key vault to another key vault on the target Azure Local system.
2525

26-
The following sections describe how you can back up the Trusted launch Arc VM and restore it in the event of a data loss.
26+
The following sections describe how you can back up the Trusted launch for Azure Local VM and restore it in the event of a data loss.
2727

2828
## Back up the VM
2929

30-
You can use [Export-VM](/powershell/module/hyper-v/export-vm) to obtain a copy of all the VM files, including VMGS and VMRS files, for your Trusted launch Arc VM. You can then back up those VM files.
30+
You can use [Export-VM](/powershell/module/hyper-v/export-vm) to obtain a copy of all the VM files, including VMGS and VMRS files, for your Trusted launch for Azure Local VM. You can then back up those VM files.
3131

3232
Follow these steps to copy the VM GSP key from the key vault on the Azure Local system (where the VM resides) to a backup key vault on a different Azure Local system:
3333

@@ -91,7 +91,7 @@ In the event of a data loss, use the backup copy of your VM files, and restore t
9191
Follow these steps to copy the VM GSP key from the backup key vault in the Azure Local system (where the backup copy of the VM GSP key was stored) to the key vault on the target Azure Local system (where the VM needs to be restored).
9292
9393
> [!NOTE]
94-
> Trusted launch Arc VMs restored on an alternate Azure Local system (different from the Azure Local system where the VM originally resided) can't be managed from the Azure control plane.
94+
> Trusted launch for Azure Local VMs restored on an alternate Azure Local system (different from the Azure Local system where the VM originally resided) can't be managed from the Azure control plane.
9595
9696
9797
### 1. On the source Azure Local system where the VM needs to be restored

0 commit comments

Comments
 (0)