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/backup-sql-server-vm-from-vm-pane.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,42 @@
1
1
---
2
2
title: Back up a SQL Server VM from the VM pane
3
3
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
6
6
author: AbhishekMallick-MS
7
7
ms.author: v-abhmallick
8
+
ms.custom: engagement-fy24
8
9
---
9
-
# Back up a SQL Server from the VM pane
10
+
# Back up a SQL Server from the VM blade
10
11
11
12
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:
12
13
13
14
- Single SQL Server Azure VM: The instructions in this article describe how to back up a SQL Server VM directly from the VM view.
14
15
- 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.
15
16
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
+
16
21
## Before you start
17
22
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).
21
26
22
27
>[!Note]
23
28
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
24
29
25
30
## Configure backup on the SQL Server
26
31
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:
28
33
29
34
- Registers the SQL VM with the Azure Backup service to give it access.
30
35
- 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.
31
36
32
37
1. Select the banner on the top of the page to open the SQL Server backup view.
33
38
34
-

39
+

35
40
36
41
>[!NOTE]
37
42
>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.
43
48
44
49
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.
45
50
46
-

51
+

47
52
48
53
4. Select **Enable Backup**. The operation may take a few minutes to complete.

51
56
52
57
5. Once the operation is completed, you'll see the **vault name** in the banner.
53
58
54
-

59
+

55
60
56
61
6. Select the banner to go the vault view, where you can see all the registered VMs and their protection status.
57
62
58
-

63
+

59
64
60
65
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.

63
68
64
69
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.
65
70
66
-

71
+

67
72
68
73
>[!NOTE]
69
74
>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).
0 commit comments