Skip to content

Commit 6b12907

Browse files
authored
Merge pull request #259189 from b-ahibbard/1121-updates
issue #117137
2 parents e1445c9 + 8d30abc commit 6b12907

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
- name: Regional availability
451451
href: https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp&rar=true&regions=all
452452
- name: Feature availability
453-
href: https://azure.github.io/azure-netapp-files/map/
453+
href: https://aka.ms/anfmap
454454
- name: SLA
455455
href: https://azure.microsoft.com/support/legal/sla/netapp/
456456
- name: Videos

articles/azure-netapp-files/cool-access-introduction.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Using Azure NetApp Files standard storage with cool access, you can configure in
2323

2424
Most cold data is associated with unstructured data. It can account for more than 50% of the total storage capacity in many storage environments. Infrequently accessed data associated with productivity software, completed projects, and old datasets are an inefficient use of a high-performance storage.
2525

26-
Azure NetApp Files supports three [service levels](azure-netapp-files-service-levels.md) that can be configured at capacity pool level (Standard, Premium and Ultra). Cool access is an additional service only on the Standard service level.
26+
Azure NetApp Files supports three [service levels](azure-netapp-files-service-levels.md) that can be configured at capacity pool level (Standard, Premium and Ultra). Cool access is an additional service only on the Standard service level. Standard storage with cool access is supported only on capacity pools of the **auto** QoS type.
2727

2828
You can configure the standard storage with cool access on a volume by specifying the number of days (the coolness period, ranging from 7 to 183 days) for inactive data to be considered "cool". When the data has remained inactive for the specified coolness period, the tiering process begins, and the data is moved to the cool tier (the Azure storage account). This move to the cool tier can take a few days. For example, if you specify 31 days as the coolness period, then 31 days after a data block is last accessed (read or write), it's qualified for movement to the cool tier.
2929

@@ -159,21 +159,21 @@ When you create volumes in the capacity pool and start tiering data to the cool
159159

160160
* Assume that you create four volumes with 1 TiB each. Each volume has 0.25 TiB of the volume capacity on the hot tier, and 0.75 TiB of the volume capacity in the cool tier. The billing calculation is as follows:
161161

162-
* 1 TiB capacity at the hot tier rate
163-
* 3 TiB capacity at the cool tier rate
162+
* 1-TiB capacity at the hot tier rate
163+
* 3-TiB capacity at the cool tier rate
164164
* Network transfer between the hot tier and the cool tier at the rate determined by the markup on top of the transaction cost (`GET`, `PUT`) on blob storage and private link transfer in either direction between the hot tiers.
165165

166166
* Assume that you create two volumes with 1 TiB each. Each volume has 0.25 TiB of the volume capacity on the hot tier, and 0.75 TiB of the volume capacity in the cool tier. The billing calculation is as follows:
167167

168-
* 0.5 TiB capacity at the hot tier rate
168+
* 0.5-TiB capacity at the hot tier rate
169169
* 2 TiB of unallocated capacity at the hot tier rate
170-
* 1.5 TiB capacity at the cool tier rate
170+
* 1.5-TiB capacity at the cool tier rate
171171
* Network transfer between the hot tier and the cool tier at the rate determined by the markup on top of the transaction cost (`GET`, `PUT`) on blob storage and private link transfer in either direction between the hot tiers.
172172

173173
* Assume that you create one volume with 1 TiB. The volume has 0.25 TiB of the volume capacity on the hot tier, 0.75 of the volume capacity in the cool tier. The billing calculation is as follows:
174174

175-
* 0.25 TiB capacity at the hot tier rate
176-
* 0.75 TiB capacity at the cool tier rate
175+
* 0.25-TiB capacity at the hot tier rate
176+
* 0.75-TiB capacity at the cool tier rate
177177
* Network transfer between the hot tier and the cool tier at the rate determined by the markup on top of the transaction cost (`GET`, `PUT`) on blob storage and private link transfer in either direction between the hot tiers.
178178

