Skip to content

Commit 06fefe1

Browse files
committed
small edits
1 parent 5572e4c commit 06fefe1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/hpc-cache/hpc-cache-add-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to define storage targets so that your Azure HPC Cache can use
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 09/28/2022
7+
ms.date: 09/29/2022
88
ms.custom: subject-rbac-steps
99
ms.author: v-erinkelly
1010
---
@@ -35,7 +35,7 @@ The procedure to add a storage target is slightly different depending on the typ
3535

3636
When you create the cache, make sure you select the type and size that will support the number of storage targets you need.
3737

38-
The number of supported storage targets depends on the cache type and the cache capacity, which is a combination of throughput capacity (in GB/s) and storage capacity (in TB).
38+
The number of supported storage targets depends on the cache type and the cache capacity. Cache capacity is a combination of throughput capacity (in GB/s) and storage capacity (in TB).
3939

4040
* Up to 10 storage targets - A standard cache with the smallest or medium cache storage value for your selected throughput can have a maximum of 10 storage targets.
4141

articles/hpc-cache/hpc-cache-create.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to create an Azure HPC Cache instance
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 09/28/2022
7+
ms.date: 09/29/2022
88
ms.author: v-erinkelly
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.devlang: azurecli
@@ -39,7 +39,7 @@ In **Service Details**, set the cache name and these other attributes:
3939

4040
## Choose cache type and capacity
4141
<!-- referenced from GUI - update aka.ms/hpc-cache-iops link if you change this header text - also check for cross-reference from add storage article -->
42-
***[ - must update aka link to this heading in aka - ]***
42+
***[ - will update aka link to this heading at publish time - ]***
4343

4444
On the **Cache** page, specify the type and size of cache to create. These values determine your cache's capabilities, including:
4545

@@ -51,8 +51,8 @@ On the **Cache** page, specify the type and size of cache to create. These value
5151

5252
First, choose the type of cache you want. Options include:
5353

54-
* Read-write standard caching - A flexible, general-purpose cache
55-
* Read-only caching - A high-throughput cache designed to minimize latency in file access
54+
* **Read-write standard caching** - A flexible, general-purpose cache
55+
* **Read-only caching** - A high-throughput cache designed to minimize latency for file access
5656

5757
Read more about these cache type options below in [Choose the cache type for your needs](#choose-the-cache-type-for-your-needs).
5858

@@ -75,7 +75,7 @@ Azure HPC Cache manages which files are cached and pre-loaded to maximize cache
7575

7676
Choose a cache storage size that can comfortably hold the active set of working files, plus additional space for metadata and other overhead.
7777

78-
Throughput and cache size also affect how many storage targets are supported for a particular cache. If you want to use more than 10 storage targets with your cache, you must choose the highest available cache storage size value available for your throughput size, or choose one of the high-throughput read-only configurations. Learn more in [Add storage targets](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets).
78+
Throughput and cache size also affect how many storage targets are supported for a particular cache. If you want to use more than 10 storage targets with your cache, you must choose the highest available cache storage size value available for your throughput size, or choose the high-throughput read-only configuration. Learn more in [Add storage targets](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets).
7979

8080
If you need help sizing your cache correctly, contact Microsoft Service and Support.
8181

@@ -101,7 +101,7 @@ This table explains some important differences between the two options.
101101
| Throughput sizes | 2, 4, or 8 GB/sec | 4.5, 9, or 16 GB/sec |
102102
| Cache sizes | 3, 6, or 12 TB for 2 GB/sec<br/> 6, 12, or 24 TB for 4 GB/sec<br/> 12, 24, or 48 TB for 8 GB/sec| 21 TB for 4.5 GB/sec <br/> 42 TB for 9 GB/sec <br/> 84 TB for 16 GB/sec |
103103
| Maximum number of storage targets | [10 or 20](hpc-cache-add-storage.md#size-your-cache-correctly-to-support-your-storage-targets) depending on cache size selection | 20 |
104-
| Compatible storage target types | Azure blob, on-premises NFS storage, NFS-enabled blob | on-premises NFS storage <br/>NFS-enabled blob storage is in preview for this combination |
104+
| Compatible storage target types | Azure Blob, on-premises NFS storage, NFS-enabled blob | on-premises NFS storage <br/>NFS-enabled blob storage is in preview for this combination |
105105
| Caching styles | Read caching or read-write caching | Read caching only |
106106
| Cache can be stopped to save cost when not needed | Yes | No |
107107

0 commit comments

Comments
 (0)