Skip to content

Commit 41e1fd5

Browse files
committed
First draft
1 parent cf3f2e7 commit 41e1fd5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: normesta
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 12/07/2022
8+
ms.date: 03/13/2023
99
ms.author: normesta
1010
ms.subservice: common
1111
ms.custom: subject-cost-optimization
@@ -198,6 +198,18 @@ You can add other filters as well (For example: a filter to see costs for specif
198198

199199
You can also [export your cost data](../../cost-management-billing/costs/tutorial-export-acm-data.md?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) to a storage account. This is helpful when you need or others to do additional data analysis for costs. For example, a finance team can analyze the data using Excel or Power BI. You can export your costs on a daily, weekly, or monthly schedule and set a custom date range. Exporting cost data is the recommended way to retrieve cost datasets.
200200

201+
## Avoid billing surprises
202+
203+
The use of some features can lead to unexpected charges. In many cases, you can make tweaks to the way that you use a feature to hedge against surprise statements. Use the following table as a guide.
204+
205+
| Category | Action | Potential impact on your bill |
206+
|----------|--------|-------------------------------|
207+
| Access tiers | Changing the default access tier setting | If your account contains a large number of blobs for which the access tier is inferred, then This action can lead a significant increase in your bill. <br><br>A change to the default access tier setting of a storage account applies to all blobs in the account for which an access tier hasn't been explicitly set. For example, if you toggle the default access tier setting from hot to cool in a general-purpose v2 account, then you're charged for write operations (per 10,000) for all blobs for which the access tier is inferred. You're charged for both read operations (per 10,000) and data retrieval (per GB) if you toggle from cool to hot in a general-purpose v2 account. <br><br>For more information, see [Default account access tier setting](../blobs/access-tiers-overview.md#default-account-access-tier-setting). |
208+
| Access tiers | Rehydrating frm archive | High priority rehydration from archive can lead to higher-than-normal bills. Microsoft recommends reserving high-priority rehydration for use in emergency data restoration situations. <br><br>For more information, see [Rehydration priority](../blobs/archive-rehydrate-overview.md#rehydration-priority).|
209+
| Data protection | Enabling blob soft delete | Overwriting blobs can lead to blob snapshots. Unlike the case where a blob is deleted, the creation of these snapshots isn't logged. This can lead to unexpected storage costs. Consider whether data that is frequently overwritten should be placed in an account that doesn't have soft delete enabled.<br><br>For more information, see [How overwrites are handled when soft delete is enabled](../blobs/soft-delete-blob-overview.md#how-overwrites-are-handled-when-soft-delete-is-enabled).|
210+
| Data protection | Enabling blob versioning | Every write operation on a blob creates a new version. As is the case with enabling blob soft delete, consider whether data that is frequently overwritten should be placed in an account that doesn't have versioning enabled. <br><br>For more information, see [Versioning on write operations](../blobs/versioning-overview.md#versioning-on-write-operations). |
211+
| Monitoring | Enabling Storage Analytics logs (classic logs)| Storage analytics logs can accumulate in your account over time if the retention policy is not set. Make sure to set the retention policy to avoid log build up.<br><br>For more information, see [Modify log data retention period](manage-storage-analytics-logs.md#modify-log-data-retention-period) |
212+
201213
## FAQ
202214

203215
**If I use Azure Storage for only a few days a month, is the cost prorated?**

0 commit comments

Comments
 (0)