You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/azure-policy-configure-diagnostics.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ ms.date: 02/14/2020
6
6
---
7
7
# Configure Vault Diagnostics settings at scale
8
8
9
-
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.
9
+
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://docs.microsoft.com/azure/backup/backup-azure-diagnostic-events) needs to be created for that vault.
10
10
11
11
Often, adding a diagnostics setting manually per vault can be a cumbersome task. In addition, any new vault created also needs to have diagnostics settings enabled in order to be able to view reports for this vault.
12
12
13
13
To simplify the creation of diagnostics settings at scale (with LA as the destination), Azure Backup provides a built-in [Azure Policy](https://docs.microsoft.com/azure/governance/policy/). This policy adds an LA diagnostics setting to all vaults in a given subscription or resource group. The following sections provide instructions on how to use this policy.
14
14
15
-
## Supported Scenarios
15
+
## Supported Scenarios
16
16
17
17
* The policy can be applied at one time to all Recovery Services vaults in a particular subscription (or to a resource group within the subscription). The user assigning the policy needs to have 'Owner' access to the subscription to which the policy is assigned.
18
18
@@ -43,6 +43,7 @@ To assign the policy for vaults in the required scope, follow the steps below:
7. Under **Parameters**, enter the following information:
46
+
46
47
***Profile Name** - The name that will be assigned to the diagnostics settings created by the policy.
47
48
***Log Analytics Workspace** - The Log Analytics Workspace to which the diagnostics setting should be associated. Diagnostics data of all vaults in the scope of the Policy assignment will be pushed to the specified LA Workspace.
48
49
@@ -63,7 +64,7 @@ The remediation task is applied to vaults that are non-compliant according to th
63
64
* No diagnostics setting is present for the vault.
64
65
* Diagnostic settings are present for the vault but neither of the settings has **all of** the Resource specific events enabled with LA as destination, and **Resource specific** selected in the toggle.
65
66
66
-
So even if a user has a vault with the AzureBackupReport event enabled in AzureDiagnostics mode (which is supported by Backup Reports), the remediation task will still apply to this vault, since the Resource specific mode is the recommended way of creating diagnostics settings, [going forward](https://aka.ms/AzureBackupDiagnosticsDocs#legacy-event).
67
+
So even if a user has a vault with the AzureBackupReport event enabled in AzureDiagnostics mode (which is supported by Backup Reports), the remediation task will still apply to this vault, since the Resource specific mode is the recommended way of creating diagnostics settings, [going forward](https://docs.microsoft.com/azure/backup/backup-azure-diagnostic-events#legacy-event).
67
68
68
69
Further, if a user has a vault with only a subset of the six Resource specific events enabled, the remediation task will apply for this vault, since Backup Reports will work as expected only if all of the six Resource specific events are enabled.
69
70
@@ -76,6 +77,7 @@ Further, if a user has a vault with only a subset of the six Resource specific e
76
77
> Note that the remediation task will **not** fail if the existing diagnostics setting as only AzureBackupReport enabled with Workspace X as the destination, since in this case, there will be no overlap between the events enabled by the existing setting and the events enabled by the setting created by the remediation task.
77
78
78
79
## Next Steps
79
-
-[Learn how to use Backup Reports](https://aka.ms/AzureBackupReportDocs)
80
-
-[Learn more about Azure Policy](https://docs.microsoft.com/azure/governance/policy/)
81
-
-[Use Azure Policy to auto-enable backup for all VMs in a give scope](https://docs.microsoft.com/azure/backup/backup-azure-auto-enable-backup)
80
+
81
+
*[Learn how to use Backup Reports](https://docs.microsoft.com/azure/backup/configure-reports)
82
+
*[Learn more about Azure Policy](https://docs.microsoft.com/azure/governance/policy/)
83
+
*[Use Azure Policy to auto-enable backup for all VMs in a give scope](https://docs.microsoft.com/azure/backup/backup-azure-auto-enable-backup)
Copy file name to clipboardExpand all lines: articles/backup/back-up-hyper-v-virtual-machines-mabs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ To set up protection for live migration:
140
140
141
141
3. Assign the MABSMachineName$ account as a read-only administrator account on the VMM management server.
142
142
143
-
4. Connect all Hyper-V host servers to all MABS servers with the `Set-DPMGlobalProperty` PowerShell cmdlet. The cmdlet accepts multiple MABS server names. Use the format: `Set-DPMGlobalProperty -dpmservername <MABSservername> -knownvmmservers <vmmservername>`. For more information, see [Set-DPMGlobalProperty](https://technet.microsoft.com/library/hh881752.aspx).
143
+
4. Connect all Hyper-V host servers to all MABS servers with the `Set-DPMGlobalProperty` PowerShell cmdlet. The cmdlet accepts multiple MABS server names. Use the format: `Set-DPMGlobalProperty -dpmservername <MABSservername> -knownvmmservers <vmmservername>`. For more information, see [Set-DPMGlobalProperty](https://docs.microsoft.com/powershell/module/dataprotectionmanager/set-dpmglobalproperty?view=systemcenter-ps-2019).
144
144
145
145
5. After all virtual machines running on the Hyper-V hosts in the VMM clouds are discovered in VMM, set up a protection group and add the virtual machines you want to protect. Automatic consistency checks should be enabled at the protection group level for protection under virtual machine mobility scenarios.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-auto-enable-backup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ One of the key responsibilities of a Backup or Compliance Admin in an organizati
11
11
12
12
Today, Azure Backup provides a built-in policy (using Azure Policy) that can be assigned to **all Azure VMs in a specified location within a subscription or resource group**. When this policy is assigned to a given scope, all new VMs created in that scope are automatically configured for backup to an **existing vault in the same location and subscription**. The user can specify the vault and the retention policy to which the backed up VMs should be associated.
13
13
14
-
## Supported Scenarios
14
+
## Supported Scenarios
15
15
16
-
* The built-in policy is currently supported only for Azure VMs. Users must take care to ensure that the retention policy specified during assignment is a VM retention policy. Refer to [this](https://aka.ms/PolicySupportedSKUs) document to see all the VM SKUs supported by this policy.
16
+
* The built-in policy is currently supported only for Azure VMs. Users must take care to ensure that the retention policy specified during assignment is a VM retention policy. Refer to [this](https://docs.microsoft.com/azure/backup/backup-azure-policy-supported-skus) document to see all the VM SKUs supported by this policy.
17
17
18
18
* The policy can be assigned to a single location and subscription at a time. To enable backup for VMs across locations and subscriptions, multiple instances of the policy assignment need to be created, one for each combination of location and subscription.
19
19
@@ -51,4 +51,4 @@ To assign the policy to the required scope, please follow the below steps:
51
51
52
52
## Next Steps
53
53
54
-
[Learn more about Azure Policy](https://docs.microsoft.com/azure/governance/policy/overview)
54
+
[Learn more about Azure Policy](https://docs.microsoft.com/azure/governance/policy/overview)
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-backup-exchange-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Before you continue, make sure that all the [prerequisites](backup-azure-dpm-int
32
32
33
33
To install the DPM protection agent on the Exchange server, follow these steps:
34
34
35
-
1. Make sure that the firewalls are correctly configured. See [Configure firewall exceptions for the agent](https://technet.microsoft.com/library/Hh758204.aspx).
36
-
2. Install the agent on the Exchange server by clicking **Management > Agents > Install** in DPM Administrator Console. See [Install the DPM protection agent](https://technet.microsoft.com/library/hh758186.aspx?f=255&MSPPError=-2147217396) for detailed steps.
35
+
1. Make sure that the firewalls are correctly configured. See [Configure firewall exceptions for the agent](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/hh758204(v=sc.12)).
36
+
2. Install the agent on the Exchange server by clicking **Management > Agents > Install** in DPM Administrator Console. See [Install the DPM protection agent](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/hh758186(v=sc.12)) for detailed steps.
37
37
38
38
## Create a protection group for the Exchange server
39
39
@@ -43,7 +43,7 @@ To install the DPM protection agent on the Exchange server, follow these steps:
43
43
4. Select the Exchange server database that you want to protect and click **Next**.
44
44
45
45
> [!NOTE]
46
-
> If you are protecting Exchange 2013, check the [Exchange 2013 prerequisites](https://technet.microsoft.com/library/dn751029.aspx).
46
+
> If you are protecting Exchange 2013, check the [Exchange 2013 prerequisites](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/dn751029(v=sc.12)).
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-backup-sharepoint-mabs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Before you proceed, make sure that you have [installed and prepared the Azure Ba
28
28
29
29
### Protection agent
30
30
31
-
The Azure Backup agent must be installed on the server that's running SharePoint, the servers that are running SQL Server, and all other servers that are part of the SharePoint farm. For more information about how to set up the protection agent, see [Setup Protection Agent](https://technet.microsoft.com/library/hh758034\(v=sc.12\).aspx). The one exception is that you install the agent only on a single web front end (WFE) server. Azure Backup Server needs the agent on one WFE server only to serve as the entry point for protection.
31
+
The Azure Backup agent must be installed on the server that's running SharePoint, the servers that are running SQL Server, and all other servers that are part of the SharePoint farm. For more information about how to set up the protection agent, see [Setup Protection Agent](https://docs.microsoft.com/system-center/dpm/deploy-dpm-protection-agent?view=sc-dpm-2019). The one exception is that you install the agent only on a single web front end (WFE) server. Azure Backup Server needs the agent on one WFE server only to serve as the entry point for protection.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-backup-sharepoint.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Before you proceed, make sure that you have met all the [prerequisites for using
27
27
28
28
### DPM agent
29
29
30
-
The DPM agent must be installed on the server that's running SharePoint, the servers that are running SQL Server, and all other servers that are part of the SharePoint farm. For more information about how to set up the protection agent, see [Setup Protection Agent](https://technet.microsoft.com/library/hh758034\(v=sc.12\).aspx). The one exception is that you install the agent only on a single web front end (WFE) server. DPM needs the agent on one WFE server only to serve as the entry point for protection.
30
+
The DPM agent must be installed on the server that's running SharePoint, the servers that are running SQL Server, and all other servers that are part of the SharePoint farm. For more information about how to set up the protection agent, see [Setup Protection Agent](https://docs.microsoft.com/system-center/dpm/deploy-dpm-protection-agent?view=sc-dpm-2019). The one exception is that you install the agent only on a single web front end (WFE) server. DPM needs the agent on one WFE server only to serve as the entry point for protection.
31
31
32
32
### SharePoint farm
33
33
@@ -96,7 +96,7 @@ After you have configured DPM and the SharePoint farm as explained previously, S
96
96

97
97
98
98
> [!NOTE]
99
-
> The disk protection method helps to meet short recovery-time objectives. Azure is an economical, long-term protection target compared to tapes. For more information, see [Use Azure Backup to replace your tape infrastructure](https://azure.microsoft.com/documentation/articles/backup-azure-backup-cloud-as-tape/)
99
+
> The disk protection method helps to meet short recovery-time objectives. Azure is an economical, long-term protection target compared to tapes. For more information, see [Use Azure Backup to replace your tape infrastructure](./backup-azure-backup-cloud-as-tape.md)
100
100
>
101
101
>
102
102
5. On the **Specify Short-Term Goals** page, select your preferred **Retention range** and identify when you want backups to occur.
@@ -237,5 +237,5 @@ In the following example, the *Recovering SharePoint item* has been accidentally
237
237
## Next steps
238
238
239
239
* Learn more about DPM Protection of SharePoint - see [Video Series - DPM Protection of SharePoint](https://channel9.msdn.com/Series/Azure-Backup/Microsoft-SCDPM-Protection-of-SharePoint-1-of-2-How-to-create-a-SharePoint-Protection-Group)
240
-
* Review [Release Notes for System Center 2012 - Data Protection Manager](https://technet.microsoft.com/library/jj860415.aspx)
241
-
* Review [Release Notes for Data Protection Manager in System Center 2012 SP1](https://technet.microsoft.com/library/jj860394.aspx)
240
+
* Review [Release Notes for System Center 2012 - Data Protection Manager](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/jj860415(v=sc.12)?redirectedfrom=MSDN)
241
+
* Review [Release Notes for Data Protection Manager in System Center 2012 SP1](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/jj860394(v=sc.12)?redirectedfrom=MSDN)
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-delete-vault.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can't delete a Recovery Services vault that has dependencies, such as protec
22
22
23
23

24
24
25
-
- If backup items are in soft deleted state below warning message appears and you will have to wait until they are permanently deleted. For more information, see this [article](https://aka.ms/SoftDeleteCloudWorkloads).
25
+
- If backup items are in soft deleted state below warning message appears and you will have to wait until they are permanently deleted. For more information, see this [article](https://docs.microsoft.com/azure/backup/backup-azure-security-feature-cloud).
26
26
27
27

Copy file name to clipboardExpand all lines: articles/backup/backup-azure-diagnostic-events.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,15 @@ You can configure diagnostics settings for a Recovery Services Vault via the Azu
16
16
## Diagnostics Events Available for Azure Backup Users
17
17
18
18
Azure Backup provides the following diagnostic events, each of which provides detailed data on a specific set of backup-related artifacts:
19
+
19
20
* CoreAzureBackup
20
21
* AddonAzureBackupAlerts
21
22
* AddonAzureBackupProtectedInstance
22
23
* AddonAzureBackupJobs
23
24
* AddonAzureBackupPolicy
24
-
* AddonAzureBackupStorage
25
+
* AddonAzureBackupStorage
25
26
26
-
[Data Model for Azure Backup Diagnostics Events](https://aka.ms/diagnosticsdatamodel)
27
+
[Data Model for Azure Backup Diagnostics Events](https://docs.microsoft.com/azure/backup/backup-azure-reports-data-model)
27
28
28
29
Data for these events can be sent to either a storage account, LA workspace, or an Event Hub. If you are sending this data to an LA Workspace, you need to select the **Resource Specific** toggle in the **Diagnostics Setting** screen (see more information in the sections below).
29
30
@@ -32,6 +33,7 @@ Data for these events can be sent to either a storage account, LA workspace, or
32
33
Aligning with the Azure Log Analytics roadmap, Azure Backup now allows you to send vault diagnostics data to dedicated LA tables for Backup. These are referred to as [Resource Specific tables](https://docs.microsoft.com/azure/azure-monitor/platform/resource-logs-collect-workspace#resource-specific).
33
34
34
35
To send your vault diagnostics data to LA:
36
+
35
37
1. Navigate to your vault and click on **Diagnostic Settings**. Click **+ Add Diagnostic Setting**.
36
38
2. Give a name to the Diagnostics setting.
37
39
3. Check the box **Send to Log Analytics** and select a Log Analytics Workspace.
@@ -79,4 +81,4 @@ The below image shows an example of a user having three diagnostic settings for
79
81
80
82
## Next steps
81
83
82
-
[Learn the Log Analytics Data Model for the Diagnostics Events](https://aka.ms/diagnosticsdatamodel)
84
+
[Learn the Log Analytics Data Model for the Diagnostics Events](https://docs.microsoft.com/azure/backup/backup-azure-reports-data-model)
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-diagnostics-mode-data-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Use the Log Analytics data model to create custom alerts from Log Analytics.
13
13
> [!NOTE]
14
14
>
15
15
> This data model is in reference to the Azure Diagnostics Mode of sending diagnostic
16
-
> events to Log Analytics (LA). To learn the data model for the new Resource Specific Mode, you can refer to the following article: [Data Model for Azure Backup Diagnostic Events](https://aka.ms/diagnosticsdatamodel)
16
+
> events to Log Analytics (LA). To learn the data model for the new Resource Specific Mode, you can refer to the following article: [Data Model for Azure Backup Diagnostic Events](https://docs.microsoft.com/azure/backup/backup-azure-reports-data-model)
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-exchange-mabs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ Before you continue, make sure that Azure Backup Server is [installed and prepar
17
17
18
18
To install the MABS protection agent on the Exchange server, follow these steps:
19
19
20
-
1. Make sure that the firewalls are correctly configured. See [Configure firewall exceptions for the agent](https://technet.microsoft.com/library/Hh758204.aspx).
21
-
2. Install the agent on the Exchange server by clicking **Management > Agents > Install** in MABS Administrator Console. See [Install the MABS protection agent](https://technet.microsoft.com/library/hh758186.aspx?f=255&MSPPError=-2147217396) for detailed steps.
20
+
1. Make sure that the firewalls are correctly configured. See [Configure firewall exceptions for the agent](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/hh758204(v=sc.12)).
21
+
2. Install the agent on the Exchange server by clicking **Management > Agents > Install** in MABS Administrator Console. See [Install the MABS protection agent](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/hh758186(v=sc.12)) for detailed steps.
22
22
23
23
## Create a protection group for the Exchange server
24
24
@@ -28,7 +28,7 @@ To install the MABS protection agent on the Exchange server, follow these steps:
28
28
4. Select the Exchange server database that you want to protect and click **Next**.
29
29
30
30
> [!NOTE]
31
-
> If you are protecting Exchange 2013, check the [Exchange 2013 prerequisites](https://technet.microsoft.com/library/dn751029.aspx).
31
+
> If you are protecting Exchange 2013, check the [Exchange 2013 prerequisites](https://docs.microsoft.com/previous-versions/system-center/system-center-2012-R2/dn751029(v=sc.12)).
0 commit comments