Skip to content

Azure Firewall

Availability BadgeResource Discovery Support Badge

You can scrape an Azure Firewall via the AzureFirewall resource type.

When using declared resources, the following fields need to be provided:

  • azureFirewallName - The name of the Azure Firewall.

All supported metrics are documented in the official Azure Monitor documentation.

Example

Here is an example configuration:

name: azure_firewall_application_rule_hits
description: number of times Application rules were hit 
resourceType: AzureFirewall
azureMetricConfiguration:
  metricName: ApplicationRuleHit
  aggregation:
    type: Count
  dimension:
    name: Status
resourceDiscoveryGroups:
  - name: azure-firewalls