179179
### Examples of cost calculations with varying coolness periods
@@ -205,7 +205,7 @@ Your storage cost for the *first month* would be:
205205
| Cost | Description | Calculation |
206206
|---|---|---|
207207
| Unallocated storage cost for Day 1~30 (30 days) | 1 TiB of unallocated storage | `1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` |
208-
| Storage cost for Day 1~7 (7 days) | 4 TiB of active data (hot tier) | `4 TiB x 1024 x 7 days x 730/30 hrs. x $0.000202/GiB/hr. = $140.93` |
208+
| Storage cost for Day 1~7 (seven days) | 4 TiB of active data (hot tier) | `4 TiB x 1024 x 7 days x 730/30 hrs. x $0.000202/GiB/hr. = $140.93` |
209209
| Storage cost for Day 8~30 (23 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | `1 TiB x 1024 x 23 days x 730/30 hrs. x $0.000202/GiB/hr. = $115.77` <br><br> `3 TiB x 1024 x 23 days x 730/30 hrs. x $0.000082/GiB/hr. = $140.98` |
210210
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier | `3 TiB x 1024 x $0.020000/GiB = $61.44` <br><br> `3 TiB x 1024 x 20% x $0.020000/GiB = $12.29` |
211211
| **First month total** || **`$622.41`** |
@@ -239,7 +239,7 @@ Your storage cost for the *second month* would be:
239239
| Cost | Description | Calculation |
240240
|---|---|---|
241241
| Unallocated storage cost for Day 1~30 (30 days) | 1 TiB of unallocated storage | `1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` |
242-
| Storage cost for Day 1~5 (5 days) | 4 TiB of active data (hot tier) | `4 TiB x 1024 x 5 days x 730/30 hrs. x $0.000202/GiB/hr. = $100.67` |
242+
| Storage cost for Day 1~5 (five days) | 4 TiB of active data (hot tier) | `4 TiB x 1024 x 5 days x 730/30 hrs. x $0.000202/GiB/hr. = $100.67` |
243243
| Storage cost for Day 6~30 (25 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | `1 TiB x 1024 x 25 days x 730/30 hrs. x $0.000202/GiB/hr. = $125.83` <br><br> `3 TiB x 1024 x 25 days x 730/30 hrs. x $0.000082/GiB/hr. = $153.24` |
244244
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier | `3 TiB x 1024 x $0.020000 /GiB = $61.44` <br><br> `3 TiB x 1024 x 20% x $0.020000/GiB = $12.29` |
245245
| **Second month total** || **`$604.47`** |
@@ -273,7 +273,7 @@ Your storage cost for the *third month* would be:
273273
| Cost | Description | Calculation |
274274
|---|---|---|
275275
| Unallocated storage cost for Day 1~30 (30 days) | 1 TiB of unallocated storage | `1 TiB x 1024 x 30 days x 730/30 hrs. x $0.000202/GiB/hr. = $151.00` |
276-
| Storage cost for Day 1~3 (3 days) | 4 TiB of active data (hot tier) | `4 TiB x 1024 x 3 days x 730/30 hrs. x $0.000202/GiB/hr. = $60.40` |
276+
| Storage cost for Day 1~3 (three days) | 4 TiB of active data (hot tier) | `4 TiB x 1024 x 3 days x 730/30 hrs. x $0.000202/GiB/hr. = $60.40` |
277277
| Storage cost for Day 4~30 (27 days) | 1 TiB of active data (hot tier) <br><br> 3 TiB of inactive data (cool tier) | `1 TiB x 1024 x 27 days x 730/30 hrs. x $0.000202/GiB/hr. = $135.90` <br><br> `3 TiB x 1024 x 27 days x 730/30 hrs. x $0.000082/GiB/hr. = $165.50` |
278278
| Network transfer cost | Moving inactive data to cool tier <br><br> 20% of data read/write from cool tier | `3 TiB x 1024 x $0.020000/GiB = $61.44` <br><br> `3 TiB x 1024 x 20% x $0.020000/GiB = $12.29` |
279279
| **Third month total** || **`$586.52`** |

articles/azure-netapp-files/manage-cool-access.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The standard storage with cool access feature provides options for the “coolne
3333
* A cool-access capacity pool can contain both volumes with cool access enabled and volumes with cool access disabled.
3434
* After the capacity pool is configured with the option to support cool access volumes, the setting can't be disabled at the _capacity pool_ level. However, you can turn on or turn off the cool access setting at the volume level anytime. Turning off the cool access setting at the _volume_ level stops further tiering of data. 
3535
* Standard storage with cool access is supported only on capacity pools of the **auto** QoS type.
36+
* An auto QoS capacity pool enabled for standard storage with cool access cannot be converted to a capacity pool using manual QoS.
3637
* You can't use large volumes with Standard storage with cool access.
3738
* See [Resource limits for Azure NetApp Files](azure-netapp-files-resource-limits.md#resource-limits) for maximum number of volumes supported for cool access per subscription per region.
3839
* Considerations for using cool access with [cross-region replication](cross-region-replication-requirements-considerations.md) (CRR):

0 commit comments

Comments
 (0)