Skip to content

Commit 7de527f

Browse files
committed
fixing warnings
1 parent 71183ca commit 7de527f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-sql/managed-instance/link-feature-best-practices.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: The link feature best practices
33
titleSuffix: Azure SQL Managed Instance
4-
description: Learn about the best practices with link feature for Azure SQL Managed Instance
4+
description: Learn about best practices when using the link feature for Azure SQL Managed Instance.
55
services: sql-database
66
ms.service: sql-managed-instance
77
ms.subservice: data-movement
8-
ms.custom: sqldbrb=1
8+
ms.custom:
99
ms.devlang:
10-
ms.topic: conceptual
10+
ms.topic: guide
1111
author: MladjoA
1212
ms.author: mlandzic
1313
ms.reviewer: mathoma, danil
@@ -23,7 +23,7 @@ This article outlines best practices when using the link feature for Azure SQL M
2323
2424
## Take log backups regularly
2525

26-
The link feature replicates data using the [Distributed availability groups](https://docs.microsoft.com/sql/database-engine/availability-groups/windows/distributed-availability-groups) concept based the Always On availability groups technology stack. Data replication with distributed availability groups is based on replicating transaction log records. No transaction log records can be truncated from the database on the primary instance until they're replicated to the database on the secondary instance. If transaction log record replication is slow or blocked due to network connection issues, the log file keeps growing on the primary instance. Growth speed depends on the intensity of workload and the network speed. If there's a prolonged network connection outage and heavy workload on primary instance, the log file may take all available storage space.
26+
The link feature replicates data using the [Distributed availability groups](/sql/database-engine/availability-groups/windows/distributed-availability-groups) concept based the Always On availability groups technology stack. Data replication with distributed availability groups is based on replicating transaction log records. No transaction log records can be truncated from the database on the primary instance until they're replicated to the database on the secondary instance. If transaction log record replication is slow or blocked due to network connection issues, the log file keeps growing on the primary instance. Growth speed depends on the intensity of workload and the network speed. If there's a prolonged network connection outage and heavy workload on primary instance, the log file may take all available storage space.
2727

2828

2929
To minimize the risk of running out of space on your primary instance due to log file growth, make sure to take database log backups regularly. By taking log backups regularly, you make your database more resilient to unplanned log growth events. Consider scheduling daily log backup tasks using SQL Server Agent job.
@@ -66,13 +66,13 @@ In this example, the database has used 76% of the available log, with an absolut
6666

6767
## Add start up trace flags
6868

69-
There are two trace flags (`-T1800` and `-T9567`) that, when added as start up parameters, can optimize the performance of data replication through the link. See [Enable start up trace flags](managed-instance-link-preparation.md#enable-feature-startup-trace-flags) to learn more.
69+
There are two trace flags (`-T1800` and `-T9567`) that, when added as start up parameters, can optimize the performance of data replication through the link. See [Enable start up trace flags](managed-instance-link-preparation.md#enable-startup-trace-flags) to learn more.
7070

7171
## Next steps
7272

7373
To get started with the link feature, [prepare your environment for replication](managed-instance-link-preparation.md).
7474

7575
For more information on the link feature, see the following articles:
7676

77-
- [Managed Instance link – overview](link-feature.md).
78-
- [Managed Instance link – connecting SQL Server to Azure reimagined](https://aka.ms/mi-link-techblog).
77+
- [Managed Instance link – overview](link-feature.md)
78+
- [Managed Instance link – connecting SQL Server to Azure reimagined](https://aka.ms/mi-link-techblog)

0 commit comments

Comments
 (0)