hisashin0728 / exceededCostUsageIncident

Sentinel を用いた Billable データの課金アラートサンプル例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exceededCostUsageIncident

Sentinel を用いた Billable データの課金アラートサンプル例

画面例

image

KQL 例

Usage
| where TimeGenerated > ago(queryperiod)
| where DataType !endswith "_CL"
| where IsBillable
| summarize DataGB = sum(Quantity / 1024) // Quantity is Mbytes
| where DataGB > 40

About

Sentinel を用いた Billable データの課金アラートサンプル例