Skip to content

Commit fb68714

Browse files
author
AbhishekMallick01
committed
more chamges
1 parent 5cf870a commit fb68714

5 files changed

+49
-49
lines changed

articles/backup/backup-azure-diagnostic-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To send your vault diagnostics data to Log Analytics:
4747
1. Select **Resource specific** in the toggle, and select the following five events: **CoreAzureBackup**, **AddonAzureBackupJobs**, **AddonAzureBackupPolicy**, **AddonAzureBackupStorage**, and **AddonAzureBackupProtectedInstance**.
4848
1. Select **Save**.
4949

50-
![Resource-specific mode](./media/backup-azure-configure-backup-reports/recovery-services-vault-diagnostics-settings.png)
50+
5151

5252
# [Backup vaults](#tab/backup-vaults)
5353

@@ -57,7 +57,7 @@ To send your vault diagnostics data to Log Analytics:
5757
4. Select the following events: **CoreAzureBackup**, **AddonAzureBackupJobs**, **AddonAzureBackupPolicy**, and **AddonAzureBackupProtectedInstance**.
5858
5. Select **Save**.
5959

60-
![Backup vault diagnostics settings](./media/backup-azure-configure-backup-reports/backup-vault-diagnostics-settings.png)
60+
6161

6262
---
6363

articles/backup/backup-azure-monitoring-use-azuremonitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure Backup with Azure Monitor
33
description: Monitor Azure Backup workloads and create custom alerts by using Azure Monitor.
44
ms.topic: conceptual
5-
ms.date: 03/31/2023
5+
ms.date: 04/18/2023
66
ms.assetid: 01169af5-7eb0-4cb0-bbdb-c58ac71bf48b
77
author: jyothisuri
88
ms.author: jsuri
@@ -81,7 +81,7 @@ Recovery Services vaults and Backup vaults send data to a common set of tables t
8181
| where JobStatus=="Failed"
8282
````
8383
84-
#### Queries specific to Recovery Services vault worklods
84+
#### Queries specific to Recovery Services vault workloads
8585
8686
- All successful Azure VM backup jobs
8787
@@ -153,7 +153,7 @@ Recovery Services vaults and Backup vaults send data to a common set of tables t
153153
| sort by StorageConsumedInMBs desc
154154
````
155155
156-
#### Queries specific to Backup vault worklods
156+
#### Queries specific to Backup vault workloads
157157
158158
- All successful Azure PostgreSQL backup jobs
159159

articles/backup/backup-azure-reports-data-model.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Data model for Azure Backup diagnostics events
33
description: This data model is in reference to the Resource Specific Mode of sending diagnostic events to Log Analytics (LA).
44
ms.topic: conceptual
5-
ms.date: 03/31/2023
5+
ms.date: 04/18/2023
66
ms.service: backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -19,7 +19,7 @@ Recovery Services vaults and Backup vaults send data to a common set of tables t
1919
- One of the main reasons for this difference is that for Backup vaults, Azure Backup service does a 'flattening' of schemas to reduce the number of joins needed in queries, hence improving query performance. For example, if you are looking to write a query that lists all Backup vault jobs along with the friendly name of the datasource, and friendly name of the vault, you can get all of this information fro the AddonAzureBackupJobs table (without needing to do a join with CoreAzureBackup to get the datasource and vault names). Flattened schemas are currently supported only for Backup vaults and not yet for Recovery Services vaults.
2020
- Apart from the above, there are also certain scenarios that are currently applicable for Recovery Services vaults only (for example, fields related to DPM workloads). This also leads to some differences in the schema between Backup vaults and Recovery Services vaults.
2121

