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.

Display sample failed Synapse Link table events.

SynapseLinkEvent
| where OperationName == "TableFail"
| limit 100