|
| 1 | +--- |
| 2 | +title: "Tutorial: Back up an Azure Extended Zone VM" |
| 3 | +description: Learn how to back up a virtual machine (VM) in Azure Extended Zones using the Azure portal. |
| 4 | +author: halkazwini |
| 5 | +ms.author: halkazwini |
| 6 | +ms.service: azure |
| 7 | +ms.topic: tutorial |
| 8 | +ms.date: 07/16/2024 |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +# Tutorial: Back up an Azure Extended Zone virtual machine |
| 13 | + |
| 14 | +> [!IMPORTANT] |
| 15 | +> Azure Extended Zones service is currently in PREVIEW. |
| 16 | +> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability. |
| 17 | +
|
| 18 | +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. In this article, you learn how to back up an existing virtual machine (VM) using the Azure portal. |
| 19 | + |
| 20 | +In this tutorial, you learn how to: |
| 21 | + |
| 22 | +> [!div class="checklist"] |
| 23 | +> - Create a Recovery Services vault. |
| 24 | +> - Apply a backup policy to an Extended Zone VM. |
| 25 | +
|
| 26 | +## Prerequisites |
| 27 | + |
| 28 | +- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. |
| 29 | + |
| 30 | +- An Azure virtual machine (VM) in an Extended Zone. For more information, see [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md). |
| 31 | + |
| 32 | +## Create a Recovery Services vault |
| 33 | + |
| 34 | +A Recovery Services vault is a management entity that stores recovery points that are created over time, and it provides an interface to perform backup-related operations. These operations include taking on-demand backups, performing restores, and creating backup policies. In this section, you create a Recovery Services vault. |
| 35 | + |
| 36 | +1. Sign in to the [Azure portal](https://portal.azure.com). |
| 37 | + |
| 38 | +1. In the search box at the top of the portal, enter ***backup***. Select **Backup center** from the search results. |
| 39 | + |
| 40 | + :::image type="content" source="./media/backup-virtual-machine/portal-search.png" alt-text="Screenshot that shows how to search for Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/portal-search.png"::: |
| 41 | + |
| 42 | +1. On the **Overview** page, select **+ Vault**. |
| 43 | + |
| 44 | + :::image type="content" source="./media/backup-virtual-machine/backup-center-vault.png" alt-text="Screenshot that shows how to create a vault from the Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/backup-center-vault.png"::: |
| 45 | + |
| 46 | +1. On the **Start: Create Vault** page, select **Recovery Services vault** and then select **Continue**. |
| 47 | + |
| 48 | + :::image type="content" source="./media/backup-virtual-machine/create-vault.png" alt-text="Screenshot that shows how to create a Recovery Services vault in the Azure portal." lightbox="./media/backup-virtual-machine/create-vault.png"::: |
| 49 | + |
| 50 | +1. On the **Basics** tab of **Create Recovery Services vault**, enter or select the following information: |
| 51 | + |
| 52 | + | Setting | Value | |
| 53 | + | --- | --- | |
| 54 | + | **Project Details** | | |
| 55 | + | Subscription | Select your Azure subscription. | |
| 56 | + | Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. | |
| 57 | + | **Instance Details** | | |
| 58 | + | Vault name | Enter *myVault*. | |
| 59 | + | Region | Select **West US**. Recovery Services vault can only be created in an Azure region and not in an Azure Extended Zone. | |
| 60 | + |
| 61 | + :::image type="content" source="./media/backup-virtual-machine/create-vault-basics.png" alt-text="Screenshot that shows the Basics tab of creating a Recovery Services vault in the Azure portal." lightbox="./media/backup-virtual-machine/create-vault-basics.png"::: |
| 62 | + |
| 63 | +1. Select **Review + create**. |
| 64 | + |
| 65 | +1. Review the settings, and then select **Create**. |
| 66 | + |
| 67 | +## Apply a backup policy |
| 68 | + |
| 69 | +1. On the **Overview** page of **Backup center**, select **+ Backup**. |
| 70 | + |
| 71 | + :::image type="content" source="./media/backup-virtual-machine/backup-center-backup.png" alt-text="Screenshot that shows how to create a backup from the Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/backup-center-backup.png"::: |
| 72 | + |
| 73 | +1. On **Start: Configure Backup** page, select the following information: |
| 74 | + |
| 75 | + | Setting | Value | |
| 76 | + | --- | --- | |
| 77 | + | **Datasource type** | | |
| 78 | + | Datasource type | Select **Azure virtual machines**. | |
| 79 | + | Vault | Select **myVault**. You'll use this Recovery Services vault to store your VM backups. | |
| 80 | + |
| 81 | + :::image type="content" source="./media/backup-virtual-machine/configure-backup-vault.png" alt-text="Screenshot that shows how to select the Recovery Services vault." lightbox="./media/backup-virtual-machine/configure-backup-vault.png"::: |
| 82 | + |
| 83 | +1. Select **Continue**. |
| 84 | + |
| 85 | +1. On **Configure backup** page, select **Enhanced** to choose the Enhanced policy, then select **Add** to add the virtual machines that you want to backup using this policy. |
| 86 | + |
| 87 | + :::image type="content" source="./media/backup-virtual-machine/configure-backup.png" alt-text="Screenshot that shows how to add virtual machines to the backup policy." lightbox="./media/backup-virtual-machine/configure-backup.png"::: |
| 88 | + |
| 89 | +1. Select **Enable backup**. |
| 90 | + |
| 91 | +## Clean up resources |
| 92 | + |
| 93 | +When no longer needed, delete the resource group and the resources it contains: |
| 94 | + |
| 95 | +1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results. |
| 96 | + |
| 97 | +1. Select **Delete resource group**. |
| 98 | + |
| 99 | +1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**. |
| 100 | + |
| 101 | +1. Select **Delete** to confirm the deletion of the resource group and all its resources. |
| 102 | + |
| 103 | +## Related content |
| 104 | + |
| 105 | +- [What is Azure Extended Zones?](overview.md) |
| 106 | +- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md) |
| 107 | +- [Frequently asked questions](faq.md) |
0 commit comments