Skip to content

Commit dbe68c3

Browse files
authored
docs: add Azure Firewall scrape (#64)
1 parent 180e34d commit dbe68c3

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
tags:
3+
- Scraper
4+
- Resource Discovery
5+
- Azure Firewall
6+
---
7+
8+
# Azure Firewall
9+
10+
![Availability Badge](https://img.shields.io/badge/Available%20Starting-v2.12-green.svg)![Resource Discovery Support Badge](https://img.shields.io/badge/Support%20for%20Resource%20Discovery-Yes-green.svg)
11+
12+
You can scrape an Azure Firewall via the `AzureFirewall`
13+
resource type.
14+
15+
When using declared resources, the following fields need to be provided:
16+
17+
- `azureFirewallName` - The name of the Azure Firewall.
18+
19+
All supported metrics are documented in the official [Azure Monitor documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-azurefirewalls-metrics).
20+
21+
## Example
22+
23+
Here is an example configuration:
24+
25+
```yaml
26+
name: azure_firewall_application_rule_hits
27+
description: number of times Application rules were hit
28+
resourceType: AzureFirewall
29+
azureMetricConfiguration:
30+
metricName: ApplicationRuleHit
31+
aggregation:
32+
type: Count
33+
dimension:
34+
name: Status
35+
resourceDiscoveryGroups:
36+
- name: azure-firewalls
37+
```

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ nav:
167167
- Azure Event Hubs: scraping/providers/event-hubs.md
168168
- Azure Express Route Circuit: scraping/providers/express-route-circuit.md
169169
- Azure File Storage: scraping/providers/file-storage.md
170+
- Azure Firewall: scraping/providers/azure-firewall.md
170171
- Azure Front Door: scraping/providers/front-door.md
171172
- Azure Function App: scraping/providers/function-app.md
172173
- Azure IoT Hub Device Provisioning Service (DPS): scraping/providers/iot-hub-device-provisioning-service.md
@@ -222,6 +223,7 @@ nav:
222223
- Azure Event Hubs: scraping/providers/event-hubs.md
223224
- Azure Express Route Circuit: scraping/providers/express-route-circuit.md
224225
- Azure File Storage: scraping/providers/file-storage.md
226+
- Azure Firewall: scraping/providers/azure-firewall.md
225227
- Azure Front Door: scraping/providers/front-door.md
226228
- Azure Function App: scraping/providers/function-app.md
227229
- Azure IoT Hub Device Provisioning Service (DPS): scraping/providers/iot-hub-device-provisioning-service.md

0 commit comments

Comments
 (0)