79374858

Date: 2025-01-21 14:50:45
Score: 1.5
Natty:
Report link

I think I may have the answer. My KQL that triggers the alert includes

AppPageViews
| where ClientType == 'Browser'
| where TimeGenerated between (now(-30d) .. now())
| summarize count_sum = sum(ItemCount)

When this returns a zero I know that the site is no longer needed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Greg Stevens