Skip to content

Commit 3696530

Browse files
Merge pull request #105244 from dcurwin/update-links-feb2020
Fix links
2 parents b25c5b6 + f4e28aa commit 3696530

27 files changed

+103
-99
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.date: 02/14/2020
66
---
77
# Configure Vault Diagnostics settings at scale
88

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.
1010

1111
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.
1212

1313
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.
1414

15-
## Supported Scenarios
15+
## Supported Scenarios
1616

1717
* 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.
1818

@@ -43,6 +43,7 @@ To assign the policy for vaults in the required scope, follow the steps below:
4343
![Policy Assignment Basics](./media/backup-azure-policy-configure-diagnostics/policy-assignment-basics.png)
4444

4545
7. Under **Parameters**, enter the following information:
46+
4647
* **Profile Name** - The name that will be assigned to the diagnostics settings created by the policy.
4748
* **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.
4849

@@ -63,7 +64,7 @@ The remediation task is applied to vaults that are non-compliant according to th
6364
* No diagnostics setting is present for the vault.
6465
* 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.
6566

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).
6768

6869
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.
6970

@@ -76,6 +77,7 @@ Further, if a user has a vault with only a subset of the six Resource specific e
7677
> 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.
7778
7879
## 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)

articles/backup/back-up-hyper-v-virtual-machines-mabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To set up protection for live migration:
140140

141141
3. Assign the MABSMachineName$ account as a read-only administrator account on the VMM management server.
142142

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).
144144

145145
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.
146146

articles/backup/backup-azure-auto-enable-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ One of the key responsibilities of a Backup or Compliance Admin in an organizati
1111

1212
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.
1313

14-
## Supported Scenarios
14+
## Supported Scenarios
1515

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.
1717

1818
* 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.
1919

@@ -51,4 +51,4 @@ To assign the policy to the required scope, please follow the below steps:
5151
5252
## Next Steps
5353

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)

articles/backup/backup-azure-backup-exchange-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Before you continue, make sure that all the [prerequisites](backup-azure-dpm-int
3232

3333
To install the DPM protection agent on the Exchange server, follow these steps:
3434

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.
3737

3838
## Create a protection group for the Exchange server
3939

@@ -43,7 +43,7 @@ To install the DPM protection agent on the Exchange server, follow these steps:
4343
4. Select the Exchange server database that you want to protect and click **Next**.
4444

4545
> [!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)).
4747
>
4848
>
4949

articles/backup/backup-azure-backup-sharepoint-mabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before you proceed, make sure that you have [installed and prepared the Azure Ba
2828

2929
### Protection agent
3030

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.
3232

3333
### SharePoint farm
3434

articles/backup/backup-azure-backup-sharepoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you proceed, make sure that you have met all the [prerequisites for using
2727

2828
### DPM agent
2929

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.
3131

3232
### SharePoint farm
3333

@@ -96,7 +96,7 @@ After you have configured DPM and the SharePoint farm as explained previously, S
9696
![Select data protection method](./media/backup-azure-backup-sharepoint/select-data-protection-method1.png)
9797

9898
> [!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)
100100
>
101101
>
102102
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
237237
## Next steps
238238

239239
* 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)

articles/backup/backup-azure-delete-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can't delete a Recovery Services vault that has dependencies, such as protec
2222

2323
![Delete the protected server error.](./media/backup-azure-delete-vault/error-message.jpg)
2424

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).
2626

2727
![Delete the vault error.](./media/backup-azure-delete-vault/error-message-soft-delete.png)
2828

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ You can configure diagnostics settings for a Recovery Services Vault via the Azu
1616
## Diagnostics Events Available for Azure Backup Users
1717

1818
Azure Backup provides the following diagnostic events, each of which provides detailed data on a specific set of backup-related artifacts:
19+
1920
* CoreAzureBackup
2021
* AddonAzureBackupAlerts
2122
* AddonAzureBackupProtectedInstance
2223
* AddonAzureBackupJobs
2324
* AddonAzureBackupPolicy
24-
* AddonAzureBackupStorage
25+
* AddonAzureBackupStorage
2526

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)
2728

2829
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).
2930

@@ -32,6 +33,7 @@ Data for these events can be sent to either a storage account, LA workspace, or
3233
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).
3334

3435
To send your vault diagnostics data to LA:
36+
3537
1. Navigate to your vault and click on **Diagnostic Settings**. Click **+ Add Diagnostic Setting**.
3638
2. Give a name to the Diagnostics setting.
3739
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
7981

8082
## Next steps
8183

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)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the Log Analytics data model to create custom alerts from Log Analytics.
1313
> [!NOTE]
1414
>
1515
> 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)
1717
1818
## Using Azure Backup data model
1919

articles/backup/backup-azure-exchange-mabs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Before you continue, make sure that Azure Backup Server is [installed and prepar
1717

1818
To install the MABS protection agent on the Exchange server, follow these steps:
1919

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.
2222

2323
## Create a protection group for the Exchange server
2424

@@ -28,7 +28,7 @@ To install the MABS protection agent on the Exchange server, follow these steps:
2828
4. Select the Exchange server database that you want to protect and click **Next**.
2929

3030
> [!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)).
3232
>
3333
>
3434

0 commit comments

Comments
 (0)