Skip to content

Commit dc965ac

Browse files
authored
Merge pull request #203624 from v-amallick/Jul-1-2022-VM
VM Doc update as per ADO 14486972
2 parents da84997 + b522c5d commit dc965ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/backup/backup-during-vm-creation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Enable backup when you create an Azure VM
33
description: Describes how to enable backup when you create an Azure VM with Azure Backup.
44
ms.topic: conceptual
5-
ms.date: 11/09/2021
5+
ms.date: 07/19/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -58,11 +58,11 @@ The Backup service creates a separate resource group (RG), different than the re
5858

5959
Points to note:
6060

61-
1. You can either use the default name of the RG, or edit it according to your company requirements.<br>If you haven't created an RG, to specify an RG for restorepointcollection, follow these steps:
62-
1. Create an RG for restorepointcollection. For example, "rpcrg".
63-
1. Mention the name of RG in the VM backup policy.
64-
>[!NOTE]
65-
>This will create an RG with the numeric appended and will use it for restorepointcollection.
61+
1. You can use default name of RG or customize the name according to organizational requirements.
62+
63+
>[!Note]
64+
>When Azure Backup creates an RG, a numeric is appended to the name of RG and used for restore point collection.
65+
6666
1. You provide the RG name pattern as input during VM backup policy creation. The RG name should be of the following format:
6767
`<alpha-numeric string>* n <alpha-numeric string>`. 'n' is replaced with an integer (starting from 1) and is used for scaling out if the first RG is full. One RG can have a maximum of 600 RPCs today.
6868
![Choose name when creating policy](./media/backup-during-vm-creation/create-policy.png)

0 commit comments

Comments
 (0)