Skip to content

Commit 1e41ca6

Browse files
Apply suggestions from proofread
Co-authored-by: Anastasia Harris <[email protected]>
1 parent 0278fb0 commit 1e41ca6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/reliability/reliability-data-factory.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reliability in Azure Data Factory
3-
description: Learn about reliability in Azure Data Factory, including availability zones, multiple-region deployments, and resilient pipeline practices.
3+
description: Learn about reliability in Azure Data Factory, including availability zones, multi-region deployments, and resilient pipeline practices.
44
author: jonburchel
55
ms.author: jburchel
66
ms.topic: reliability-article
@@ -12,7 +12,7 @@ ms.date: 03/19/2025
1212

1313
# Reliability in Azure Data Factory
1414

15-
This article describes reliability support in [Azure Data Factory](../data-factory/introduction.md). It covers intra-regional resiliency via [availability zones](#availability-zone-support) and [multiple-region deployments](#multiple-region-support).
15+
This article describes reliability support in [Azure Data Factory](../data-factory/introduction.md). It covers intra-regional resiliency via [availability zones](#availability-zone-support) and [multi-region deployments](#multi-region-support).
1616

1717
Reliability is a shared responsibility between you and Microsoft. This article describes ways for you to create a reliable solution that meets your needs.
1818

@@ -32,7 +32,7 @@ The components of Data Factory include:
3232

3333
- **The core Data Factory service**, which manages pipeline triggers and oversees the coordination of pipeline activities. The core service also manages metadata for each component in the data factory. Microsoft manages the core service.
3434

35-
- **[IRs](../data-factory/concepts-integration-runtime.md#integration-runtime-types)**, which perform specific activities within a pipeline. There are different types of IRs.
35+
- **[Integration runtimes (IRs)](../data-factory/concepts-integration-runtime.md#integration-runtime-types)**, which perform specific activities within a pipeline. There are different types of IRs.
3636

3737
- *Microsoft-managed IRs*, which include the Azure IR and the Azure-SQL Server Integration Services (Azure-SSIS) IR. Microsoft manages the components that make up these runtimes. In some scenarios, you configure settings that affect the resiliency of your IRs.
3838

@@ -123,9 +123,9 @@ Zone-redundant Data Factory resources can be deployed in [any region that suppor
123123

124124
- *A SHIR* requires you to configure your own capacity and scaling. Consider over-provisioning when you deploy a SHIR.
125125

126-
### Traffic routing between zones
126+
### Normal operations
127127

128-
During normal operations, Data Factory automatically distributes pipeline activities, triggers, and other work among healthy instances in each availability zone.
128+
**Traffic routing between zones:** During normal operations, Data Factory automatically distributes pipeline activities, triggers, and other work among healthy instances in each availability zone.
129129

130130
### Zone-down experience
131131

@@ -139,13 +139,13 @@ When the availability zone recovers, Data Factory automatically fails back to th
139139

140140
However, if you use a SHIR, you might need to restart your compute resources if they've been stopped.
141141

142-
### Test for zone failures
142+
### Testing for zone failures
143143

144144
For the core service, and for Azure and Azure-SSIS IRs, Data Factory manages traffic routing, failover, and failback for zone-redundant resources. Because this feature is fully managed, you don't need to initiate or validate availability zone failure processes.
145145

146146
For SHIRs, you can use [Azure Chaos Studio](/azure/chaos-studio/chaos-studio-overview) to simulate an availability zone failure on an Azure VM.
147147

148-
## Multiple-region support
148+
## Multi-region support
149149

150150
Data Factory resources are deployed into a single Azure region. If the region becomes unavailable, your data factory is also unavailable. However, there are approaches that you can use to help ensure resilience to region outages. These approaches depend on whether the data factory is in a paired or nonpaired region and on your specific requirements and configuration.
151151

@@ -158,9 +158,9 @@ Because of data residency requirements in Brazil South and Southeast Asia, Data
158158
For data factories in nonpaired regions, or in Brazil South or Southeast Asia, Microsoft doesn't perform regional failover on your behalf.
159159

160160
> [!IMPORTANT]
161-
> Microsoft triggers Microsoft-managed failover. It's likely to occur after a significant delay and is done on a best-effort basis. There are also some exceptions to this process. You might experience some loss of your data factory metadata. The failover of Data Factory resources might occur at a different time than the failover of other Azure services.
161+
> Microsoft triggers Microsoft-managed failover. It's likely to occur after a significant delay and is done on a best-effort basis. There are also some exceptions to this process. You might experience some loss of your data factory metadata. The failover of Data Factory resources might occur at a time that's different from the failover time of other Azure services.
162162
>
163-
> If you need to be resilient to region outages, consider using one of the [alternative multiple-region approaches](#alternative-multiple-region-approaches).
163+
> If you need to be resilient to region outages, consider using one of the [alternative multi-region approaches](#alternative-multi-region-approaches).
164164
165165
#### Failover of IRs
166166

@@ -176,7 +176,7 @@ To prepare for a failover, there might be some extra considerations, depending o
176176

177177
After a Microsoft-managed failover is complete, you can access your Data Factory pipeline in the paired region. However, after the failover completes, you might need to perform some reconfiguration for IRs or other components. This process includes re-establishing the networking configuration.
178178

179-
### Alternative multiple-region approaches
179+
### Alternative multi-region approaches
180180

181181
If you need your pipelines to be resilient to regional outages and you need control over the failover process, consider using a metadata-driven pipeline.
182182

0 commit comments

Comments
 (0)