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/storage/common/storage-encryption-keys-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use Azure CLI to configure customer-managed keys
3
3
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.
Copy file name to clipboardExpand all lines: articles/storage/common/storage-encryption-keys-portal.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Use the Azure portal to configure customer-managed keys
3
3
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.
5
5
services: storage
6
6
author: tamram
7
7
8
8
ms.service: storage
9
9
ms.topic: how-to
10
-
ms.date: 01/02/2020
10
+
ms.date: 03/19/2020
11
11
ms.author: tamram
12
12
ms.reviewer: cbrooks
13
13
ms.subservice: common
@@ -35,9 +35,9 @@ Only RSA keys of size 2048 are supported with Azure Storage encryption. For more
35
35
To enable customer-managed keys in the Azure portal, follow these steps:
36
36
37
37
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.
@@ -50,12 +50,12 @@ To specify a key as a URI, follow these steps:
50
50
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.
51
51
1. Copy the value of the **Key Identifier** field, which provides the URI.
1. In the **Encryption** settings for your storage account, choose the **Enter key URI** option.
56
56
1. Paste the URI that you copied into the **Key URI** field.
57
57
58
-

58
+

59
59
60
60
1. Specify the subscription that contains the key vault.
61
61
1. Save your changes.
@@ -65,10 +65,10 @@ To specify a key as a URI, follow these steps:
65
65
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:
66
66
67
67
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.
Copy file name to clipboardExpand all lines: articles/storage/common/storage-encryption-keys-powershell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use PowerShell to configure customer-managed keys
3
3
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.
0 commit comments