Skip to content

Commit b26a6a7

Browse files
Apply suggestions from code review
Co-authored-by: John Downs <[email protected]>
1 parent 1b3e76a commit b26a6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/reliability/reliability-data-factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To prevent duplicate record insertion because of a transient fault, implement th
6161
You can use retry policies to configure parts of your pipeline to retry if there's a problem, like transient faults in connected resources. In Data Factory, you can configure retry policies on the following pipeline object types:
6262

6363
- [Tumbling window triggers](../data-factory/concepts-pipeline-execution-triggers.md#tumbling-window-trigger)
64-
- [Implementation activities](../data-factory/concepts-pipelines-activities.md#execution-activities)
64+
- [Execution activities](../data-factory/concepts-pipelines-activities.md#execution-activities).
6565

6666
For more information about how to change or disable retry policies for your data factory triggers and activities, see [Pipeline runs and triggers](../data-factory/concepts-pipeline-execution-triggers.md).
6767

@@ -188,7 +188,7 @@ Depending on the IR that you use, there might be other considerations.
188188

189189
- *An Azure-SSIS IR* uses a database stored in Azure SQL Database or Azure SQL Managed Instance. You can configure geo-replication or a failover group for this database. The Azure-SSIS database is located in a primary Azure region that has read-write access. The database is continuously replicated to a secondary region that has read-only access. If the primary region is unavailable, a failover triggers, which causes the primary and secondary databases to swap roles.
190190

191-
You can also configure a dual standby Azure SSIS IR pair that works in sync with a SQL Database or SQL Managed Instance failover group.
191+
You can also configure a dual standby Azure SSIS IR pair that works in sync with an Azure SQL Database or SQL Managed Instance failover group.
192192

193193
For more information, see [Configure an Azure-SSIS IR for BCDR](../data-factory/configure-bcdr-azure-ssis-integration-runtime.md).
194194

0 commit comments

Comments
 (0)