Skip to content

Commit b118c8a

Browse files
authored
Merge pull request #112810 from adityabalaji-msft/adbalaji-apr27
fixing github issues
2 parents adb0e12 + ad5ecda commit b118c8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/backup/backup-azure-diagnostics-mode-data-model.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,11 @@ Below are a few samples to help you write queries on Azure Backup data that resi
455455
| project-away Resource
456456
````
457457
458+
## V1 schema vs V2 schema
459+
Earlier, diagnostics data for Azure Backup Agent and Azure VM backup was sent to Azure Diagnostics table in a schema referred to as ***V1 schema***. Subsequently, new columns were added to support other scenarios and workloads, and diagnostics data was pushed in a new schema referred to as ***V2 schema***.
460+
461+
For reasons of backward-compatibility, diagnostics data for Azure Backup Agent and Azure VM backup is currently sent to Azure Diagnostics table in both V1 and V2 schema (with V1 schema now on a deprecation path). You can identify which records in Log Analytics are of V1 schema by filtering records for SchemaVersion_s=="V1" in your log queries.
462+
458463
## Next steps
459464
460465
Once you review the data model, you can start [creating custom queries](../azure-monitor/learn/tutorial-logs-dashboards.md) in Azure Monitor logs to build your own dashboard.

articles/backup/configure-reports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Today, Azure Backup provides a reporting solution that uses [Azure Monitor logs]
1616

1717
## Supported scenarios
1818

19-
- Backup reports are supported for Azure VMs, SQL in Azure VMs, SAP HANA/ASE in Azure VMs, Microsoft Azure Recovery Services (MARS) agent, Microsoft Azure Backup Server (MABS), and System Center Data Protection Manager (DPM).
19+
- Backup reports are supported for Azure VMs, SQL in Azure VMs, SAP HANA/ASE in Azure VMs, Microsoft Azure Recovery Services (MARS) agent, Microsoft Azure Backup Server (MABS), and System Center Data Protection Manager (DPM). Data for Azure File Share backup is currently not visible in Backup Reports.
2020
- For DPM workloads, Backup reports are supported for DPM Version 5.1.363.0 and above and Agent Version 2.0.9127.0 and above.
2121
- For MABS workloads, Backup reports are supported for MABS Version 13.0.415.0 and above and Agent Version 2.0.9170.0 and above.
2222
- Backup reports can be viewed across all backup items, vaults, subscriptions, and regions as long as their data is being sent to a Log Analytics workspace that the user has access to. To view reports for a set of vaults, you only need to have reader access to the Log Analytics workspace to which the vaults are sending their data. You don't need to have access to the individual vaults.
@@ -121,7 +121,7 @@ The widgets in the Backup report are powered by Kusto queries, which run on the
121121

122122
- The earlier Power BI template app for reporting, which sourced data from an Azure storage account, is on a deprecation path. We recommend that you start sending vault diagnostic data to Log Analytics to view reports.
123123

124-
- In addition, the V1 schema of sending diagnostics data to a storage account or a Log Analytics workspace is also on a deprecation path. If you've written any custom queries or automations based on the V1 schema, you're advised to update these queries to use the currently supported V2 schema.
124+
- * In addition, the [V1 schema](https://docs.microsoft.com/azure/backup/backup-azure-diagnostics-mode-data-model#v1-schema-vs-v2-schema) of sending diagnostics data to a storage account or an LA Workspace is also on a deprecation path. This means that if you have written any custom queries or automations based on the V1 schema, you are advised to update these queries to use the currently supported V2 schema.
125125

126126
## Next steps
127127

0 commit comments

Comments
 (0)