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/cosmos-db/postgresql/how-to-customer-managed-keys.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ ms.date: 04/06/2023
54
54
55
55
1. If you create a new Azure Key Vault instance, enable these properties during creation:
56
56
57
-
[](media/how-to-customer-managed-keys/key-vault-soft-delete.png#lightbox)
57
+
[](media/how-to-customer-managed-keys/key-vault-soft-delete.png#lightbox)
58
58
59
59
1. If you're using an existing Azure Key Vault instance, you can verify that these properties are enabled by looking at the Properties section on the Azure portal. If any of these properties aren’t enabled, see the "Enabling soft delete" and "Enabling Purge Protection" sections in one of the following articles.
60
60
@@ -70,13 +70,13 @@ ms.date: 04/06/2023
70
70
71
71
1. From the Azure portal, go to the Azure Key Vault instance that you plan to use to host your encryption keys. Select Access configuration from the left menu and then select Go to access policies.
72
72
73
-
[](media/how-to-customer-managed-keys/access-policy.png#lightbox)
73
+
[](media/how-to-customer-managed-keys/access-policy.png#lightbox)
74
74
75
75
1. Select + Create.
76
76
77
77
1. In the Permissions Tab under the Key permissions drop-down menu, select Get, Unwrap Key, and Wrap Key permissions.
78
78
79
-
[] (media/how-to-customer-managed-keys/access-policy-permissions.png#lightbox)
79
+
[] (media/how-to-customer-managed-keys/access-policy-permissions.png#lightbox)
80
80
81
81
1. In the Principal Tab, select the User Assigned Managed Identity you had created in prerequisite step.
82
82
@@ -88,7 +88,7 @@ ms.date: 04/06/2023
88
88
89
89
1. Select Keys from the left menu and then select +Generate/Import.
90
90
91
-
[](media/how-to-customer-managed-keys/create-key.png#lightbox)
91
+
[](media/how-to-customer-managed-keys/create-key.png#lightbox)
92
92
93
93
1. The customer-managed key to be used for encrypting the DEK can only be asymmetric RSA Key type. All RSA Key sizes 2048, 3072 and 4096 are supported.
0 commit comments