Skip to content

Commit

Permalink
Merge branch 'main' of github.com:raporpe/defender-for-vm-analyzer in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
raporpe committed Feb 7, 2023
2 parents 985d522 + 2f29f8c commit 5a6fa13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ Since the Databricks VMs are constantly being created and deleted, it is **not t
4. You can now go back to the resource group and look for the Log analytics workspace. Perform the following KQL query to see the current consumption:

```sql
let defenderForVMMonthlyCost = 15;
let defenderForVMHourlyCost = defenderForVMMonthlyCost / 30.0 / 24.0;
let defenderForVMHourlyCost = 0.02;
let TotalHours = toscalar(AppTraces
| where Message startswith "Billable Databricks VMs: "
| project TimeGenerated, DatabricksVMCount = extract("[0-9]+", 0, Message)
Expand Down

0 comments on commit 5a6fa13

Please sign in to comment.