File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
articles/virtual-machines Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Create an image version encrypted with your own keys
2
+ title : Create an encrypted image version with customer-managed keys
3
3
description : Create an image version in an Azure Compute Gallery, by using customer-managed encryption keys.
4
4
author : mattmcinnes
5
5
ms.service : virtual-machines
6
6
ms.subservice : gallery
7
7
ms.workload : infrastructure-services
8
8
ms.topic : how-to
9
- ms.date : 12/6/2022
9
+ ms.date : 1/9/2023
10
10
ms.custom : devx-track-azurepowershell, devx-track-azurecli
11
11
ms.devlang : azurecli
12
12
---
13
13
14
- # Use customer-managed keys for encrypting images
14
+ # Create an encrypted image version with customer-managed keys
15
15
16
16
** Applies to:** :heavy_check_mark : Linux VMs :heavy_check_mark : Windows VMs :heavy_check_mark : Flexible scale sets :heavy_check_mark : Uniform scale sets
17
17
@@ -34,7 +34,7 @@ This article requires that you already have a disk encryption set in each region
34
34
35
35
## Limitations
36
36
37
- When you're using customer-managed keys for encrypting images in an Azure Compute Gallery, these limitations apply:
37
+ When you're using customer-managed keys for encrypting images in an Azure Compute Gallery, these limitations apply:
38
38
39
39
- Encryption key sets must be in the same subscription as your image.
40
40
@@ -44,6 +44,7 @@ When you're using customer-managed keys for encrypting images in an Azure Comput
44
44
45
45
- After you've used your own keys to encrypt a disk or image, you can't go back to using platform-managed keys for encrypting those disks or images.
46
46
47
+ - VM image version source doesn't currently support customer-managed key encryption.
47
48
48
49
## PowerShell
49
50
You can’t perform that action at this time.
0 commit comments