Skip to content

Commit b56a5d0

Browse files
authored
Merge pull request #214712 from v-amallick/Oct-17-2022-Monitor
Addressed change suggested in PubPR #99525
2 parents 57302f6 + 1e06c8a commit b56a5d0

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Auto-Enable Backup on VM Creation using Azure Policy
33
description: 'An article describing how to use Azure Policy to auto-enable backup for all VMs created in a given scope'
4-
ms.topic: conceptual
5-
ms.date: 11/08/2019
4+
ms.topic: how-to
5+
ms.date: 10/17/2022
6+
author: v-amallick
7+
ms.service: backup
8+
ms.author: v-amallick
69
---
710

811
# Auto-Enable Backup on VM Creation using Azure Policy
@@ -46,15 +49,15 @@ The below steps describe the end-to-end process of assigning Policy 1: **Configu
4649

4750
1. Sign in to the Azure portal and navigate to the **Policy** Dashboard.
4851
2. Select **Definitions** in the left menu to get a list of all built-in policies across Azure Resources.
49-
3. Filter the list for **Category=Backup** and select the policy named 'Configure backup on VMs of a location to an existing central Vault in the same location'.
50-
![Policy Dashboard](./media/backup-azure-auto-enable-backup/policy-dashboard.png)
52+
3. Filter the list for **Category=Backup** and select the policy named *Configure backup on virtual machines without a given tag to an existing recovery services vault in the same location*.
53+
:::image type="content" source="./media/backup-azure-auto-enable-backup/policy-dashboard-inline.png" alt-text="Screenshot showing how to filter the list by category on Policy dashboard." lightbox="./media/backup-azure-auto-enable-backup/policy-dashboard-expanded.png":::
5154
4. Select the name of the policy. You'll be redirected to the detailed definition for this policy.
52-
![Policy Definition pane](./media/backup-azure-auto-enable-backup/policy-definition-blade.png)
55+
![Screenshot showing the Policy Definition pane.](./media/backup-azure-auto-enable-backup/policy-definition-blade.png)
5356
5. Select the **Assign** button at the top of the pane. This redirects you to the **Assign Policy** pane.
5457
6. Under **Basics**, select the three dots next to the **Scope** field. This opens up a right context pane where you can select the subscription for the policy to be applied on. You can also optionally select a resource group, so that the policy is applied only for VMs in a particular resource group.
55-
![Policy Assignment Basics](./media/backup-azure-auto-enable-backup/policy-assignment-basics.png)
58+
![Screenshot showing the Policy Assignment Basics tab.](./media/backup-azure-auto-enable-backup/policy-assignment-basics.png)
5659
7. In the **Parameters** tab, choose a location from the drop-down, and select the vault and backup policy to which the VMs in the scope must be associated. You can also choose to specify a tag name and an array of tag values. A VM which contains any of the specified values for the given tag will be excluded from the scope of the policy assignment.
57-
![Policy Assignment Parameters](./media/backup-azure-auto-enable-backup/policy-assignment-parameters.png)
60+
![Screenshot showing the Policy Assignment Parameters pane.](./media/backup-azure-auto-enable-backup/policy-assignment-parameters.png)
5861
8. Ensure that **Effect** is set to deployIfNotExists.
5962
9. Navigate to **Review+create** and select **Create**.
6063

37.7 KB
Loading
37.7 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)