Service Graph Connector for Azure: error 400 "The request had some invalid properties" and "A semantic error occurred.","innererror":{"code":"SEM0100","message":"'where' operator: Failed to resolve table or column expression named 'ConfigurationData'"}"Issue Configuration of SG-Azure Log Analytics Connection failed with status error 400: "The request had some invalid properties"Full response received logged in Outbound HTTP Requests: {"error":{"message":"The request had some invalid properties","code":"BadArgumentError","correlationId":"1234ABCD-1234-ABCD-1234-1234AB1234CD","innererror":{"code":"SemanticError","message":"A semantic error occurred.","innererror":{"code":"SEM0100","message":"'where' operator: Failed to resolve table or column expression named 'ConfigurationData'"}}}} NOTE: The correlation ID is a unique identifier specific to a given environment.CauseThe issue is on the Azure side.Log Analytics API is not able to fetch the data because it is unable to read from ConfigurationData tables. This is due to one of the following reasons:1. The automation account is not linked to a workspace but does have change tracking enabled.2. If the automation account is linked, but change tracking is not enabled.ResolutionThe automation account must be linked to a workspace and must have change tracking enabled. Both of these conditions must be configured. Review the following documentation to set up the workspace and link the automation account with change tracking enabled. 1. ServiceNow Community: Service Graph Connector for Azure Overview - https://www.servicenow.com/community/cmdb-articles/service-graph-connector-for-azure-overview/ta-p/23018222. Microsoft: Create an Automation Account - https://learn.microsoft.com/en-us/azure/automation/quickstarts/create-azure-automation-account-portal3. Microsoft: Enable Change Tracking - https://learn.microsoft.com/en-us/azure/automation/change-tracking/enable-from-automation-account