Thanks for posting your question in the Microsoft Q&A forum. May this articles help you: https://techcommunity.microsoft.com/t5/azure-observability-blog/how-to-analyze-data-exported-from-log-analytics-data-using/ba-p/2547888 https://learn.microsoft.com/en-us/azure/synapse-analytics/monitoring/how-to-monitor-using-azure-monitor ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **
How to connect and export data from Azure monitor and log analytics into Azure Synapse dedicated pool

Hi
I want to export all monitoring and log data from azure monitor into a SQL table to store it for historical analysis, is it possible to create a direct connection between azure monitor/log analytics into synapse? and if so, how could I implement it, is there any MS Learn documentation?
Azure Monitor
Azure Synapse Analytics
-
Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
2024-02-17T06:06:10.09+00:00
1 additional answer
Sort by: Most helpful
-
SwathiDhanwada-MSFT 18,996 Reputation points Moderator
2024-02-20T06:08:00.53+00:00 @Gustavo Adolfo Alemán Sánchez For your requirement, you can export the data from log analytics to azure synapse using event hubs.
On how to send the data from log analytics to event hub, you can refer to this document. And to send data from event hub to Azure Synapse, you can refer to this document.
Some reference documents for additional information.