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/common/storage-plan-manage-costs.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ Each request made by a client arrives to the service in the form of a REST opera
74
74
75
75
The pricing pages don't list a price for each individual operation but instead lists the price of an operation _type_. To determine the price of an operation, you must first determine how that operation is classified in terms of its type. To trace a _logged operation_ to a _REST operation_ and then to an operation _type_, see [Map each REST operation to a price](../blobs/map-rest-apis-transaction-categories.md).
76
76
77
+
Some operations like deletes or metadata operations may be charged on hot tier only, even if the operation is executed against objects on other tiers. This does not impact the price of the operation.
78
+
77
79
The price that appears beside an operation type isn't the price you pay for each operation. In most cases, it's the price of `10,000` operations. To obtain the price of an individual operation, divide the price by `10,000`. For example, if the price for write operations is `$0.055`, then the price of an individual operation is `$.0555` / `10,000` = `$0.0000055`. You can estimate the cost to upload a file by multiplying the number write operations required to complete the upload by the cost of an individual transaction. To learn more, see [Estimate the cost of using Azure Blob Storage](../blobs/blob-storage-estimate-costs.md).
78
80
79
81
#### Data transfer meter
@@ -134,13 +136,13 @@ Use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculato
134
136
135
137
2. Scroll down the page and locate the **Storage Accounts** section of your estimate.
136
138
137
-
3. Choose options from the drop-down lists.
139
+
1. Choose options from the drop-down lists.
138
140
139
141
As you modify the value of these drop-down lists, the cost estimate changes. That estimate appears in the upper corner as well as the bottom of the estimate.
140
142
141
143

142
-
143
-
As you change the value of the **Type** drop-down list, other options that appear on this worksheet change as well. Use the links in the **More Info** section to learn more about what each option means and how these options affect the price of storage-related operations.
144
+
145
+
As you change the value of the **Type** drop-down list, other options that appear on this worksheet change as well. Use the links in the **More Info** section to learn more about what each option means and how these options affect the price of storage-related operations.
144
146
145
147
4. Modify the remaining options to see their effect on your estimate.
146
148
@@ -190,16 +192,16 @@ To view Azure Storage costs in cost analysis:
190
192
191
193
1. Sign in to the [Azure portal](https://portal.azure.com).
192
194
193
-
2. Open the **Cost Management + Billing** window, select **Cost management** from the menu and then select **Cost analysis**. You can then change the scope for a specific subscription from the **Scope** dropdown.
195
+
1. Open the **Cost Management + Billing** window, select **Cost management** from the menu and then select **Cost analysis**. You can then change the scope for a specific subscription from the **Scope** dropdown.
0 commit comments