An administrator is creating a custom Log Analytics query to report on failed backup jobs and identify the specific Azure virtual machines associated with those failures. The diagnostic settings on the Recovery Services Vaults are configured to use the resource-specific destination tables. Which two tables must the administrator query and join to retrieve this information? Select two.
- AddonBackupJobsAnswer
- CoreBackupAnswer
- CAzureDiagnostics
- DAddonBackupStorage
Answer
The correct tables are AddonBackupJobs and CoreBackup.
In resource-specific diagnostic mode, Azure Backup routes diagnostic logs to specialized tables. AddonBackupJobs stores status information and failure details for backup operations, while CoreBackup stores item-level metadata including resource names (such as virtual machines). Joining these tables on the unique identifier allows administrators to correlate failed jobs with their target resources.
Step-by-Step Solution
Key Concept
Azure Backup resource-specific diagnostics schema