Skip to content

Commit 26211e9

Browse files
Merge pull request #300674 from beber-msft/docs-editor/storage-plan-manage-costs-1748884749
Update storage-plan-manage-costs.md
2 parents 41fe012 + 157adcc commit 26211e9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/storage/common/storage-plan-manage-costs.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Each request made by a client arrives to the service in the form of a REST opera
7474

7575
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).
7676

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+
7779
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).
7880

7981
#### Data transfer meter
@@ -134,13 +136,13 @@ Use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculato
134136

135137
2. Scroll down the page and locate the **Storage Accounts** section of your estimate.
136138

137-
3. Choose options from the drop-down lists.
139+
1. Choose options from the drop-down lists.
138140

139141
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.
140142

141143
![Screenshot showing your estimate.](media/storage-plan-manage-costs/price-calculator-storage-type.png)
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.
144146

145147
4. Modify the remaining options to see their effect on your estimate.
146148

@@ -190,16 +192,16 @@ To view Azure Storage costs in cost analysis:
190192

191193
1. Sign in to the [Azure portal](https://portal.azure.com).
192194

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.
194196

195197
![Screenshot showing scope](./media/storage-plan-manage-costs/cost-analysis-pane.png)
196-
197-
4. To view only costs for Azure Storage, select **Add filter** and then select **Service name**. Then, choose **storage** from the list.
198+
199+
1. To view only costs for Azure Storage, select **Add filter** and then select **Service name**. Then, choose **storage** from the list.
198200

199201
Here's an example showing costs for just Azure Storage:
200202

201203
![Screenshot showing filter by storage](./media/storage-plan-manage-costs/cost-analysis-pane-storage.png)
202-
204+
203205
In the preceding example, you see the current cost for the service. Costs by Azure regions (locations) and by resource group also appear.
204206
You can add other filters as well (For example: a filter to see costs for specific storage accounts).
205207

0 commit comments

Comments
 (0)