Skip to content

Commit 04f6979

Browse files
fixing other blocking issues
1 parent 8c1fc35 commit 04f6979

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18354,6 +18354,21 @@
1835418354
"source_path": "articles/backup/backup-azure-vms-prepare.md",
1835518355
"redirect_url": "/azure/backup/backup-azure-arm-vms-prepare",
1835618356
"redirect_document_id": false
18357+
},
18358+
{
18359+
"source_path": "articles/backup/backup-azure-configure-reports.md",
18360+
"redirect_url": "/azure/backup/configure-reports.md",
18361+
"redirect_document_id": false
18362+
},
18363+
{
18364+
"source_path": "articles/backup/backup-azure-log-analytics-data-model.md",
18365+
"redirect_url": "/azure/backup/backup-azure-diagnostics-mode-data-model.md",
18366+
"redirect_document_id": false
18367+
},
18368+
{
18369+
"source_path": "articles/backup/backup-azure-log-analytics-new-data-model.md",
18370+
"redirect_url": "/azure/backup/backup-azure-reports-data-model.md",
18371+
"redirect_document_id": false
1835718372
},
1835818373
{
1835918374
"source_path": "articles/app-service/api/index.md",

articles/backup/azure-policy-configure-diagnostics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Configure Vault Diagnostics Settings at scale
3-
description: Configure Log Analytics Diagnostics Settings for all vaults in a given scope using Azure Policy
2+
title: Configure Vault Diagnostics settings at scale
3+
description: Configure Log Analytics Diagnostics settings for all vaults in a given scope using Azure Policy
44
ms.topic: conceptual
55
ms.date: 02/14/2020
66
---
7-
# Configure Vault Diagnostics Settings at scale
7+
# Configure Vault Diagnostics settings at scale
88

99
The reporting solution provided by Azure Backup leverages Log Analytics (LA). For the data of any given vault to be sent to LA, a [diagnostics setting](https://aka.ms/AzureBackupDiagnosticsDocs) needs to be created for that vault.
1010

articles/backup/configure-reports.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Today, Azure Backup provides a reporting solution that leverages [Azure Monitor
1919
* If you are an [Azure Lighthouse](https://docs.microsoft.com/azure/lighthouse/) user with delegated access to your customers' subscriptions, you can use these reports with Azure Lighthouse to view reports across all your tenants.
2020
* Data for log backup jobs is currently not displayed in the reports.
2121

22-
## Getting Started
22+
## Getting started
2323

2424
To get started with using the reports, follow the three steps detailed below:
2525

@@ -82,7 +82,7 @@ Clicking on the down arrow button at the top right of any widget (table/chart) e
8282

8383
Click the Pin Icon at the top of each widget to pin the widget to your Azure portal dashboard. This helps you create customized dashboards tailored to display the most important information that you need.
8484

85-
## Cross-Tenant Reports
85+
## Cross-tenant Reports
8686

8787
If you are an [Azure Lighthouse](https://docs.microsoft.com/azure/lighthouse/) user with delegated access to subscriptions across multiple tenant environments, you can use the default subscription filter (by clicking on the filter icon in the top right of the Azure portal) to choose all the subscriptions you wish to see data for. Doing so will let you select LA Workspaces across your tenants to view multi-tenanted reports.
8888

@@ -96,11 +96,11 @@ If you are an [Azure Lighthouse](https://docs.microsoft.com/azure/lighthouse/) u
9696
* The values shown for Cloud Storage and Protected Instances, are at the **end** of the selected time range.
9797
* The Backup Items displayed in the reports are those items that exist at the **end** of the selected time range. Backup Items which were deleted in the middle of the selected time range are not displayed. The same convention applies for Backup Policies as well.
9898

99-
## Query Load Times
99+
## Query load times
100100

101101
The widgets in the Backup Report are powered by Kusto queries, which run on the user's LA Workspaces. As these queries typically involve the processing of large amounts of data, with multiple joins to enable richer insights, the widgets may not load instantaneously when the user is viewing reports across a large backup estate. The table below provides a rough estimate of the time that different widgets can take to load, based on the number of backup items and the time range for which the report is being viewed:
102102

103-
| **# Datasources** | **Time Horizon** | **Load Times (approx)** |
103+
| **# Datasources** | **Time Horizon** | **Load Times (approx.)** |
104104
| --------------------------------- | ------------- | ------------------------------------------------------------ |
105105
| ~5 K | 1 month | Tiles: 5-10 secs <br> Grids: 5-10 secs <br> Charts: 5-10 secs <br> Report-level filters: 5-10 secs|
106106
| ~5 K | 3 months | Tiles: 5-10 secs <br> Grids: 5-10 secs <br> Charts: 5-10 secs <br> Report-level filters: 5-10 secs|
@@ -113,5 +113,5 @@ The widgets in the Backup Report are powered by Kusto queries, which run on the
113113

114114
* In addition, the V1 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.
115115

116-
## Next Steps
116+
## Next steps
117117
[Learn more about monitoring and reporting with Azure Backup](https://docs.microsoft.com/azure/backup/backup-azure-monitor-alert-faq)

0 commit comments

Comments
 (0)