Microsoft Azure - Enabling Logs for Troubleshooting the Azure Firewall Rules Last Updated : 31 Mar, 2023 Comments Improve Suggest changes Like Article Like Report Azure Firewall Diagnostic settings are used to configure logs and metrics for a resource to the destination of Log Analytics Workspace. Pre-requisites: Azure Firewall ResourceLog Analytics Workspace which is configured for monitoring your Azure resources.Implementation: Step 1: Login to Azure Portal Step 2: Search for Firewalls from azure global search and select Firewall Step 3: Select your Firewall resource from Azure Firewall resources Step 4: Navigate to Monitoring >> Access Diagnostic setting Step 5: Now, Click on 'Add Diagnostic setting' to configure the collection of the following data: AzureFirewallApplicationRuleAzureFirewallNetworkRuleAzureFirewallDnsProxyConfigure Firewall Logs:Configure Firewall resource logs and metrics to the destination of Log Analytics Workspace:Click on Save to update the changes. Following are the azure KQL Query to test or to troubleshoot the firewall Logs: AzureDiagnostics | where Category == "AzureFirewallNetworkRule" or Category == "AzureFirewallApplicationRule" | where OperationName == "AzureFirewallNetworkRuleLog" or OperationName == "AzureFirewallApplicationRuleLog" Output: Create Quiz Comment J jaysurya9 Follow 0 Improve J jaysurya9 Follow 0 Improve Article Tags : Microsoft Azure DevOps Cloud-Computing Explore DevOps BasicsWhat is DevOps ?6 min readDevOps Lifecycle10 min readThe Evolution of DevOps - 3 Major Trends for Future7 min readVersion ControlVersion Control Systems5 min readMerge Strategies in Git4 min readWhich Version Control System Should I Choose?5 min readCI & CDWhat is CI/CD?7 min readUnderstanding Deployment Automation4 min readContainerizationWhat is Docker?8 min readWhat is Dockerfile Syntax?5 min readOrchestrationKubernetes - Introduction to Container Orchestration4 min readFundamental Kubernetes Components and their role in Container Orchestration12 min readHow to Use AWS ECS to Deploy and Manage Containerized Applications?4 min readInfrastructure as Code (IaC)Infrastructure as Code (IaC)7 min readIntroduction to Terraform15 min readWhat is AWS Cloudformation?14 min readMonitoring and LoggingWorking with Prometheus and Grafana Using Helm5 min readWorking with Monitoring and Logging Services5 min readMicrosoft Teams vs Slack4 min readSecurity in DevOpsWhat is DevSecOps: Overview and Tools10 min readDevOps Best Practices for Kubernetes11 min readTop 10 DevOps Projects with Source Code [2025]8 min read Like