Skip to content

Commit 61b4947

Browse files
authored
Merge pull request #108381 from tamram/tamram-0318
update images for customer-managed keys in portal
2 parents 2b92427 + 55eae88 commit 61b4947

8 files changed

+11
-11
lines changed
27.4 KB
Loading
Binary file not shown.

articles/storage/common/storage-encryption-keys-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Azure CLI to configure customer-managed keys
33
titleSuffix: Azure Storage
4-
description: Learn how to use Azure CLI to configure customer-managed keys with Azure Key Vault for Azure Storage encryption. Customer-managed keys enable you to create, rotate, disable, and revoke access controls.
4+
description: Learn how to use Azure CLI to configure customer-managed keys with Azure Key Vault for Azure Storage encryption.
55
services: storage
66
author: tamram
77

articles/storage/common/storage-encryption-keys-portal.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Use the Azure portal to configure customer-managed keys
33
titleSuffix: Azure Storage
4-
description: Learn how to use the Azure portal to configure customer-managed keys with Azure Key Vault for Azure Storage encryption. Customer-managed keys enable you to create, rotate, disable, and revoke access controls.
4+
description: Learn how to use the Azure portal to configure customer-managed keys with Azure Key Vault for Azure Storage encryption.
55
services: storage
66
author: tamram
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 01/02/2020
10+
ms.date: 03/19/2020
1111
ms.author: tamram
1212
ms.reviewer: cbrooks
1313
ms.subservice: common
@@ -35,9 +35,9 @@ Only RSA keys of size 2048 are supported with Azure Storage encryption. For more
3535
To enable customer-managed keys in the Azure portal, follow these steps:
3636

3737
1. Navigate to your storage account.
38-
1. On the **Settings** blade for the storage account, click **Encryption**. Select the **Use your own key** option, as shown in the following figure.
38+
1. On the **Settings** blade for the storage account, click **Encryption**. Select the **Customer Managed Keys** option, as shown in the following image.
3939

40-
![Portal screenshot showing encryption option](./media/storage-encryption-keys-portal/ssecmk1.png)
40+
![Portal screenshot showing encryption option](./media/storage-encryption-keys-portal/portal-configure-encryption-keys.png)
4141

4242
## Specify a key
4343

@@ -50,12 +50,12 @@ To specify a key as a URI, follow these steps:
5050
1. To locate the key URI in the Azure portal, navigate to your key vault, and select the **Keys** setting. Select the desired key, then click the key to view its versions. Select a key version to view the settings for that version.
5151
1. Copy the value of the **Key Identifier** field, which provides the URI.
5252

53-
![Screenshot showing key vault key URI](media/storage-encryption-keys-portal/key-uri-portal.png)
53+
![Screenshot showing key vault key URI](media/storage-encryption-keys-portal/portal-copy-key-identifier.png)
5454

5555
1. In the **Encryption** settings for your storage account, choose the **Enter key URI** option.
5656
1. Paste the URI that you copied into the **Key URI** field.
5757

58-
![Screenshot showing how to enter key URI](./media/storage-encryption-keys-portal/ssecmk2.png)
58+
![Screenshot showing how to enter key URI](./media/storage-encryption-keys-portal/portal-specify-key-uri.png)
5959

6060
1. Specify the subscription that contains the key vault.
6161
1. Save your changes.
@@ -65,10 +65,10 @@ To specify a key as a URI, follow these steps:
6565
To specify a key from a key vault, first make sure that you have a key vault that contains a key. To specify a key from a key vault, follow these steps:
6666

6767
1. Choose the **Select from Key Vault** option.
68-
2. Select the key vault containing the key you want to use.
69-
3. Select the key from the key vault.
68+
1. Select the key vault containing the key you want to use.
69+
1. Select the key from the key vault.
7070

71-
![Screenshot showing customer-managed key option](./media/storage-encryption-keys-portal/ssecmk3.png)
71+
![Screenshot showing customer-managed key option](./media/storage-encryption-keys-portal/portal-select-key-from-key-vault.png)
7272

7373
1. Save your changes.
7474

articles/storage/common/storage-encryption-keys-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use PowerShell to configure customer-managed keys
33
titleSuffix: Azure Storage
4-
description: Learn how to use PowerShell to configure customer-managed keys for Azure Storage encryption. Customer-managed keys enable you to create, rotate, disable, and revoke access controls.
4+
description: Learn how to use PowerShell to configure customer-managed keys for Azure Storage encryption.
55
services: storage
66
author: tamram
77

0 commit comments

Comments
 (0)