Skip to content

Commit c849495

Browse files
author
AbhishekMallick-MS
committed
Freshness - SPT farm backup
1 parent f567553 commit c849495

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

articles/backup/backup-sql-server-vm-from-vm-pane.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,42 @@
11
---
22
title: Back up a SQL Server VM from the VM pane
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines from the VM pane.
4-
ms.topic: conceptual
5-
ms.date: 08/11/2022
4+
ms.topic: how-to
5+
ms.date: 07/22/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
8+
ms.custom: engagement-fy24
89
---
9-
# Back up a SQL Server from the VM pane
10+
# Back up a SQL Server from the VM blade
1011

1112
This article explains how to back up SQL Server running in Azure VMs with the [Azure Backup](backup-overview.md) service. You can back up SQL Server VMs using two methods:
1213

1314
- Single SQL Server Azure VM: The instructions in this article describe how to back up a SQL Server VM directly from the VM view.
1415
- Multiple SQL Server Azure VMs: You can set up a Recovery Services vault and configure backup for multiple VMs. Follow the instructions in [this article](backup-sql-server-database-azure-vms.md) for that scenario.
1516

17+
## Prerequisites
18+
19+
Before you start the SQL Server backup operation, see the [backup prerequisites](backup-sql-server-database-azure-vms.md#prerequisites).
20+
1621
## Before you start
1722

18-
1. Verify your environment with the [support matrix](sql-support-matrix.md).
19-
2. Get an [overview](backup-azure-sql-database.md) of Azure Backup for SQL Server VM.
20-
3. Verify that the VM has [network connectivity](backup-sql-server-database-azure-vms.md#establish-network-connectivity).
23+
- Verify your environment with the [support matrix](sql-support-matrix.md).
24+
- Get an [overview](backup-azure-sql-database.md) of Azure Backup for SQL Server VM.
25+
- Verify that the VM has [network connectivity](backup-sql-server-database-azure-vms.md#establish-network-connectivity).
2126

2227
>[!Note]
2328
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
2429
2530
## Configure backup on the SQL Server
2631

27-
You can enable backup on your SQL Server VM from the **Backup** pane in the VM. This method does two things:
32+
You can enable backup on your SQL Server VM from the **Backup** blade in the VM. This method does two things:
2833

2934
- Registers the SQL VM with the Azure Backup service to give it access.
3035
- Autoprotects all the SQL Server instances running inside the VM. This means that the backup policy is applied to all the existing databases, as well as the databases that will be added to these instances in the future.
3136

3237
1. Select the banner on the top of the page to open the SQL Server backup view.
3338

34-
![SQL Server backup view](./media/backup-sql-server-vm-from-vm-pane/sql-server-backup-view.png)
39+
![Screenshot shows the SQL Server backup vie.w](./media/backup-sql-server-vm-from-vm-pane/sql-server-backup-view.png)
3540

3641
>[!NOTE]
3742
>Don't see the banner? The banner is only displayed for those SQL Server VMs that are created using Azure Marketplace images. It's additionally displayed for the VMs that are protected with Azure VM Backup. For other images, you can configure backup as explained [here](backup-sql-server-database-azure-vms.md).
@@ -43,32 +48,32 @@ You can enable backup on your SQL Server VM from the **Backup** pane in the VM.
4348

4449
3. Choose a **Backup Policy**. You can choose from the default policy, or any other existing policies that you created in the vault. If you want to create a new policy, you can refer to [this article](backup-sql-server-database-azure-vms.md#create-a-backup-policy) for a step-by-step guide.
4550

46-
![Choose a backup policy](./media/backup-sql-server-vm-from-vm-pane/backup-policy.png)
51+
![Screenshot shows how to choose a backup policy.](./media/backup-sql-server-vm-from-vm-pane/backup-policy.png)
4752

4853
4. Select **Enable Backup**. The operation may take a few minutes to complete.
4954

50-
![Select enable backup](./media/backup-sql-server-vm-from-vm-pane/enable-backup.png)
55+
![Screenshot shows how to select enable backup.](./media/backup-sql-server-vm-from-vm-pane/enable-backup.png)
5156

5257
5. Once the operation is completed, you'll see the **vault name** in the banner.
5358

54-
![Vault name appears in banner](./media/backup-sql-server-vm-from-vm-pane/vault-name.png)
59+
![Screenshot shows the Vault name in banner.](./media/backup-sql-server-vm-from-vm-pane/vault-name.png)
5560

5661
6. Select the banner to go the vault view, where you can see all the registered VMs and their protection status.
5762

58-
![Vault view with registered VMs](./media/backup-sql-server-vm-from-vm-pane/vault-view.png)
63+
![Screenshot shows the Vault view with registered VMs.](./media/backup-sql-server-vm-from-vm-pane/vault-view.png)
5964

6065
7. For non-marketplace images, the registration may be successful, but **configure backup** may not be triggered until the Azure Backup extension is given permission on the SQL Server. In such cases, the **Backup Readiness** column reads **Not Ready**. You need to [assign the appropriate permissions](backup-azure-sql-database.md#set-vm-permissions) manually for non-marketplace images so configure backup can get triggered.
6166

62-
![Backup readiness isn't ready](./media/backup-sql-server-vm-from-vm-pane/backup-readiness-not-ready.png)
67+
![Screenshot shows that the backup readiness isn't ready.](./media/backup-sql-server-vm-from-vm-pane/backup-readiness-not-ready.png)
6368

6469
8. For further operations or monitoring that you need to do on the backed-up SQL Server VM, go to the corresponding Recovery Services vault. Go to **Backup Items** to see all the databases backed up in this vault, and trigger operations such as on-demand backup and restore. Similarly, go to **Backup Jobs** to [monitor](manage-monitor-sql-database-backup.md) jobs corresponding to operations such as configure protection, backup, and restore.
6570

66-
![See backed-up databases in Backup Items](./media/backup-sql-server-vm-from-vm-pane/backup-items.png)
71+
![Screenshot shows how to view backed-up databases in Backup Items.](./media/backup-sql-server-vm-from-vm-pane/backup-items.png)
6772

6873
>[!NOTE]
6974
>The backup isn't automatically configured on any of the new SQL Server instances that may be added later to the protected VM. To configure backup on the newly added instances, you need to go the vault that the VM is registered to and follow the steps listed [here](backup-sql-server-database-azure-vms.md).
7075
71-
## Next steps
76+
## Next step
7277

7378
Learn how to:
7479

0 commit comments

Comments
 (0)