You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/billing.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to plan your Microsoft Sentinel costs, and understand pri
5
5
author: EdB-MSFT
6
6
ms.author: edbaynash
7
7
ms.topic: concept-article
8
-
ms.date: 03/11/2026
8
+
ms.date: 04/01/2026
9
9
ms.collection: usx-security
10
10
appliesto:
11
11
- 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
75
75
76
76
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.
77
77
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
+
78
116
### Understand your Microsoft Sentinel bill
79
117
80
118
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