Skip to content

Commit 7afbb75

Browse files
Freshness - Backup SQL DB to Azure using MABS
1 parent 46634dc commit 7afbb75

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/backup/backup-azure-sql-mabs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL Server by using Azure Backup Server
33
description: In this article, learn the configuration to back up SQL Server databases by using Microsoft Azure Backup Server (MABS).
44
ms.topic: how-to
5-
ms.date: 03/17/2024
5+
ms.date: 03/25/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.service: azure-backup
@@ -38,7 +38,10 @@ To back up a SQL Server database and recover it from Azure:
3838

3939
## Prerequisites and limitations
4040

41+
Before you begin, review the following prerequisites and limitations:
42+
4143
* If you have a database with files on a remote file share, protection will fail with Error ID 104. MABS doesn't support protection for SQL Server data on a remote file share.
44+
* Ensure that you've [installed and prepared Azure Backup Server](backup-azure-microsoft-azure-backup.md).
4245
* MABS can't protect databases that are stored on remote SMB shares.
4346
* Ensure that the [availability group replicas are configured as read-only](/sql/database-engine/availability-groups/windows/configure-read-only-access-on-an-availability-replica-sql-server).
4447
* You must explicitly add the system account **NTAuthority\System** to the Sysadmin group on SQL Server.
@@ -64,10 +67,6 @@ To back up a SQL Server database and recover it from Azure:
6467
* SQL server 2014 added a new feature to create a [database for on-premises SQL Server in Windows Azure Blob storage](/sql/relational-databases/databases/sql-server-data-files-in-microsoft-azure). MABS can't be used to protect this configuration.
6568
* There are some known issues with "Prefer secondary" backup preference for the SQL Always On option. MABS always takes a backup from secondary. If no secondary can be found, then the backup fails.
6669

67-
## Before you start
68-
69-
Before you begin, ensure that you've [installed and prepared Azure Backup Server](backup-azure-microsoft-azure-backup.md).
70-
7170
## Create a backup policy
7271

7372
To protect SQL Server databases in Azure, first create a backup policy:

0 commit comments

Comments
 (0)