Skip to content

Commit 2b81f7f

Browse files
committed
Adding Fabian's editorial updates for GA readiness
1 parent aadc92d commit 2b81f7f

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

articles/storage-mover/billing.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ 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/21/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+
REVIEW: n/a
2022
2123
!########################################################
2224
-->
@@ -27,36 +29,36 @@ Azure Storage Mover facilitates the migration of unstructured data into Azure. T
2729

2830
## Billing components
2931

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

3234
1. Storage Mover service usage
3335
1. Target storage usage
3436
1. Network usage
3537

3638
### 1. Storage Mover service usage
3739

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.
40+
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.
3941

4042
### 2. Target Azure storage usage
4143

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.
44+
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.
4345

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

4648
- Storage transactions
4749
- Billed capacity
4850

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

5153
#### [Consumption-based billing](#tab/consumption)
5254

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.
55+
* 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.
56+
* 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.
5557

5658
#### [Provisioned billing](#tab/provisioned)
5759

5860
* 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.
61+
* 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.
6062

6163
> [!CAUTION]
6264
> 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 +73,18 @@ Storage transactions aren't billable for every Azure Storage type. Review the pr
7173

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

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.
76+
- 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.
77+
- 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.
7678
- 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.
7779
- 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.
7880

7981
### 3. Network usage
8082

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.
83+
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.
8284

8385
## Next steps
8486

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.
87+
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.
8688

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

0 commit comments

Comments
 (0)