Skip to content

Commit b6747bb

Browse files
authored
Merge pull request #110761 from MladjoA/patch-23
Portal not supported for new IR with existing SSISDB
2 parents c3e4337 + c7f52ef commit b6747bb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ manager: mflasko
1111
ms.reviewer: douglasl
1212
ms.topic: conceptual
1313
ms.custom: seo-lt-2019
14-
ms.date: 08/14/2018
14+
ms.date: 04/09/2020
1515
---
1616

1717
# Configure the Azure-SSIS Integration Runtime with Azure SQL Database geo-replication and failover
@@ -107,9 +107,11 @@ When an ADF or Azure-SSIS IR disaster occurs in current region, you can make you
107107
108108
### Steps
109109
110-
Follow these steps to stop your Azure-SSIS IR, switch the IR to a new region, and start it again.
110+
Follow these steps to move your Azure-SSIS IR to a new region.
111+
> [!NOTE]
112+
> Step 3 (creation of IR) needs to be done via PowerShell. Azure portal will report an error stating that SSISDB already exists.
111113
112-
1. Execute stored procedure to make SSISDB attached to **\<new_data_factory_name\>** or **\<new_integration_runtime_name\>**.
114+
1. Execute stored procedure to update metadata in SSISDB to accept connections from **\<new_data_factory_name\>** and **\<new_integration_runtime_name\>**.
113115
114116
```SQL
115117
EXEC [catalog].[failover_integration_runtime] @data_factory_name='<new_data_factory_name>', @integration_runtime_name='<new_integration_runtime_name>'

0 commit comments

Comments
 (0)