Forum Discussion
esxJoaoIgor
Oct 29, 2019Copper Contributor
Syntax Error in Logic App log query
Hi I'm getting syntax error when I run a query in a Logic app logs. But this error happens just with some Logic app resources Does anyone know why is this happening
- Nov 01, 2019
The above error means that AzureMetrics table does not exists on the Log Analytics workspace. Some tables are created only when you start sending data to them. Basically in the case of AzureMetrics you need to send metrics from Azure resource via diagnostic settings configured.
Nov 01, 2019
The above error means that AzureMetrics table does not exists on the Log Analytics workspace. Some tables are created only when you start sending data to them. Basically in the case of AzureMetrics you need to send metrics from Azure resource via diagnostic settings configured.