You are setting up Azure Backup Reports to analyze the historical backup compliance of several workloads protected by multiple Recovery Services vaults. You need to ensure that the backup report data is populated and accessible for reporting via the Azure portal. Which of the following configuration actions should you perform? (Select two)
- Configure a diagnostic setting on each Recovery Services vault to route logs to a Log Analytics workspace.Answer
- Select the resource-specific log categories, including CoreBackup and AddonAzureBackupJobs, in the vault diagnostic settings.Answer
- CCreate a diagnostic setting on the protected virtual machines to send Guest OS metrics to the Log Analytics workspace.
- DConfigure the Recovery Services vaults to export Azure Monitor Metrics to a firewall-enabled storage account.
Answer
Configure a diagnostic setting on each Recovery Services vault to route logs to a Log Analytics workspace, and select the resource-specific log categories, including CoreBackup and AddonAzureBackupJobs, in the vault diagnostic settings.
To populate Azure Backup Reports, data must be sent from the Recovery Services vaults to a Log Analytics workspace. Configuring diagnostic settings on each vault to route logs to a Log Analytics workspace ensures the data is central and queryable. Selecting the resource-specific log categories (including CoreBackup and AddonAzureBackupJobs) sends the correct schema and operational events needed by the reporting interface.
Step-by-Step Solution
Key Concept
Azure Backup Reports are populated by configuring Recovery Services vaults to send diagnostic logs (using resource-specific tables like CoreBackup and AddonAzureBackupJobs) to a Log Analytics workspace.