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/hpc-cache-add-storage.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to define storage targets so that your Azure HPC Cache can use
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 05/05/2021
7
+
ms.date: 06/23/2021
8
8
ms.custom: subject-rbac-steps
9
9
ms.author: v-erkel
10
10
---
@@ -33,11 +33,13 @@ Click the image below to watch a [video demonstration](https://azure.microsoft.c
33
33
34
34
## Size your cache correctly to support your storage targets
35
35
36
-
<!-- asc12 to do: add L series standard (they all get 20 even though you can't change the size) -->
37
-
The number of supported storage targets depends on the cache size, which is set when you create the cache. The size is a combination of throughput capacity (in GB/s) and storage capacity (in TB).
36
+
The number of supported storage targets depends on the cache size, which is set when you create the cache. The cache capacity is a combination of throughput capacity (in GB/s) and storage capacity (in TB).
38
37
39
-
* Up to 10 storage targets - If you choose the smallest or medium cache storage size for your selected throughput value, your cache can have up to 10 storage targets.
40
-
* Up to 20 storage targets - Choose the highest available cache size for your selected throughput value if you want to use more than 10 storage targets. (If using Azure CLI, choose the highest valid cache size for your cache SKU.)
38
+
* Up to 10 storage targets - If you choose a standard cache, and select the smallest or medium cache storage value for your selected throughput, your cache can have a maximum of 10 storage targets.
39
+
* Up to 20 storage targets -
40
+
41
+
* All high-throughput caches (which have preconfigured cache storage sizes) can support up to 20 storage targets.
42
+
* Standard caches can support up to 20 storage targets if you choose the highest available cache size for your selected throughput value. (If using Azure CLI, choose the highest valid cache size for your cache SKU.)
41
43
42
44
Read [Set cache capacity](hpc-cache-create.md#set-cache-capacity) to learn more about throughput and cache size settings.
43
45
@@ -48,7 +50,9 @@ A new Blob storage target needs an empty Blob container or a container that is p
48
50
The Azure portal **Add storage target** page includes the option to create a new Blob container just before you add it.
49
51
50
52
> [!NOTE]
51
-
> For NFS-mounted blob storage, use the [ADLS-NFS storage target](#) type.
53
+
>
54
+
> * For NFS-mounted blob storage, use the [ADLS-NFS storage target](#add-a-new-adls-nfs-storage-target-preview) type.
55
+
> *[High-throughput cache configurations](hpc-cache-create.md#choose-the-cache-type-for-your-needs) do not support standard Azure Blob storage targets. Use NFS-enabled blob storage (ADLS-NFS) instead.
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-create.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to create an Azure HPC Cache instance
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 06/21/2021
7
+
ms.date: 06/23/2021
8
8
ms.author: v-erkel
9
9
ms.custom: devx-track-azurepowershell
10
10
---
@@ -65,7 +65,7 @@ If you need help sizing your cache correctly, contact Microsoft Service and Supp
65
65
66
66
### Choose the cache type for your needs
67
67
68
-
When you choose your cache capacity, you might notice that some throughput values have fixed cache size values, and others let you select from multiple cache size options. This is because there are two different styles of cache infrastructure:
68
+
When you choose your cache capacity, you might notice that some throughput values have fixed cache sizes, and others let you select from multiple cache size options. This is because there are two different styles of cache infrastructure:
69
69
70
70
* Standard caches - listed under **Read-write caching** in the throughput menu
71
71
@@ -94,13 +94,8 @@ Learn more about these options:
94
94
*[Maximum number of storage targets](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets)
95
95
*[Read and write caching modes](cache-usage-models.md#basic-file-caching-concepts)
96
96
97
-
98
-
Choose one of the available throughput values. Also choose the cache storage size if your throughput size allows that option.
99
-
100
97
## Enable Azure Key Vault encryption (optional)
101
98
102
-
The **Disk encryption keys** page appears between the **Cache** and **Tags** tabs.<!-- Read [Regional availability](hpc-cache-overview.md#region-availability) to learn more about region support. -->
103
-
104
99
If you want to manage the encryption keys used for your cache storage, supply your Azure Key Vault information on the **Disk encryption keys** page. The key vault must be in the same region and in the same subscription as the cache.
105
100
106
101
You can skip this section if you do not need customer-managed keys. Azure encrypts data with Microsoft-managed keys by default. Read [Azure storage encryption](../storage/common/storage-service-encryption.md) to learn more.
@@ -113,13 +108,16 @@ You can skip this section if you do not need customer-managed keys. Azure encryp
113
108
114
109
For a complete explanation of the customer-managed key encryption process, read [Use customer-managed encryption keys for Azure HPC Cache](customer-keys.md).
115
110
116
-

111
+

117
112
118
113
Select **Customer managed** to choose customer-managed key encryption. The key vault specification fields appear. Select the Azure Key Vault to use, then select the key and version to use for this cache. The key must be a 2048-bit RSA key. You can create a new key vault, key, or key version from this page.
119
114
120
-
Select xxx
115
+
Check the **Always use current key version** box if you want to use [automatic key rotation](../virtual-machines/disk-encryption.md#automatic-key-rotation-of-customer-managed-keys-preview).
121
116
122
-
[ xxx just explain this image: media/cmk-identities-asc12.png xxx ]
117
+
If you need to use a specific managed identity for this cache, configure it in the **Managed identities** section. Read the [managed identities documentation](../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types) for help.
118
+
119
+
> [!NOTE]
120
+
> You cannot change the assigned identity after you create the cache.
123
121
124
122
After you create the cache, you must authorize it to use the key vault service. Read [Authorize Azure Key Vault encryption from the cache](customer-keys.md#3-authorize-azure-key-vault-encryption-from-the-cache) for details.
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-edit-storage.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ ms.author: v-erkel
10
10
11
11
# Edit storage targets
12
12
13
-
You can remove or modify storage targets with the Azure portal or by using the Azure CLI. You also can trigger actions on individual storage targets - like suspending service or writing cached data back to long-term storage - as described in Manage storage targets().
13
+
You can modify, manage, or remove storage targets with the Azure portal or by using the Azure CLI.
14
+
15
+
The xxx
14
16
15
17
Depending on the type of storage, you can modify these storage target values:
16
18
@@ -212,9 +214,9 @@ The configuration for ADLS-NFS usage models is identical to the NFS usage model
212
214
213
215
## Manage storage targets
214
216
215
-
You can xxx
217
+
You can also perform management actions on individual storage targets. These actions supplement the cache-level management options discussed in [Manage your cache](hpc-cache-manage.md).
216
218
217
-
To learn more about cache-level management actions, read [Manage your cache](hpc-cache-manage.md).
219
+
Sometimes an individual storage target can get into a bad state and need to be temporarily removed, or permanently deleted. You also can flush cached data for a specific target.
218
220
219
221

220
222
@@ -224,7 +226,7 @@ To learn more about cache-level management actions, read [Manage your cache](hpc
224
226
* Resume
225
227
* Delete
226
228
227
-
### Flush cached files to the storage target
229
+
### Flush cached files to the storage target
228
230
229
231
### Suspend a storage target
230
232
@@ -233,7 +235,7 @@ The suspend feature disables client access to a storage target, but doesn't perm
0 commit comments