Skip to content

Commit 34e71a0

Browse files
committed
Updating billing
1 parent dce1c5a commit 34e71a0

File tree

4 files changed

+99
-15
lines changed

4 files changed

+99
-15
lines changed

articles/storage-discovery/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ items:
1111
- name: Discovery core concepts
1212
href: core-concepts.md
1313
- name: Planning for deployment
14-
href: deploy-planning.md
14+
href: deployment-planning.md
1515
- name: Understand Discovery Pricing
1616
href: pricing.md
1717
- name: How-To
File renamed without changes.

articles/storage-discovery/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ additionalContent:
3333
# Card
3434
- title: Overview
3535
links:
36-
- url: deploy-planning.md
36+
- url: deployment-planning.md
3737
text: Planning for a Storage Discovery deployment
3838
- url: create-workspace.md
3939
text: Deploying a Storage Discovery resource

articles/storage-discovery/pricing.md

Lines changed: 97 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Understand Storage Discovery Pricing | Microsoft Docs
33
titleSuffix: Azure Storage Discovery
44
description: Storage Discovery pricing and features available with each pricing plan.
5-
author: pthippeswamy
5+
author: fauhse
66
ms.service: azure-storage-mover
77
ms.topic: overview
88
ms.date: 08/01/2025
@@ -11,22 +11,106 @@ ms.author: shaas
1111

1212
# Azure Storage Discovery pricing
1313

14-
Azure Storage Discovery provides a centralized view of storage across subscriptions and regions, aggregating metrics on capacity, activity, and configuration. This article describes how you plan for and manage costs for Azure Storage Discovery.
14+
Azure Storage Discovery offers free and paid pricing plans. This article describes the differences and explains what influences the bill when choosing a paid option.
1515

16-
## Understand the full billing model for Azure Storage Discovery
16+
> [!TIP]
17+
> Billing for Azure Storage Discovery starts October 1st, 2025. Until then, all pricing plans are free of charge.
1718
18-
Azure Storage Discovery is available in free and paid
19+
## Pricing plans
1920

20-
For each Discovery workspace, you can select from free or paid options. The number of insights and their retention varies.
21+
For each Discovery workspace, you can select from free or paid options. The number of insights and their retention varies.
2122

22-
| Discovery pricing plan | Description |
23-
|---|---|
24-
| Free | Includes limited Capacity and Resource configuration insights for up to 15 days with daily updates of the data. |
25-
| Standard | Includes insights for Capacity, Operations, Resource and security configurations with hourly updates. Upon workspace creation, historic data is aggregated for the prior 30 days and all data is retained for up to 18 months.|
23+
<br>
24+
<table>
25+
<thead>
26+
<tr>
27+
<th rowspan="2" style="border-right: 1px solid #ddd;">PRICING PLAN</th>
28+
<th colspan="4">AVAILABLE INSIGHTS</th>
29+
</tr>
30+
<tr>
31+
<th>Capacity</th>
32+
<th>Transactions</th>
33+
<th>Configuration</th>
34+
<th>History</th>
35+
</tr>
36+
</thead>
37+
<tbody>
38+
<tr>
39+
<td style="border-right: 1px solid">Free</td>
40+
<td>
41+
<ul>
42+
<li>Trends</li>
43+
<li>Distributions</li>
44+
<li>Top storage accounts</li>
45+
</ul>
46+
</td>
47+
<td><ul><li>N/A</li></ul></td>
48+
<td><ul><li>N/A</li></ul></td>
49+
<td>
50+
<ul>
51+
<li>Backfill: 30 days</li>
52+
<li>History: 18 months</li>
53+
</ul>
54+
</td>
55+
</tr>
56+
<tr>
57+
<td style="border-right: 1px solid">Standard</td>
58+
<td>
59+
<ul>
60+
<li>Trends</li>
61+
<li>Distributions</li>
62+
<li>Top storage accounts</li>
63+
</ul>
64+
</td>
65+
<td>
66+
<ul>
67+
<li>Trends</li>
68+
<li>Distributions</li>
69+
<li>Top storage accounts</li>
70+
</ul>
71+
</td>
72+
<td>
73+
<ul>
74+
<li>Resource configuration</li>
75+
<li>Security configuration</li>
76+
</ul>
77+
</td>
78+
<td>
79+
<ul>
80+
<li>Backfill: 30 days</li>
81+
<li>History: 18 months</li>
82+
</ul>
83+
</td>
84+
</tr>
85+
</tbody>
86+
</table>
2687

27-
## Azure Storage Discovery meters
2888

29-
The total cost of a Storage Discovery workspace will depend on its configuration.
89+
## Understand billing
3090

31-
You can configure a workspace to observe storage resources (e.g. storage accounts).
32-
In the case of Azure Blob Storage, storage accounts contain objects. The cost of a Discovery workspace depends on the number of storage account resources and blobs within them.
91+
The total cost of a Storage Discovery workspace depends on the pricing plan you choose and how you configure your workspace.
92+
Cost increases with the number of storage resources and stored data objects you analyze.
93+
94+
In the case of Azure Blob Storage, storage accounts contain objects. The cost of a Discovery workspace depends on the number of storage account resources and blobs within them that are in scope to be analyzed.
95+
96+
| | Free pricing plan | Standard pricing plan |
97+
|--------------------------------|-------------------|-----------------------|
98+
| **Storage accounts analyzed** | Free | There is a fee per storage resource (e.g.: storage account) that is in a scope of your workspace. The more storage resources you analyze, the more the average resource cost decreases.|
99+
| **Total objects analyzed*** | Free | There is a fee per data object (e.g.: blob object) that is contained in a storage resource. The more storage objects you analyze, the more the average object cost decreases. |
100+
101+
> [!NOTE]
102+
> The actual cost in your market and currency will be published on Azure.com before billing begins on October 1st, 2025.
103+
104+
## Additional considerations
105+
106+
Storing, retrieving, or generating Discovery insights causes no additional charges. Your Azure Storage resources experience no additional transactions or performance impact when analyzing them with Azure Storage Discovery.
107+
108+
Every workspace is billed individually. Including a storage resource in a paid Discovery workspace increases the bill of that workspace, even if the same storage resource is already included in a different workspace.
109+
110+
## Next steps
111+
112+
After understanding the billing implications, it's a good idea to get more familiar with the Discovery service. Select an article to learn more.
113+
114+
- [Get an overview of the Discovery service](overview.md)
115+
- [Plan your Storage Discovery deployment](deployment-planning.md)
116+
- [Create a Storage Discovery workspace](create-workspace.md)

0 commit comments

Comments
 (0)