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/hpc-cache/customer-keys.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to use Azure Key Vault with Azure HPC Cache to control encrypti
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: conceptual
7
-
ms.date: 03/19/2020
7
+
ms.date: 04/06/2020
8
8
ms.author: rohogue
9
9
---
10
10
@@ -29,7 +29,7 @@ There are three steps to enable customer-managed key encryption for Azure HPC Ca
29
29
30
30
Encryption is not completely set up until after you authorize it from the newly created cache (step 3). This is because you must pass the cache's identity to the key vault to make it an authorized user. You can't do this before creating the cache, because the identity does not exist until the cache is created.
31
31
32
-
After you create the cache, you cannot change between customer-managed keys and Microsoft-managed keys. However, if your cache uses customer-managed keys you can change the encryption key, the key version, and the key vault as needed.
32
+
After you create the cache, you cannot change between customer-managed keys and Microsoft-managed keys. However, if your cache uses customer-managed keys you can [change](#update-key-settings) the encryption key, the key version, and the key vault as needed.
33
33
34
34
## Understand key vault and key requirements
35
35
@@ -41,7 +41,7 @@ Key vault properties:
41
41
***Region** - The key vault must be in the same region as the Azure HPC Cache.
42
42
***Pricing tier** - Standard tier is sufficient for use with Azure HPC Cache.
43
43
***Soft delete** - Azure HPC Cache will enable soft delete if it is not already configured on the key vault.
44
-
***Purge protection** - Azure HPC Cache will enable purge protection if it is not already active.
44
+
***Purge protection** - Purge protection must be enabled.
45
45
***Access policy** - Default settings are sufficient.
46
46
***Network connectivity** - Azure HPC Cache must be able to access the key vault regardless of the endpoint settings you choose.
47
47
@@ -107,15 +107,29 @@ The cache shows the status **Waiting for key**. Click the **Enable encryption**
107
107
108
108

109
109
110
-
Click the **Yes** button to authorize the cache to use the encryption key. This action also enables soft-delete and purge protection on the key vault.
110
+
Click the **Yes** button to authorize the cache to use the encryption key. This action also enables soft-delete and purge protection (if not already enabled) on the key vault.<!-- xxx problem? xxx -->
111
111
112
112

113
113
114
114
After the cache requests access to the key vault, it can create and encrypt the disks that store cached data.
115
115
116
116
After you authorize encryption, Azure HPC Cache goes through several more minutes of setup to create the encrypted disks and related infrastructure.
117
117
118
-
<!-- add info about rotating keys when it's available -->
118
+
## Update key settings
119
+
120
+
You can change the key vault, key, or key version for your cache from the Azure portal. Click the cache's **Encryption** settings link to open the **Customer key settings** page. (You cannot change a cache between customer-managed keys and system-managed keys.)
121
+
122
+

123
+
124
+
Click the **Change key** link to open the key selector.
125
+
126
+

127
+
128
+
Key vaults in the same subscription and same region as this cache are shown in the list.
129
+
130
+
After you choose the new encryption key values, click **Save**<!--not in screenshot - verify -->. A confirmation page appears with the new values. Click **Save** at the top of the confirmation page to finalize the selection.
131
+
132
+

Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-create.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
@@ -18,7 +18,7 @@ Use the Azure portal to create your cache.
18
18
19
19

20
20
21
-
In **Project Details**, select the subscription and resource group that will host the cache. Make sure the subscription is on the [access](hpc-cache-prereqs.md#azure-subscription) list.
21
+
In **Project Details**, select the subscription and resource group that will host the cache.
22
22
23
23
In **Service Details**, set the cache name and these other attributes:
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-overview.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,6 @@ The [customer-managed keys feature](customer-keys.md) is supported only in these
62
62
63
63
Check the [Azure HPC Cache product page](https://azure.microsoft.com/services/hpc-cache) for the latest availability information.
64
64
65
-
## Service availability
66
-
67
-
You must request access for each subscription you will use with Azure HPC Cache. This restriction helps ensure service quality in the initial months of general availability.
68
-
69
-
Request access by filling out [this form](https://aka.ms/onboard-hpc-cache). After your subscription is added to the access list, you can create caches.
70
-
71
65
## Next steps
72
66
73
67
* Read the [Azure HPC Cache product page](https://azure.microsoft.com/services/hpc-cache) to learn more about its capabilities
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-prereqs.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,6 @@ Before using the Azure portal to create a new Azure HPC Cache, make sure your en
16
16
17
17
A paid subscription is recommended.
18
18
19
-
> [!NOTE]
20
-
> During the first several months of the GA release, the Azure HPC Cache team must add your subscription to the access list before it can be used to create a cache instance. This procedure helps ensure that each customer gets high-quality responsiveness from their caches. Fill out [this form](https://aka.ms/onboard-hpc-cache) to request access.
21
-
22
19
## Network infrastructure
23
20
24
21
Two network-related prerequisites should be set up before you can use your cache:
0 commit comments