Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Updating the query for VNET DDoS Protection
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshbenke committed Sep 7, 2023
1 parent 0200267 commit ac34342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resources
| where type =~ 'Microsoft.Network/virtualNetworks'
| where isnotnull(properties.enableDdosProtection)
| where tostring(properties.enableDdosProtection) contains "false"
| project recommendationId = "vnet-2", name, id, properties.enableDdosProtection

0 comments on commit ac34342

Please sign in to comment.