I am unable to view any inbound traffic logs in Azure Firewall. I am trying to view in Log Analytics and can see only the outbound traffic logs which are from Azure. Is there any settings to be enabled to view the traffic?
I even tried running the below query to see any traffic coming from my machine.
AzureDiagnostics
| where ResourceType == "AZUREFIREWALLS"
and msg_s contains "request from 192.168.6.12"
and msg_s contains "Allow"
