Skip to content

Commit b688f9c

Browse files
authored
Merge pull request #267247 from AbhishekMallick-MS/Feb-26-2024-Freshness
Freshness - VM backup via portal quickstart
2 parents 4f3fceb + 0279260 commit b688f9c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
-53.2 KB
Loading

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
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
55
ms.topic: quickstart
66
ms.devlang: azurecli
7-
ms.custom: mvc, mode-ui
7+
ms.custom: mvc, mode-ui, engagement-fy24
88
ms.service: backup
99
author: AbhishekMallick-MS
1010
ms.author: v-abhmallick
1111
---
1212

13-
# Back up a virtual machine in Azure
13+
# Quickstart: Back up a virtual machine in Azure
1414

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).
1616

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.
1818

1919
## Sign in to Azure
2020

@@ -32,9 +32,9 @@ To apply a backup policy to your Azure VMs, follow these steps:
3232

3333
![Screenshot showing the Backup button.](./media/backup-azure-arm-vms-prepare/backup-button.png)
3434

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**.
3636

37-
![Screenshot showing Backup and Backup Goal panes.](./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png)
37+
![Screenshot showing Backup and Backup Goal blades.](./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png)
3838

3939
1. Assign a Backup policy.
4040

@@ -55,13 +55,13 @@ Create a simple scheduled daily backup to a Recovery Services vault.
5555

5656
![Screenshot showing to add virtual machines.](./media/backup-azure-arm-vms-prepare/add-virtual-machines.png)
5757

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**.
5959

6060
* The selected VMs are validated.
6161
* You can only select VMs in the same region as the vault.
6262
* VMs can only be backed up in a single vault.
6363

64-
![Screenshot showing the Select virtual machines pane.](./media/backup-azure-arm-vms-prepare/select-vms-to-backup.png)
64+
![Screenshot showing the Select virtual machines blade.](./media/backup-azure-arm-vms-prepare/select-vms-to-backup.png)
6565

6666
>[!NOTE]
6767
> 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
121121

122122
![Screenshot showing the backup job status.](./media/backup-azure-arm-vms-prepare/backup-job-status.png)
123123

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:
125125

126126
![Screenshot showing backup job status sub-tasks.](./media/backup-azure-arm-vms-prepare/backup-job-phase.png)
127127

@@ -167,7 +167,7 @@ If you're going to continue on to a Backup tutorial that explains how to restore
167167

168168
4. In the **Type the name of the Backup item** dialog, enter your VM name, such as *myVM*. Select **Stop Backup**.
169169

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.
171171

172172
5. In the menu on the left, select **Resource groups**.
173173
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

Comments
 (0)