Skip to content

Commit 6c2d070

Browse files
committed
Added H3 headings for clarity.
1 parent 69e21f3 commit 6c2d070

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/data-factory/configure-bcdr-azure-ssis-integration-runtime.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ For more info about geo-replication and failover for SQL Database, see [Overview
2222

2323
## Scenario 1 - Azure-SSIS IR is pointing to read-write listener endpoint
2424

25+
### Conditions
26+
2527
This section applies when the following conditions are true:
2628

2729
- The Azure-SSIS IR is pointing to the read-write listener endpoint of the failover group.
@@ -30,10 +32,14 @@ This section applies when the following conditions are true:
3032

3133
- The SQL Database server is *not* configured with the virtual network service endpoint rule.
3234

35+
### Solution
36+
3337
When failover occurs, it is transparent to the Azure-SSIS IR. The Azure-SSIS IR automatically connects to the new primary of the failover group.
3438

3539
## Scenario 2 - Azure-SSIS IR is pointing to primary server endpoint
3640

41+
### Conditions
42+
3743
This section applies when one of the following conditions is true:
3844

3945
- The Azure-SSIS IR is pointing to the primary server endpoint of the failover group. This endpoint changes when failover occurs.
@@ -46,9 +52,11 @@ This section applies when one of the following conditions is true:
4652

4753
- The database server is a SQL Database Managed Instance configured with a virtual network.
4854

55+
### Solution
56+
4957
When failover occurs, you have to do the following things:
5058

51-
1. stop the Azure-SSIS IR.
59+
1. Stop the Azure-SSIS IR.
5260

5361
2. Reconfigure the IR to point to the new primary endpoint and to a virtual network in the new region.
5462

@@ -70,7 +78,7 @@ Follow these steps to stop your Azure-SSIS IR, switch the IR to a new region, an
7078

7179
1. Stop the IR in the original region.
7280

73-
2. Call the following command in PowerShell to update the IR
81+
2. Call the following command in PowerShell to update the IR with the new settings.
7482

7583
```powershell
7684
Set-AzureRmDataFactoryV2IntegrationRuntime -Location "new region" `

0 commit comments

Comments
 (0)