Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
When you are trying to query logs such as activity logs from log analytics workspace, the queries don't return the results. Kindly note you need to enable diagnostic settings for activity logs to send to logs to log analytics workspace.
To enable diagnostic logs for Activity logs: Go to any resource -> Click on Activity Log Tab on left pane -> Click on Export Activity Logs -> Click on "Add Diagnostic Settings" link -> Enter the diagnostic name, Select the Logs, choose the log analytic workspace where you want to query your data. For more information, check this document.
Then I run this query:
AzureActivity
| where OperationNameValue =~ "microsoft.network/azurefirewalls/write"
| where ActivityStatusValue =~ "Start"
By using the above command in the request body, we can identify which rule needs to be changed and view the specific details.
Go to the Properties->>request body ->> properties.
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.