Skip to content

Commit c31bd74

Browse files
Merge pull request #284495 from AbhishekMallick-MS/Aug-13-2024-Freshness
Freshness - Backup/restore encrypted VM
2 parents 5c7f22d + ba980b4 commit c31bd74

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

articles/backup/backup-azure-vms-encryption.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up and restore encrypted Azure VMs
33
description: Describes how to back up and restore encrypted Azure VMs with the Azure Backup service.
4-
ms.topic: conceptual
5-
ms.date: 08/28/2023
4+
ms.topic: how-to
5+
ms.date: 08/13/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -11,21 +11,25 @@ ms.author: v-abhmallick
1111

1212
This article describes how to back up and restore Windows or Linux Azure virtual machines (VMs) with encrypted disks using the [Azure Backup](backup-overview.md) service. For more information, see [Encryption of Azure VM backups](backup-azure-vms-introduction.md#encryption-of-azure-vm-backups).
1313

14-
## Encryption using platform-managed keys
14+
## Supported scenarios for backup and restore of encrypted Azure VMs
15+
16+
This section describes the supported scenarios for backup and restore of encrypted Azure VMs.
17+
18+
### Encryption using platform-managed keys
1519

1620
By default, all the disks in your VMs are automatically encrypted-at-rest using platform-managed keys (PMK) that use [storage service encryption](../storage/common/storage-service-encryption.md). You can back up these VMs using Azure Backup without any specific actions required to support encryption on your end. For more information about encryption with platform-managed keys, [see this article](../virtual-machines/disk-encryption.md#platform-managed-keys).
1721

1822
![Encrypted disks](./media/backup-encryption/encrypted-disks.png)
1923

20-
## Encryption using customer-managed keys
24+
### Encryption using customer-managed keys
2125

2226
When you encrypt disks with customer-managed keys (CMK), the key used for encrypting the disks is stored in the Azure Key Vault and is managed by you. Storage Service Encryption (SSE) using CMK differs from Azure Disk Encryption (ADE) encryption. ADE uses the encryption tools of the operating system. SSE encrypts data in the storage service, enabling you to use any OS or images for your VMs.
2327

2428
You don't need to perform any explicit actions for backup or restore of VMs that use customer-managed keys for encrypting their disks. The backup data for these VMs stored in the vault will be encrypted with the same methods as the [encryption used on the vault](encryption-at-rest-with-cmk.md).
2529

2630
For more information about encryption of managed disks with customer-managed keys, see [this article](../virtual-machines/disk-encryption.md#customer-managed-keys).
2731

28-
## Encryption support using ADE
32+
### Encryption support using ADE
2933

3034
Azure Backup supports backup of Azure VMs that have their OS/data disks encrypted with Azure Disk Encryption (ADE). ADE uses BitLocker for encryption of Windows VMs, and the dm-crypt feature for Linux VMs. ADE integrates with Azure Key Vault to manage disk-encryption keys and secrets. Key Vault Key Encryption Keys (KEKs) can be used to add an additional layer of security, encrypting encryption secrets before writing them to Key Vault.
3135

@@ -41,6 +45,8 @@ Azure Backup can back up and restore Azure VMs using ADE with and without the Mi
4145

4246
### Limitations
4347

48+
Before you back up or restore encrypted Azure VNs, review the following limitations:
49+
4450
- You can back up and restore ADE encrypted VMs within the same subscription.
4551
- Azure Backup supports VMs encrypted using standalone keys. Any key that's a part of a certificate used to encrypt a VM isn't currently supported.
4652
- Azure Backup supports Cross Region Restore of encrypted Azure VMs to the Azure paired regions. For more information, see [support matrix](./backup-support-matrix.md#cross-region-restore).
@@ -62,6 +68,8 @@ In addition, there are a couple of things that you might need to do in some circ
6268

6369
## Configure a backup policy
6470

71+
To configure a backup policy, follow these steps:
72+
6573
1. If you haven't yet created a Recovery Services backup vault, follow [these instructions](backup-create-rs-vault.md).
6674
1. Navigate to Backup center and click **+Backup** from the **Overview** tab
6775

@@ -190,7 +198,7 @@ To set permissions:
190198

191199
You can also set the access policy using [PowerShell](./backup-azure-vms-automation.md#enable-protection) or [CLI](./quick-backup-vm-cli.md#prerequisites-to-backup-encrypted-vms).
192200

193-
## Next steps
201+
## Next step
194202

195203
[Restore encrypted Azure virtual machines](restore-azure-encrypted-virtual-machines.md)
196204

0 commit comments

Comments
 (0)