Queries for the SynapseLinkEvent table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
Synapse Link table fail events
Display sample failed Synapse Link table events.
SynapseLinkEvent
| where OperationName == "TableFail"
| limit 100