Skip to content

Commit 916ff35

Browse files
committed
update images for customer-managed keys in portal
1 parent 51bec91 commit 916ff35

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
27.3 KB
Loading
Binary file not shown.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 iamge.
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

0 commit comments

Comments
 (0)