Skip to content

Commit 09c45a4

Browse files
committed
add change tracking
1 parent ddce18b commit 09c45a4

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
281 KB
Loading
106 KB
Loading

articles/firewall/monitor-firewall.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ You can also connect to your storage account and retrieve the JSON log entries f
4343
4444
[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
4545

46+
## Change tracking (Preview) 
47+
48+
Azure Resource Graph (ARG) is an Azure service designed to provide efficient and performant resource exploration at scale.  Azure Resource Graph (ARG) provides change analysis data for various management and troubleshooting scenarios. Users can find when changes were detected on an Azure Resource Manager (ARM) property, view property change details and query changes at scale across their subscription, management group, or tenant. 
49+
50+
ARG change analysis recently added support for RuleCollectionGroups. You can now track changes to Azure Firewall Rule Collection Groups using an Azure Resource Graph query from the Azure Portal ResourceGraphExplorer page using a query like this:  
51+
52+
:::image type="content" source="media/monitor-firewall/query.png" alt-text="Screenshot of the Azure Resource Graph query to track changes to Azure Firewall Rule Collection Groups.":::
53+
54+
Below is a sample change output.  
55+
56+
:::image type="content" source="media/monitor-firewall/output.png" alt-text="Screenshot of the output that depicts the change to Azure Firewall Rule Collection Groups.":::
57+
58+
This capability can help you track changes made to your firewall rules helping ensure accountability for a sensitive resource like a firewall.
59+
4660
## Structured Azure Firewall logs
4761

4862
Structured logs are a type of log data that are organized in a specific format. They use a predefined schema to structure log data in a way that makes it easy to search, filter, and analyze. Unlike unstructured logs, which consist of free-form text, structured logs have a consistent format that machines can parse and analyze.

0 commit comments

Comments
 (0)