Skip to content

Commit 4de3705

Browse files
Merge pull request #314072 from janetjo2510/billing-changes-jajose
Update billing page
2 parents 4252a7f + 47611f0 commit 4de3705

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

articles/sentinel/billing.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to plan your Microsoft Sentinel costs, and understand pri
55
author: EdB-MSFT
66
ms.author: edbaynash
77
ms.topic: concept-article
8-
ms.date: 03/11/2026
8+
ms.date: 04/01/2026
99
ms.collection: usx-security
1010
appliesto:
1111
- Microsoft Sentinel in the Microsoft Defender portal
@@ -75,6 +75,44 @@ The data lake tier incurs charges based on usage of various data lake capabiliti
7575

7676
Once onboarded, usage from Microsoft Sentinel workspaces begins to be billed through the previously described meters rather than existing long-term retention (formerly known as Archive), search, or auxiliary logs ingestion meters.
7777

78+
### Sentinel graph
79+
80+
#### Embedded graphs in Defender and Purview Portals
81+
82+
Hunting graph and blast radius visualizations in the Microsoft Defender portal, along with Insider Risk Management and Data Security Investigations in the Microsoft Purview portal, do not incur any billing or consumption charges. To learn more about the Microsoft Purview and Defender graphs powered by Sentinel, see [Microsoft Sentinel graph](/azure/sentinel/datalake/sentinel-graph-overview?tabs=defender).
83+
84+
Accessing Defender and Purview graphs through the MCP graph tool collection results in additional charges.
85+
86+
#### Custom graphs
87+
88+
Sentinel custom graph billing is consumption based, with graph operations charged per compute hour. To learn more about the Microsoft Sentinel custom graphs, see [Custom graphs](/azure/sentinel/datalake/custom-graphs-overview).
89+
90+
The following graph operations are billed per compute hour under the graph meter:
91+
92+
- Creating a graph using notebooks in Visual Studio Code.
93+
94+
- Querying a graph using notebooks in Visual Studio Code.
95+
96+
- Querying a graph using Sentinel graphs experiences via Defender portal.
97+
98+
- Querying a graph using Graph Query APIs.
99+
100+
- Querying a graph using Sentinel MCP graph tool collection.
101+
102+
#### Graph charges
103+
104+
Graph charges are calculated as core hours times execution time multiplied by the number of vCores in the selected SKU times the Sentinel graph meter price. There is a single graph SKU option which uses 49 vCores for graph build operations and 6 vCores for graph queries, with a minimum query execution time of one minute.
105+
106+
For example, when you run a Notebook job for one hour and use graph APIs to build a graph that takes five minutes, the graph cost is calculated as:
107+
108+
`cost = 49 × (Price per vCore hour) × (5/60)`
109+
110+
Similarly, if your graph queries take one minute to complete, the cost is determined by:
111+
112+
`cost = 6 × (Price per vCore hour) × (1/60)`
113+
114+
Any notebook/Spark compute and Data lake storage consumed for data transformations to build node and edges for the graph is billed independently per existing Sentinel Data lake meters (Data lake storage and Advanced Data Insights).
115+
78116
### Understand your Microsoft Sentinel bill
79117

80118
Billable meters are the individual components of your service that appear on your bill and are shown in Microsoft Cost Management. At the end of your billing cycle, the charges for each meter are summed. Your bill or invoice shows a section for all Microsoft Sentinel costs. There's a separate line item for each meter.

0 commit comments

Comments
 (0)