Sending Azure Firewall logs to azure diagnostic table and resource specific tables simultaneously?

CTI 0 Reputation points
2025-04-21T15:06:04.7233333+00:00

Hello, I have the Azure Firewalls for my environment and was wondering if it was possible to configure the firewall logs to be sent to both the AzureDiagnostics table and the Resource specific tables in Log Analytics workspace. I believe that I would need to go to the firewall settings, add another diagnostic setting, add the correct category groups and send it to log analytics workspace for the resource specific destination table. I would do this as well for the azurediagnostics table and leave the destination table to Azure Diagnostics. I want to make sure I can have both tables being populated. Does that sound correct?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,574 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 8,516 Reputation points
    2025-04-21T18:19:40.1733333+00:00

    Hi CTI,

    Yes, your understanding is correct I had experience with a similar setup and It's worked fine. You can do that by setting up two separate diagnostic settings. Here’s how it works:

    1. Head to your Azure Firewall settings in the Azure portal.
    2. Create two diagnostic settings: For the AzureDiagnostics table, select the log categories you need (like ApplicationRuleLog, NetworkRuleLog, etc.), choose Log Analytics workspace as the destination, and leave the destination table as AzureDiagnostics. For the Resource-specific tables, repeat the process but make sure the destination is set to Resource-specific tables.
    3. Check your setup to ensure both diagnostic settings are active and configured correctly.

    By doing this, you’re essentially telling Azure to send the logs to two different tables simultaneously. The AzureDiagnostics table gives you a combined view of all logs, while the Resource-specific tables provide structured data for easier querying and analysis.

    References:

    If the information helped address your question, please Accept the answer.

    Luis

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.