Skip to content

Commit b6ffbea

Browse files
committed
update
1 parent 0032722 commit b6ffbea

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/backup/quick-backup-vm-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Quickstart - Back up a VM with Resource Manager template
3-
description: Learn how to back up your virtual machines with Azure Resource Manager template
3+
description: Learn how to back up your virtual machines with Azure Resource Manager template
44
services: backup
55
author: rayne-wiselman
66
manager: carmonm
@@ -16,13 +16,13 @@ ms.custom: mvc
1616

1717
[Azure Backup](backup-overview.md) backs up on-premises machines and apps, and Azure VMs. This article shows you how to back up an Azure VM with Resource Manager template and Azure PowerShell. This quickstart focuses on the process of deploying a Resource Manager template to create a Recover Services vault. For more information on developing Resource Manager templates, see [Resource Manager documentation](/azure/azure-resource-manager/) and the [template reference](/azure/templates/microsoft.recoveryservices/allversions).
1818

19-
Alternatively, you can back up a VM using [Azure PowerShell(./quick-backup-vm-powershell.md), the [Azure CLI](quick-backup-vm-cli.md), or in the [Azure portal](quick-backup-vm-portal.md).
19+
Alternatively, you can back up a VM using [Azure PowerShell](./quick-backup-vm-powershell.md), the [Azure CLI](quick-backup-vm-cli.md), or in the [Azure portal](quick-backup-vm-portal.md).
2020

2121
## Create a VM and Recovery Services vault
2222

2323
A [Recovery Services vault](backup-azure-recovery-services-vault-overview.md) is a logical container that stores backup data for protected resources, such as Azure VMs. When a backup job runs, it creates a recovery point inside the Recovery Services vault. You can then use one of these recovery points to restore data to a given point in time.
2424

25-
The template used in this quickstart is from [Azure quickstart templates](https://azure.microsoft.com/resources/templates/101-recovery-services-create-vm-and-configure-backup/). This template allows you to deploy simple Windows VM and Recovery Services Vault configured with the DefaultPolicy for Protection.
25+
The template used in this quickstart is from [Azure quickstart templates](https://azure.microsoft.com/resources/templates/101-recovery-services-create-vm-and-configure-backup/). This template allows you to deploy simple Windows VM and Recovery Services Vault configured with the DefaultPolicy for Protection.
2626

2727
To deploy the template, select **Try it** to open the Azure Cloud shell, and then paste the following PowerShell script into the shell window. To paste the code, right-click the shell window and then select **Paste**.
2828

@@ -68,7 +68,7 @@ Remove-AzResourceGroup -Name "myResourceGroup"
6868

6969
## Next steps
7070

71-
In this quickstart, you created a Recovery Services vault, enabled protection on a VM, and created the initial recovery point.
71+
In this quickstart, you created a Recovery Services vault, enabled protection on a VM, and created the initial recovery point.
7272

7373
- [Learn how](tutorial-backup-vm-at-scale.md) to back up VMs in the Azure portal.
7474
- [Learn how](tutorial-restore-disk.md) to quickly restore a VM

articles/backup/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
href: quick-backup-vm-powershell.md
1414
- name: Back up a VM - CLI
1515
href: quick-backup-vm-cli.md
16+
- name: Back up a VM - Resource Manager template
17+
displayName: ARM
18+
href: quick-backup-vm-template.md
1619
- name: Tutorials
1720
items:
1821
- name: Back up Azure VMs at scale

0 commit comments

Comments
 (0)