22-
To understand which fields are specific to a particular vault type, and which fields are common across vault types, refer to the **Applicable Resource Types** column provided in the below sections. Refer to the [sample queries](./backup-azure-monitoring-use-azuremonitor.md#sample-kusto-queries) for more guidance on how to write queries on these tabls for Recovery Services vaults and Backup vaults.
22+
To understand which fields are specific to a particular vault type, and which fields are common across vault types, refer to the **Applicable Resource Types** column provided in the below sections. For more information on how to write queries on these tables for Recovery Services vaults and Backup vaults, see the [sample queries](./backup-azure-monitoring-use-azuremonitor.md#sample-kusto-queries).
2323

2424
## CoreAzureBackup
2525

@@ -114,7 +114,7 @@ This table provides details about alert related fields.
114114
| BackupManagementType | Text | Recovery Services vault | Provider type for server doing backup job, for example, IaaSVM, FileFolder |
115115
| CountOfAlertsConsolidated | Number | Recovery Services vault | Number of alerts consolidated if it's a consolidated alert |
116116
| ProtectedContainerUniqueId | Text | Recovery Services vault | Unique identifier of the protected server associated with the alert |
117-
| RecommendedAction | Text | Recovery Services vault | Action recommended to resolve the alert |
117+
| RecommendedAction | Text | Recovery Services vault | Action recommended to resolving the alert |
118118
| SchemaVersion | Text | Recovery Services vault | Current version of the schema, for example **V2** |
119119
| State | Text | Recovery Services vault | Current state of the alert object, for example, Active, Deleted |
120120
| StorageUniqueId | Text | Recovery Services vault | Unique ID used to identify the storage entity |
@@ -152,7 +152,7 @@ This table provides basic protected instances-related fields.
152152
| DatasourceType | Text | Backup vault | Type of the datasource being backed up, for example, Microsoft.DBforPostgreSQL/servers/databases |
153153
| BillingGroupType | Text | Backup vault | Type of the billing group, used to denote the unit at which billing information is calculated. For example, in the case of Azure PostgreSQL backup, protected instances and storage consumed are calculated at the server (DatasourceSet) level so the value is DatasourceSet in this scenario |
154154
| SourceSizeInMBs | Double | Backup vault | Frontend size of the billing group |
155-
| BillingGroupResourceGroupName | Text | Backup vault | Resource group in which te billing group exists |
155+
| BillingGroupResourceGroupName | Text | Backup vault | Resource group in which the billing group exists |
156156

157157

158158
## AddonAzureBackupJobs
@@ -167,11 +167,11 @@ This table provides details about job-related fields.
167167
| AdhocOrScheduledJob | Text | Recovery Services vault, Backup vault | Field to specify if the job is Ad Hoc or Scheduled |
168168
| BackupItemUniqueId | Text | Recovery Services vault, Backup vault | Unique ID used to identify the backup item related to the storage entity |
169169
| BackupManagementServerUniqueId | Text | Recovery Services vault | Unique ID used to identify the backup management server related to the storage entity |
170-
| BackupManagementType | Text | Recovery Services vault | Provider type for performing backup, for example, IaaSVM, FileFolder to which this job belongs to |
170+
| BackupManagementType | Text | Recovery Services vault | Provider type for performing backup, for example, IaaS VM, File-Folder to which this job belongs. |
171171
| DataTransferredInMB | Number | Recovery Services vault | Data transferred in MB for this job |
172172
| JobDurationInSecs | Number | Recovery Services vault, Backup vault | Total job duration in seconds |
173173
| JobFailureCode | Text | Recovery Services vault, Backup vault | Failure Code string because of which job failure happened |
174-
| JobOperation | Text | Recovery Services vault, Backup vault | Operation for which job is run for example, Backup, Restore, Configure Backup |
174+
| JobOperation | Text | Recovery Services vault, Backup vault | Operation for which job, is run for example, Backup, Restore, Configure Backup |
175175
| JobOperationSubType | Text | Recovery Services vault, Backup vault | Sub Type of the Job Operation. For example, 'Log', in the case of Log Backup Job |
176176
| JobStartDateTime | DateTime | Recovery Services vault, Backup vault | Date and time when job started running |
177177
| JobStatus | Text | Recovery Services vault, Backup vault | Status of the finished job, for example, Completed, Failed |
@@ -248,7 +248,7 @@ This table provides details about policy-related fields.
248248
| YearlyRetentionTimes | Text | Recovery Services vault, Backup vault | Date and time when yearly retention is configured |
249249
| YearlyRetentionWeeksOfTheMonth | Text | Recovery Services vault, Backup vault | Weeks of the month selected for yearly retention |
250250
| SourceSystem | Text | Recovery Services vault, Backup vault | Source system of the current data - Azure |
251-
| PolicySubType | Text | Recovery Services vault | Sub-type of the policy, for example, Standard or Enhanced |
251+
| PolicySubType | Text | Recovery Services vault | Subtype of the policy, for example, Standard or Enhanced |
252252
| BackupIntervalInHours | Integer | Recovery Services vault, Backup vault | Interval of time between successive backup jobs. Applicable for Azure VM and Azure Disk backup |
253253
| ScheduleWindowDuration | Integer | Recovery Services vault | Duration of the daily window in which backups can be run. Applicable for enhanced policy for Azure VM backup |
254254
| ScheduleWindowStartTime | DateTime | Recovery Services vault | Start time of the daily window in which backups can be run. Applicable for enhanced policy for Azure VM backup |
@@ -258,7 +258,7 @@ This table provides details about policy-related fields.
258258
| IncrementalBackupDaysOfTheWeek | String | Backup vault | Days of the week when incremental backup runs. Currently applicable for Azure Disk backup |
259259
| IncrementalBackupFrequency | String | Backup vault | Frequency of incremental backup. Currently applicable for Azure Disk backup |
260260
| IncrementalBackupTimes | String | Backup vault | Time of the day at which incremental backup is taken. Currently applicable for Azure Disk backup | |
261-
| PolicyId | String | Backup vault | Azure Rsource Manager (ARM) ID of the backup policy |
261+
| PolicyId | String | Backup vault | Azure Resource Manager (ARM) ID of the backup policy |
262262
| SnapshotTierDailyRetentionDuration | Integer | Backup vault | Retention duration in days for daily snapshots. Applicable for Azure Blob and Azure Disk backup |
263263
| SnapshotTierWeeklyRetentionDuration | Integer | Backup vault | Retention duration in weeks for weekly snapshots. Applicable for Azure Blob and Azure Disk backup |
264264
| SnapshotTierMonthlyRetentionDuration | Integer | Backup vault | Retention duration in months for monthly snapshots. Applicable for Azure Blob and Azure Disk backup |

0 commit comments

Comments
 (0)