Skip to content

Commit 0306e85

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nw-packet
2 parents 6d41ebf + 6ab5f01 commit 0306e85

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Exchange server with Azure Backup Server
33
description: Learn how to back up an Exchange server to Azure Backup using Azure Backup Server
44
ms.topic: how-to
5-
ms.date: 03/28/2024
5+
ms.date: 03/25/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.custom: engagement-fy24
@@ -11,7 +11,7 @@ ms.custom: engagement-fy24
1111

1212
This article describes how to configure Microsoft Azure Backup Server (MABS) to back up a Microsoft Exchange server to Azure.
1313

14-
## Prerequisites for backup of an Exchange server
14+
## Prerequisites
1515

1616
Before you continue, ensure that Azure Backup Server is [installed and prepared](backup-azure-microsoft-azure-backup.md).
1717

@@ -108,3 +108,4 @@ For online recovery points, there are five recovery types:
108108
## Next steps
109109

110110
* [Azure Backup FAQ](backup-azure-backup-faq.yml)
111+
* [Recover data from Azure Backup Server](backup-azure-alternate-dpm-server.md)

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:

articles/backup/manage-azure-managed-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure Managed Disks
33
description: Learn about managing Azure Managed Disk from the Azure portal.
44
ms.topic: how-to
5-
ms.date: 03/21/2024
5+
ms.date: 01/16/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.service: azure-backup
@@ -168,4 +168,4 @@ To delete a disk backup instance, follow these steps:
168168

169169
## Next steps
170170

171-
[Backup vaults overview](backup-vault-overview.md)
171+
[Backup vaults overview](backup-vault-overview.md)

articles/network-watcher/connection-monitor-schema.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: concept-article
9-
ms.date: 02/23/2024
9+
ms.date: 03/25/2025
1010

1111
#CustomerIntent: As an Azure administrator, I want to learn about the available fields in connection monitor schemas so that I can understand the output of Log Analytics queries.
1212
---
@@ -18,13 +18,13 @@ Connection monitor stores the data it collects in a Log Analytics workspace. The
1818
- The test data (`NWConnectionMonitorTestResult` query), which is updated based on the monitoring frequency of a particular test group.
1919
- The path data (`NWConnectionMonitorPathResult` query), which is updated when there's a significant change in loss percentage or round-trip time.
2020

21-
For some time durations, test data might keep getting updated while path data isn't frequently updated because both are independent.
21+
For certain time durations, test data might continue to update while path data remains unchanged, as they operate independently.
2222

23-
In this article, you learn about the available fields in the connection monitor tests data and path data schemas.
23+
In this article, you learn about the fields available in the connection monitor test data and path data schemas.
2424

25-
## Connection monitor tests schema
25+
## Connection monitor test schema
2626

27-
The following table lists the fields in the connection monitor tests data schema and what they signify:
27+
The following table lists the fields in the connection monitor test data schema and what they signify:
2828

2929
| Field | Description |
3030
| ----- | ----------- |

0 commit comments

Comments
 (0)