failed to resolve table or column expression named 'addonazurebackupjobs'
1 TopicFailed to resolve table or column expression named 'AddonAzureBackupJobs'
Hi All, I am new to Kusto Query Language. Please bear with me if my question is too basic. When i execute the below query to get details of all successful backup jobs, i get an error: 'where' operator: Failed to resolve table or column expression named 'AddonAzureBackupJobs' AddonAzureBackupJobs | where JobOperation=="Backup" | summarize arg_max(TimeGenerated,*) by JobUniqueId | where JobStatus=="Completed" https://docs.microsoft.com/en-us/azure/backup/backup-azure-monitoring-use-azuremonitor How can i populate the table AddonAzureBackupJobs before running the above query. If i understand correct, 'AddonAzureBackupJobs' is not a default tableSolved11KViews0likes2Comments