@@ -22,6 +22,8 @@ For more info about geo-replication and failover for SQL Database, see [Overview
22
22
23
23
## Scenario 1 - Azure-SSIS IR is pointing to read-write listener endpoint
24
24
25
+ ### Conditions
26
+
25
27
This section applies when the following conditions are true:
26
28
27
29
- 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:
30
32
31
33
- The SQL Database server is * not* configured with the virtual network service endpoint rule.
32
34
35
+ ### Solution
36
+
33
37
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.
34
38
35
39
## Scenario 2 - Azure-SSIS IR is pointing to primary server endpoint
36
40
41
+ ### Conditions
42
+
37
43
This section applies when one of the following conditions is true:
38
44
39
45
- 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:
46
52
47
53
- The database server is a SQL Database Managed Instance configured with a virtual network.
48
54
55
+ ### Solution
56
+
49
57
When failover occurs, you have to do the following things:
50
58
51
- 1 . stop the Azure-SSIS IR.
59
+ 1 . Stop the Azure-SSIS IR.
52
60
53
61
2 . Reconfigure the IR to point to the new primary endpoint and to a virtual network in the new region.
54
62
@@ -70,7 +78,7 @@ Follow these steps to stop your Azure-SSIS IR, switch the IR to a new region, an
70
78
71
79
1 . Stop the IR in the original region.
72
80
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.
74
82
75
83
``` powershell
76
84
Set-AzureRmDataFactoryV2IntegrationRuntime -Location "new region" `
0 commit comments