azure.vnet

Virtual Networks Resource

example:

This set of policies will find all Virtual Networks that do not have DDOS protection enabled.

policies:
  - name: find-vnets-ddos-protection-disabled
    resource: azure.vnet
    filters:
      - type: value
        key: properties.enableDdosProtection
        op: equal
        value: False

Filters

Actions