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
@@ -27,36 +31,36 @@ Azure Storage Mover facilitates the migration of unstructured data into Azure. T
27
31
28
32
## Billing components
29
33
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:
31
35
32
36
1. Storage Mover service usage
33
37
1. Target storage usage
34
38
1. Network usage
35
39
36
40
### 1. Storage Mover service usage
37
41
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.
39
43
40
44
### 2. Target Azure storage usage
41
45
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.
43
47
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:
45
49
46
50
- Storage transactions
47
51
- Billed capacity
48
52
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:
* 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.
55
59
56
60
#### [Provisioned billing](#tab/provisioned)
57
61
58
62
* 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.
60
64
61
65
> [!CAUTION]
62
66
> 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
71
75
72
76
If you've determined that your Azure storage product charges for transactions, it may be difficult to estimate the number generated by your migration.
73
77
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.
76
80
- 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.
77
81
- 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.
78
82
79
83
### 3. Network usage
80
84
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.
82
86
83
87
## Next steps
84
88
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.
86
90
87
91
-[Understand file and folder cloud migration basics](migration-basics.md)
88
92
-[Learn about the Azure Storage Mover resource hierarchy](resource-hierarchy.md)
0 commit comments