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/storage/files/understanding-billing.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ description: Learn how to interpret the provisioned and pay-as-you-go billing mo
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: conceptual
7
-
ms.date: 10/08/2024
7
+
ms.date: 01/22/2025
8
8
ms.author: kendownie
9
9
ms.custom: references_regions
10
10
---
11
11
12
12
# Understand Azure Files billing models
13
+
13
14
Azure Files supports two different media tiers of storage, SSD and HDD, which allow you to tailor your file shares to the performance and price requirements of your scenario:
14
15
15
16
-**SSD (premium)**: file shares hosted on solid-state drives (SSDs) provide consistent high performance and low latency, within single-digit milliseconds for most IO operations.
@@ -23,7 +24,7 @@ Azure Files has multiple pricing models including provisioned and pay-as-you-go
23
24
24
25
-**Pay-as-you-go billing model**: In a pay-as-you-go model, the cost of the file share is based on how much you use the share, in the form of used storage, transaction, and data transfer costs. The pay-as-you-go model for Azure Files is only available for HDD file shares. We recommend using the provisioned v2 model for new HDD file share deployments.
25
26
26
-
This article explains the billing models for Azure Files work to help you understand your monthly Azure Files bill. For Azure Files pricing information, see [Azure Files pricing page](https://azure.microsoft.com/pricing/details/storage/files/).
27
+
This article explains how the billing models for Azure Files work to help you understand your monthly Azure Files bill. For Azure Files pricing information, see [Azure Files pricing page](https://azure.microsoft.com/pricing/details/storage/files/).
27
28
28
29
:::row:::
29
30
:::column:::
@@ -202,8 +203,11 @@ Consumption against the provisioned v2 billing meters are emitted hourly in term
202
203
- 30 day month: 737,280 units against the **Provisioned Storage** meter.
203
204
- 31 day month: 761,856 units against the **Provisioned Storage** meter.
204
205
206
+
### Provisioned v2 migrations
207
+
Migrating your SMB Azure file shares from a pay-as-you-go model to the provisioned v2 billing model is similar to migrating file shares between storage accounts. We recommend [using Robocopy](storage-files-migration-robocopy.md).
208
+
205
209
## Provisioned v1 model
206
-
The provisioned v1 method provides storage, IOPS and throughput in a fixed ratio to each other, similar to how storage is purchased in an on-premises storage solution. When you create a new provisioned v1 file share, you specify how much storage your share needs, and IOPS and throughput are computed values. The provisioned v1 model for Azure Files is only available for SSD file shares.
210
+
The provisioned v1 method provides storage, IOPS, and throughput in a fixed ratio to each other, similar to how storage is purchased in an on-premises storage solution. When you create a new provisioned v1 file share, you specify how much storage your share needs, and IOPS and throughput are computed values. The provisioned v1 model for Azure Files is only available for SSD file shares.
207
211
208
212
The amount of storage you provision determines the guaranteed storage, IOPS, and throughput limits of your file share's usage. For example, if you provision a 2 TiB share and upload 2 TiB of data to your share, your share will be full and you will not be able to add more data unless you increase the size of your share, or delete some of the data. Credit-based IOPS bursting provides added flexibility around usage, on a best-effort basis, while credits remain.
209
213
@@ -364,7 +368,7 @@ The following table illustrates the cost breakdown of moving access tiers:
364
368
|**Hot (source)**| <ul><li>1 hot read transaction per file.</li><ul> | -- | <ul><li>1 cool write transaction per file.</li></ul> |
365
369
|**Cool (source)**| <ul><li>1 cool read transaction per file.</li><li>Data retrieval per total used GiB.</li></ul> | <ul><li>1 cool read transaction per file.</li><li>Data retrieval per total used GiB.</li></ul> | -- |
366
370
367
-
You can change a file share's access tier up to 5 times within a 30 day window. The first day of the 30 day window begins when the first tier change happens. Changes between access tiers happen instantly, however, once you have changed the access tier of a share, you cannot change it again within 24 hours, even if you have changed the access tier property fewer than 5 times within the last 30 days.
371
+
You can change a file share's access tier up to 5 times within a 30 day window. The first day of the 30 day window begins when the first tier change happens. Changes between access tiers happen instantly, however, once you've changed the access tier of a share, you can't change it again within 24 hours, even if you've changed the access tier property fewer than 5 times within the last 30 days.
368
372
369
373
### Choosing an access tier
370
374
Regardless of how you migrate existing data into Azure Files, we recommend initially creating the file share in transaction optimized access tier due to the large number of transactions incurred during migration. After your migration is complete and you've operated for a few days or weeks with regular usage, you can plug your transaction counts into the [pricing calculator](https://azure.microsoft.com/pricing/calculator/) to figure out which access tier is best suited for your workload.
0 commit comments