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-database-from-azure-vm-blade.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
title: Back up SQL Server from the Azure VM blade using Azure Backup
3
3
description: In this article, learn how to back up SQL Server databases from the Azure VM blade via the Azure portal.
4
4
ms.topic: how-to
5
-
ms.date: 07/19/2024
5
+
ms.date: 07/23/2024
6
6
ms.service: backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
9
9
---
10
-
# Back up an SQL Server from the Azure VM blade
10
+
# Back up a SQL Server from the Azure SQL Server VM blade
11
11
12
-
This article describes how to use Azure Backup to back up an SQL Server (running in Azure VM) from the SQL VM resource via the Azure portal.
12
+
This article describes how to use Azure Backup to back up a SQL Server (running in Azure VM) from the SQL VM resource via the Azure portal.
13
13
14
14
SQL Server databases are critical workloads that require a low recovery-point objective (RPO) and long-term retention. You can back up SQL Server databases running on Azure virtual machines (VMs) by using [Azure Backup](backup-overview.md).
15
15
@@ -18,11 +18,13 @@ SQL Server databases are critical workloads that require a low recovery-point ob
18
18
19
19
## Prerequisites
20
20
21
-
Before you back up an SQL Server database, see the [backup criteria](backup-sql-server-database-azure-vms.md#prerequisites).
21
+
Before you back up a SQL Server database, see the [backup criteria](backup-sql-server-database-azure-vms.md#prerequisites).
22
22
23
23
## Configure backup for SQLServer database
24
24
25
-
To configure backup for SQL Server database from the SQL VM blade, follow these steps:
25
+
You can now configure Azure backup for your SQL server running in Azure VM, directly from the SQL VM resource blade.
26
+
27
+
To configure backup from the SQL VM blade, follow these steps:
26
28
27
29
1. In the [Azure portal](https://portal.azure.com/), go to the *SQL VM resource*.
28
30
@@ -40,11 +42,11 @@ To configure backup for SQL Server database from the SQL VM blade, follow these
40
42
41
43
1. On the **Azure Backup** blade, select **Enable** to start configuring the backup for the SQL Server using Azure Backup.
42
44
43
-
1. To start the backup operation, select an *existing Recovery Services vault* or [create a new vault](backup-sql-server-database-azure-vms.md#create-a-recovery-services-vault).
45
+
1. To start the backup operation, select an existing Recovery Services vault or [create a new vault](backup-sql-server-database-azure-vms.md#create-a-recovery-services-vault).
44
46
45
47
1. Select **Discover** to start discovering databases in the VM.
46
48
47
-
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/start-database-discovery.png" alt-text="Screenshot shows how to start discovering an SQL database." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/start-database-discovery.png":::
49
+
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/start-database-discovery.png" alt-text="Screenshot shows how to start discovering the SQL database." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/start-database-discovery.png":::
48
50
49
51
This operation will take some time to run when performed for the first time.
50
52
@@ -68,7 +70,7 @@ To configure backup for SQL Server database from the SQL VM blade, follow these
68
70
69
71
1. Select the default policy as *HourlyLogBackup*.
70
72
1. Select an existing backup policy previously created for SQL.
71
-
1. Create a new policy based on your RPO and retention range.
73
+
1.[Create a new policy](tutorial-sql-backup.md#create-a-backup-policy) based on your RPO and retention range.
72
74
73
75
:::image type="content" source="./media/backup-sql-server-database-from-azure-vm-blade/select-backup-policy.png" alt-text="Screenshot shows how to select a backup policy for the database." lightbox="./media/backup-sql-server-database-from-azure-vm-blade/select-backup-policy.png":::
74
76
@@ -97,5 +99,5 @@ To configure backup for SQL Server database from the SQL VM blade, follow these
97
99
98
100
-[Restore SQL Server databases on Azure VM](restore-sql-database-azure-vm.md)
99
101
-[Manage and monitor backed up SQL Server databases](manage-monitor-sql-database-backup.md)
100
-
-[Troubleshoot backups on an SQL Server database](backup-sql-server-azure-troubleshoot.md)
102
+
-[Troubleshoot backups on a SQL Server database](backup-sql-server-azure-troubleshoot.md)
101
103
-[FAQ - Backing up SQL Server databases on Azure VMs - Azure Backup | Microsoft Learn](/azure/backup/faq-backup-sql-server)
0 commit comments