Skip to content

Commit

Permalink
Create Workspaces90DaysRetention.kql
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-trent committed Jul 7, 2023
1 parent 427777a commit fbf8815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Workspaces90DaysRetention.kql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//Run the following in Azure Resource Graph Explorer to show all existing Workspaces set to 90 days retention

resources
| where type == "microsoft.operationalinsights/workspaces"
| where properties['retentionInDays'] == 90

0 comments on commit fbf8815

Please sign in to comment.