You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-vm-portal.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Quickstart - Back up a VM with the Azure portal
3
-
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and backup the VM, with the Azure portal.
4
-
ms.date: 02/27/2023
2
+
title: Quickstart - Back up a VM with the Azure portal by using Azure Backup
3
+
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and back up the VM, with the Azure portal.
4
+
ms.date: 02/26/2024
5
5
ms.topic: quickstart
6
6
ms.devlang: azurecli
7
-
ms.custom: mvc, mode-ui
7
+
ms.custom: mvc, mode-ui, engagement-fy24
8
8
ms.service: backup
9
9
author: AbhishekMallick-MS
10
10
ms.author: v-abhmallick
11
11
---
12
12
13
-
# Back up a virtual machine in Azure
13
+
# Quickstart: Back up a virtual machine in Azure
14
14
15
-
Azure backups can be created through the Azure portal. This method provides a browser-based user interface to create and configure Azure backups and all related resources. You can protect your data by taking backups at regular intervals. Azure Backup creates recovery points that can be stored in geo-redundant recovery vaults. This article details how to back up a virtual machine (VM) with the Azure portal.
15
+
This quickstart describes how to enable backup on an existing Azure VM by using the Azure portal. If you need to create a VM, you can [create a VM with the Azure portal](../virtual-machines/windows/quick-create-portal.md).
16
16
17
-
This quickstart enables backup on an existing Azure VM. If you need to create a VM, you can [create a VM with the Azure portal](../virtual-machines/windows/quick-create-portal.md).
17
+
Azure backups can be created through the Azure portal. This method provides a browser-based user interface to create and configure Azure backups and all related resources. You can protect your data by taking backups at regular intervals. Azure Backup creates recovery points that can be stored in geo-redundant recovery vaults. This article details how to back up a virtual machine (VM) with the Azure portal.
18
18
19
19
## Sign in to Azure
20
20
@@ -32,9 +32,9 @@ To apply a backup policy to your Azure VMs, follow these steps:
32
32
33
33

34
34
35
-
1.Select**Azure Virtual machines** as the **Datasource type** and select the vault you have created. Then select **Continue**.
35
+
1.On the **Start: Configure Backup** blade, select**Azure Virtual machines** as the **Datasource type** and select the vault you have created. Then select **Continue**.
36
36
37
-

37
+

38
38
39
39
1. Assign a Backup policy.
40
40
@@ -55,13 +55,13 @@ Create a simple scheduled daily backup to a Recovery Services vault.
55
55
56
56

57
57
58
-
1. The **Select virtual machines**pane will open. Select the VMs you want to back up using the policy. Then select **OK**.
58
+
1. The **Select virtual machines**blade will open. Select the VMs you want to back up using the policy. Then select **OK**.
59
59
60
60
* The selected VMs are validated.
61
61
* You can only select VMs in the same region as the vault.
62
62
* VMs can only be backed up in a single vault.
63
63
64
-

64
+

65
65
66
66
>[!NOTE]
67
67
> All the VMs in the same region and subscription as that of the vault are available to configure backup. When configuring backup, you can browse to the virtual machine name and its resource group, even though you don’t have the required permission on those VMs. If your VM is in soft deleted state, then it won't be visible in this list. If you need to re-protect the VM, then you need to wait for the soft delete period to expire or undelete the VM from the soft deleted list. For more information, see [the soft delete for VMs article](soft-delete-virtual-machines.md#soft-delete-for-vms-using-azure-portal).
@@ -121,7 +121,7 @@ The snapshot phase guarantees the availability of a recovery point stored along
121
121
122
122

123
123
124
-
There are two **Sub Tasks** running at the backend, one for front-end backup job that can be checked from the **Backup Job** details pane as given below:
124
+
There are two **Sub Tasks** running at the backend, one for front-end backup job that can be checked from the **Backup Job** details blade as given below:
125
125
126
126

127
127
@@ -167,7 +167,7 @@ If you're going to continue on to a Backup tutorial that explains how to restore
167
167
168
168
4. In the **Type the name of the Backup item** dialog, enter your VM name, such as *myVM*. Select **Stop Backup**.
169
169
170
-
Once the VM backup has been stopped and recovery points removed, you can delete the resource group. If you used an existing VM, you may wish to leave the resource group and VM in place.
170
+
Once the VM backup has been stopped and recovery points removed, you can delete the resource group. If you used an existing VM, you may want to leave the resource group and VM in place.
171
171
172
172
5. In the menu on the left, select **Resource groups**.
173
173
6. From the list, choose your resource group. If you used the sample VM quickstart commands, the resource group is named *myResourceGroup*.
0 commit comments