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: articles/backup/backup-azure-vms-encryption.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Back up and restore encrypted Azure VMs
3
3
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
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
@@ -11,21 +11,25 @@ ms.author: v-abhmallick
11
11
12
12
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).
13
13
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
15
19
16
20
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).
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.
23
27
24
28
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).
25
29
26
30
For more information about encryption of managed disks with customer-managed keys, see [this article](../virtual-machines/disk-encryption.md#customer-managed-keys).
27
31
28
-
## Encryption support using ADE
32
+
###Encryption support using ADE
29
33
30
34
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.
31
35
@@ -41,6 +45,8 @@ Azure Backup can back up and restore Azure VMs using ADE with and without the Mi
41
45
42
46
### Limitations
43
47
48
+
Before you back up or restore encrypted Azure VNs, review the following limitations:
49
+
44
50
- You can back up and restore ADE encrypted VMs within the same subscription.
45
51
- 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.
46
52
- 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
62
68
63
69
## Configure a backup policy
64
70
71
+
To configure a backup policy, follow these steps:
72
+
65
73
1. If you haven't yet created a Recovery Services backup vault, follow [these instructions](backup-create-rs-vault.md).
66
74
1. Navigate to Backup center and click **+Backup** from the **Overview** tab
67
75
@@ -190,7 +198,7 @@ To set permissions:
190
198
191
199
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).
0 commit comments