Skip to content

Commit 599f25e

Browse files
Merge pull request #297212 from normesta/normesta-reg-updates-14
Adding pricing info
2 parents 516b4b7 + cad1ac6 commit 599f25e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

articles/storage-actions/overview.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: normesta
88
ms.service: azure-storage-actions
99
ms.custom: build-2023-metadata-update
1010
ms.topic: overview
11-
ms.date: 02/20/2025
11+
ms.date: 03/27/2025
1212
ms.author: normesta
1313

1414
---
@@ -105,12 +105,23 @@ Azure Storage tasks are supported in the following public regions:
105105

106106
- West US 2
107107

108+
> [!NOTE]
109+
> General-purpose v1 accounts don't support the latest features and hence Azure Storage Actions is not supported either. If you have a general-purpose v1 account, we recommend you to upgrade to [general-purpose v2 accounts](/azure/well-architected/service-guides/storage-accounts/operational-excellence#design-considerations) to use all the latest features.
110+
108111
## Pricing and billing
109112

110-
You can try the feature for free during the preview, paying only for transactions invoked on your storage account. Pricing information for the feature will be published before general availability.
113+
Pricing is based on the execution of storage task assignments. Each time your storage task assignment executes, you are billed a task execution instance charge. You also incur a charge based on the count of objects scanned and evaluated against the conditions of the storage task. That charge is based on a single price per million objects scanned. The final meter applies to the count of operations performed on objects in the storage account. This charge is also based on a single price per million objects. Meters are applied to each executing instance. If a storage task assignment is scheduled to execute repeatedly, then you're billed for each separate instance.
111114

112-
> [!Note]
113-
> General-purpose v1 accounts don't support the latest features and hence Azure Storage Actions is not supported either. If you have a general-purpose v1 account, we recommend you to upgrade to [general-purpose v2 accounts](/azure/well-architected/service-guides/storage-accounts/operational-excellence#design-considerations) to use all the latest features.
115+
At the end of your billing cycle, the charges for each meter are summed. Your bill or invoice shows a section for all Azure Storage Actions costs. There's a separate line item for each meter. These charges appear in the subscription of the storage account where the task assignment is configured. To find the price of each meter, see [Azure Storage Actions Preview pricing](https://azure.microsoft.com/pricing/details/storage-actions/).
116+
117+
You can use the following formula to estimate the cost of a **each** storage task assignment execution:
118+
119+
Task execution instance charge + (Objects targeted charge * Objects targeted in millions) + (Operations invoked charge * Operations on objects in millions).
120+
121+
In addition to the Azure Storage Actions charges for the task assignment execution, you might also be billed for the cost of operations performed on the storage account. For example, if a storage task adds an index tag to a blob, then you'll incur the cost of a [Set Blob Tags](/rest/api/storageservices/set-blob-tags) operation on the target storage account.
122+
123+
> [!NOTE]
124+
> Pricing for Azure Storage Actions will start rolling out across the different preview regions starting from April 1, 2025. Charges for Azure Storage Actions might appear on your subscription if a task assignment was executed after the effective date. During the roll out period, charges for objects targeted and operations executed might not appear on your bill until later in the cycle. Because of this delay, your bill might seem lower than expected during the first part of the month.
114125
115126
## Next steps
116127

0 commit comments

Comments
 (0)