Hi Amit,
To forward Azure Firewall logs to a Syslog server , based on MS documentation is required:
- Configure a Linux VM: The log forwarder.
- Install a Syslog daemon and the Log Analytics agent on the VM
- Create a data collection rule in Azure Monitor Agent: To specify what data to collect and where to send it
- Configure the Syslog daemon and the Log Analytics agent to receive the log and sent to Syslog server.
Some examples;
- https://learn.microsoft.com/en-us/azure/sentinel/connect-log-forwarder?tabs=rsyslog
- https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-syslog
Let me know if this help you, if you need deeper information also let me know to create my own lab and help you. (Very interesting topic)
Luis