Skip to content

Commit d5a87c3

Browse files
ARM templates - More templates added
1 parent f245b93 commit d5a87c3

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

articles/backup/backup-rm-template-samples.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Resource Manager and Bicep templates
33
description: Azure Resource Manager and Bicep templates for use with Recovery Services vaults and Azure Backup features
44
ms.topic: sample
5-
ms.date: 06/10/2022
5+
ms.date: 09/05/2022
66
ms.custom: mvc
77
author: v-amallick
88
ms.service: backup
@@ -16,6 +16,8 @@ The following table includes a link to a repository of Azure Resource Manager an
1616
|---|---|
1717
|**Recovery Services vault** | |
1818
| [Create a Recovery Services vault](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-vault-create)| Create a Recovery Services vault. The vault can be used for Azure Backup and Azure Site Recovery. |
19+
| [Create Recovery Services vault with backup policies](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-create-vault-with-backup-policies) | Create a Recovery Services vault. You can optionally configure backup policies, system identity, backup storage type, Cross Region Restores, and enable diagnostics logs and a delete lock. |
20+
| [Create Recovery Services vault and Enable Diagnostics](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-create-vault-enable-diagnostics) | Template creates a Recovery Services vault and enables diagnostics for Azure Backup. |
1921
|**Back up virtual machines**| |
2022
| [Back up Resource Manager VMs](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-vms) | Use the existing Recovery Services vault and Backup policy to back up Resource Manager-virtual machines in the same resource group.|
2123
| [Back up IaaS VMs to Recovery Services vault](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-classic-resource-manager-vms) | Template to back up classic and Resource Manager-virtual machines. |
@@ -24,8 +26,15 @@ The following table includes a link to a repository of Azure Resource Manager an
2426
| [Deploy Windows Server VM with backup enabled](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-create-vm-and-configure-backup) | Template creates a Windows Server VM and Recovery Services vault with the default backup policy enabled.|
2527
|**Monitor Backup jobs** | |
2628
| [Use Azure Monitor logs with Azure Backup](https://github.com/Azure/azure-quickstart-templates/tree/master/demos/backup-oms-monitoring) | Template deploys Azure Monitor logs with Azure Backup, which allows you to monitor backup and restore jobs, backup alerts, and the Cloud storage used in your Recovery Services vaults.|
29+
| [Set up notifications for backup alerts using Azure Monitor](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-create-alert-processing-rule) | Template to enable you to set up email notifications for your Recovery Services vaults using Azure Monitor. |
2730
|**Back up SQL Server in Azure VM** | |
2831
| [Back up SQL Server in Azure VM](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-vm-workload-backup) | Template creates a Recovery Services vault and Workload specific Backup Policy. It Registers the VM with Azure Backup service and Configures Protection on that VM. Currently, it only works for SQL Gallery images. |
29-
|**Back up Azure file shares** | |
30-
| [Back up Azure file shares](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share) | This template configures protection for an existing Azure file share by specifying appropriate details for the Recovery Services vault and backup policy. It optionally creates a new Recovery Services vault and backup policy, and registers the storage account containing the file share to the Recovery Services vault. |
31-
| | |
32+
|**Back up Azure File shares** | |
33+
| [Back up Azure File shares](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share) (daily) | This template configures protection for an existing Azure file share by specifying appropriate details for the Recovery Services vault and backup policy. It optionally creates a new Recovery Services vault and backup policy, and registers the storage account containing the file share to the Recovery Services vault. |
34+
| [Backup File share](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.recoveryservices/recovery-services-backup-file-share-hourly) (hourly) | This template configures hourly protection for an existing Azure File share by specifying appropriate details for the Recovery Services vault and backup policy. It optionally creates a new Recovery Services vault and backup policy, and registers the storage account containing the File share to the Recovery Services vault. |
35+
| **Backup vault** | |
36+
| [Creates Backup vault](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.dataprotection/backup-vault-basic) | Template creates a Backup Vault. The vault can be used for Azure Database for PostgreSQL backup, Azure Blobs backup, Azure Disk backup. |
37+
| **Backup Azure Disk** | |
38+
| [Create Disk and enable protection](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.dataprotection/backup-create-disk-enable-protection) | Template creates a disk and enables protection via Azure Backup. |
39+
| **Backup Azure Blobs** | |
40+
| [Create storage account and enables blobs protection](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.dataprotection/backup-create-storage-account-enable-protection) | Template creates storage account and enables blobs protection via Azure Backup.

0 commit comments

Comments
 (0)