Skip to content

Commit ec71922

Browse files
resolving blocking issues
1 parent d2581d0 commit ec71922

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

articles/backup/backup-azure-configure-backup-reports.md renamed to articles/backup/configure-reports.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Configure Azure Backup Reports
2+
title: Configure Azure Backup reports
33
description: Configure and view reports for Azure Backup using Log Analytics and Azure Workbooks
44
ms.topic: conceptual
55
ms.date: 02/10/2020
66
---
7-
# Configure Azure Backup Reports
7+
# Configure Azure Backup reports
88

99
A common requirement for backup admins is to obtain insights on backups, based on data spanning a long period of time. There could be multiple use cases for such a solution - allocating and forecasting of cloud storage consumed, auditing of backups and restores, and identifying key trends at different levels of granularity.
1010

@@ -21,15 +21,17 @@ Today, Azure Backup provides a reporting solution that leverages [Azure Monitor
2121

2222
## Getting Started
2323

24-
1. **Create a Log Analytics (LA) Workspace (or use an existing one):**
24+
To get started with using the reports, follow the three steps detailed below:
25+
26+
1. **Create a Log Analytics (LA) workspace (or use an existing one):**
2527

2628
You need to set up one or more LA Workspaces to store your backup reporting data. The location and subscription where this LA workspace can be created is independent of the location and subscription where your vaults exist.
2729

2830
Refer to the following article: [Create a Log Analytics Workspace in the Azure portal](https://docs.microsoft.com/azure/azure-monitor/learn/quick-create-workspace) to set up an LA Workspace.
2931

3032
By default, the data in an LA Workspace is retained for 30 days. To see data for a longer time horizon, change the retention period of the LA Workspace. To change the retention period, refer to the following article: [Manage usage and costs with Azure Monitor Logs](https://docs.microsoft.com/azure/azure-monitor/platform/manage-cost-storage).
3133

32-
2. **Configure Diagnostics Settings for your vaults:**
34+
2. **Configure diagnostics settings for your vaults:**
3335

3436
Azure Resource Manager resources, such as Recovery Services vaults, record information about scheduled operations and user-triggered operations as diagnostics data.
3537

@@ -39,7 +41,7 @@ In the monitoring section of your Recovery Services vault, select **Diagnostic s
3941

4042
Azure Backup also provides a built-in Azure Policy, which automates the configuration of diagnostic settings for all vaults in a given scope. Refer to the following article to learn how to use this policy: [Configure Vault Diagnostics Settings at scale](https://aka.ms/AzureBackupDiagnosticsPolicyDocs)
4143

42-
3. **View Reports on the Azure portal:**
44+
3. **View reports on the Azure portal:**
4345

4446
Once you have configured your vaults to send data to LA, view your backup reports by navigating to any vault’s blade and clicking on the **Backup Reports** menu item.
4547

@@ -52,23 +54,23 @@ Clicking this link opens up the Backup Report Workbook.
5254
5355
Below is a description of the various tabs that the report contains:
5456

55-
1. **Summary** - The Summary tab provides a high-level overview of your backup estate. Under the Summary tab, you can get a quick glance of the total number of backup items, total cloud storage consumed, the number of protected instances and the job success rate per workload type. For more detailed information around a specific backup artifact type, navigate to the respective tabs.
57+
* **Summary** - The Summary tab provides a high-level overview of your backup estate. Under the Summary tab, you can get a quick glance of the total number of backup items, total cloud storage consumed, the number of protected instances and the job success rate per workload type. For more detailed information around a specific backup artifact type, navigate to the respective tabs.
5658

5759
![Summary tab](./media/backup-azure-configure-backup-reports/summary.png)
5860

59-
2. **Backup Items** - The Backup Items tab allows you to see information and trends on cloud storage consumed at a Backup Item level. For example, if you are using SQL in Azure VM backup, you can see the cloud storage consumed for each SQL database being backed up. You can also choose to see data for backup items of a particular protection status. For example, clicking on the **Protection Stopped** tile at the top of the tab, filters all the below widgets to show data only for Backup Items in Protection Stopped state.
61+
* **Backup Items** - The Backup Items tab allows you to see information and trends on cloud storage consumed at a Backup Item level. For example, if you are using SQL in Azure VM backup, you can see the cloud storage consumed for each SQL database being backed up. You can also choose to see data for backup items of a particular protection status. For example, clicking on the **Protection Stopped** tile at the top of the tab, filters all the below widgets to show data only for Backup Items in Protection Stopped state.
6062

6163
![Backup Items tab](./media/backup-azure-configure-backup-reports/backup-items.png)
6264

63-
3. **Usage** - The Usage tab helps you view key billing parameters for your backups. The information shown in this tab is at a billing entity (protected container) level. For example, in the case of a DPM server being backed up to Azure, you can view the trend of protected instances and cloud storage consumed for the DPM server. Similarly, if you are using SQL in Azure Backup or SAP HANA in Azure Backup, this tab gives you usage-related information at the level of the virtual machine that these databases are contained in.
65+
* **Usage** - The Usage tab helps you view key billing parameters for your backups. The information shown in this tab is at a billing entity (protected container) level. For example, in the case of a DPM server being backed up to Azure, you can view the trend of protected instances and cloud storage consumed for the DPM server. Similarly, if you are using SQL in Azure Backup or SAP HANA in Azure Backup, this tab gives you usage-related information at the level of the virtual machine that these databases are contained in.
6466

6567
![Usage tab](./media/backup-azure-configure-backup-reports/usage.png)
6668

67-
4. **Jobs** - The Jobs tab lets you view long running trends on jobs, such as the number of failed jobs per day and the top causes of job failure. You can view this information at both an aggregate level and at a backup item level. Clicking on a particular backup item in a grid lets you view detailed information on each job that was triggered on that backup item in the selected time range.
69+
* **Jobs** - The Jobs tab lets you view long running trends on jobs, such as the number of failed jobs per day and the top causes of job failure. You can view this information at both an aggregate level and at a backup item level. Clicking on a particular backup item in a grid lets you view detailed information on each job that was triggered on that backup item in the selected time range.
6870

6971
![Jobs tab](./media/backup-azure-configure-backup-reports/jobs.png)
7072

71-
5. **Policies** - The Policies tab lets you view information on all of your active policies, such as the number of associated items, and the total cloud storage consumed by items backed up under a given policy. Clicking on a particular policy lets you view information on each of its associated backup items.
73+
* **Policies** - The Policies tab lets you view information on all of your active policies, such as the number of associated items, and the total cloud storage consumed by items backed up under a given policy. Clicking on a particular policy lets you view information on each of its associated backup items.
7274

7375
![Policies tab](./media/backup-azure-configure-backup-reports/policies.png)
7476

-2.71 KB
Loading
-9.56 KB
Loading

0 commit comments

Comments
 (0)