Skip to content

Commit 9a23333

Browse files
Merge pull request #231621 from stevenmatthew/billing
Billing: GA readiness
2 parents e994802 + ff0d7e5 commit 9a23333

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

articles/storage-mover/billing.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@ author: stevenmatthew
55
ms.author: shaas
66
ms.service: storage-mover
77
ms.topic: conceptual
8-
ms.date: 09/07/2022
8+
ms.date: 03/22/2023
99
---
1010

1111
<!--
1212
!########################################################
1313
STATUS: IN REVIEW
1414
15-
CONTENT: final
15+
CONTENT: final (85/100)
1616
1717
REVIEW Stephen/Fabian: not reviewed
1818
REVIEW Engineering: not reviewed
1919
EDIT PASS: started
20+
STATUS: GA-ready
21+
22+
Initial doc score: 83
23+
Current doc score: 96 (100, 783, 0)
2024
2125
!########################################################
2226
-->
@@ -27,36 +31,36 @@ Azure Storage Mover facilitates the migration of unstructured data into Azure. T
2731

2832
## Billing components
2933

30-
In a migration to Azure, there are several components involved that can affect on your bill:
34+
In a migration to Azure, there are several components involved that can affect your bill:
3135

3236
1. Storage Mover service usage
3337
1. Target storage usage
3438
1. Network usage
3539

3640
### 1. Storage Mover service usage
3741

38-
All current features of the Azure Storage Mover service are provided free of charge during the public preview. However, service enhancements and other features may be included in future releases. It's possible that the use of these features may incur a charge.
42+
All current features of the Azure Storage Mover service are provided free of charge. However, service enhancements and other features may be included in future releases. It's possible that the use of these features may incur a charge.
3943

4044
### 2. Target Azure storage usage
4145

42-
As you begin your migration into Azure, the service will copy your files and folders into your target Azure Storage locations. Depending on the configuration of these storage targets, usage charges may apply.
46+
As you begin your migration into Azure, the service copies your files and folders into your target Azure Storage locations. Depending on the configuration of these storage targets, usage charges may apply.
4347

44-
Any storage usage charges incurred will be the result of the following factors:
48+
Any storage usage charges incurred are the result of the following factors:
4549

4650
- Storage transactions
4751
- Billed capacity
4852

49-
The billing model for each Azure Storage target will determine how these charges apply. There are two different billing models in Azure Storage:
53+
The billing model for each Azure Storage target determines how these charges apply. There are two different billing models in Azure Storage:
5054

5155
#### [Consumption-based billing](#tab/consumption)
5256

53-
* Storage transactions caused by the Storage Mover service will be billed. Review your specific storage product's pricing pages for details on transaction charges. The [estimating storage transaction charges](#estimating-storage-transaction-charges) section of this article explains why it can be difficult to estimate a migration’s effect on your storage transaction charges.
54-
* One advantage of the consumption-based model is that capacity charges are progressively applied. Charges are incurred only as files are migrated and increasingly more storage capacity is consumed. This model helps prevent storage pre-provisioning or over-provisioning ahead of a migration.
57+
* Storage transactions caused by the Storage Mover service are billed. Review your specific storage product's pricing pages for details on transaction charges. The [estimating storage transaction charges](#estimating-storage-transaction-charges) section of this article explains why it can be difficult to estimate a migration’s effect on your storage transaction charges.
58+
* One advantage of the consumption-based model is that capacity charges are progressively applied. Charges are incurred only as files are migrated and increasingly more storage capacity is consumed. This model helps prevent storage preprovisioning or over-provisioning ahead of a migration.
5559

5660
#### [Provisioned billing](#tab/provisioned)
5761

5862
* Storage transaction charges typically don't apply to targets covered by this billing model. Review your specific storage product's pricing pages for details and to confirm the previous statement actually applies to your product.
59-
* The capacity of your Azure target storage is pre-provisioned and is billed regardless of utilization. The progress of your cloud migration doesn't affect your bill.
63+
* The capacity of your Azure target storage is preprovisioned and is billed regardless of utilization. The progress of your cloud migration doesn't affect your bill.
6064

6165
> [!CAUTION]
6266
> Always ensure that there is enough provisioned capacity to store all your source content. Copy jobs will fail if your target lacks sufficient storage capacity.
@@ -71,18 +75,18 @@ Storage transactions aren't billable for every Azure Storage type. Review the pr
7175

7276
If you've determined that your Azure storage product charges for transactions, it may be difficult to estimate the number generated by your migration.
7377

74-
- It's not possible to estimate the number of transactions based on the utilized storage capacity of the source. The number of transactions scales with the number of namespace items (files and folder) and their properties that are migrated, not their size. For example, more transactions are required to migrate one GiB of small files than one GiB of larger files.
75-
- An empty Azure target requires fewer resources than a target which already contains items. To comply with your migration's settings, the Storage Mover agent will often need to enumerate a target's existing namespace. This enumeration increases the number of transactions.
78+
- It's not possible to estimate the number of transactions based on the utilized storage capacity of the source. The number of transactions scales with the number of namespace items (files and folder) and their properties that are migrated, not their size. For example, more transactions are required to migrate 1 GiB of small files than 1 GiB of larger files.
79+
- An empty Azure target requires fewer resources than a target that already contains items. To comply with your migration's settings, the Storage Mover agent often needs to enumerate a target's existing namespace. This enumeration increases the number of transactions.
7680
- In order to minimize downtime, you may need to run copy operations several times between a source and its target. All source and target items are processed during each copy operation, though subsequent runs finish faster. After the initial operations, only the differences introduced between copy runs are transported over the network. It's important to understand that although less data is being transported, the number of transactions required may remain the same.
7781
- Copying the same file twice might not result in the same number of transactions. Processing an item migrated in a previous copy run may result in only a few read transactions. In contrast, changes to metadata or content between copy runs may require a larger number of transactions to update the target. Each file in your namespace may have unique requirements, resulting in a different number of transactions.
7882

7983
### 3. Network usage
8084

81-
Upload bandwidth is another factor that could affect overall cost. The bandwidth utilized by your migration carries the same charge as any other Azure-bound traffic. There's no Storage Mover-specific premium. Your specific network connection and provider agreements will determine whether upload charges are incurred.
85+
Upload bandwidth is another factor that could affect overall cost. The bandwidth utilized by your migration carries the same charge as any other Azure-bound traffic. There's no Storage Mover-specific premium. Your specific network connection and provider agreements determine whether upload charges are incurred.
8286

8387
## Next steps
8488

85-
After understanding the billing implications of your cloud migration, it's a good idea to get more familiar with the Storage Mover service. Select an article below to learn more.
89+
After understanding the billing implications of your cloud migration, it's a good idea to get more familiar with the Storage Mover service. Select an article to learn more.
8690

8791
- [Understand file and folder cloud migration basics](migration-basics.md)
8892
- [Learn about the Azure Storage Mover resource hierarchy](resource-hierarchy.md)

0 commit comments

Comments
 (0)