Additional Integration Runtime Setup
Client Responsibilities:
Create a New Integration Runtime (IR)
- In Azure Data Factory, navigate to the IR host Data Factory.
- Click "New" under Integration Runtimes.
- Provide a unique name, select the desired Type, and then click Create.
- Provide the name of the IR you created to your managed services team along with which connectors you need it for.
Managed Services Responsibilities:
-
Once the client has created their IR and provided you with the name, continue with the standard steps in the Integration Runtime Setup Docs to install the IR on their target VM.
-
Update the client's config to associate the new IR to the requested linked service(s).
-
Use the format in the example below to add
linked_services_ir_config
in<environment>_env_config.json
-
Example:
-
linked_services_ir_config = [ { "name": "AutoResolveIntegrationRuntime", "linked_services": [ "EMPOWER_AZUREMYSQL_LS", "EMPOWER_AZUREPOSTGRESQL_LS", "EMPOWER_MARIA_DB_LS", "EMPOWER_MSSQL_LS", "EMPOWER_ODBC_LS", "EMPOWER_POSTGRE_SQL_LS", "EMPOWER_SAPHANA_LS", "EMPOWER_DB2_LS", "EMPOWER_ORACLE_LS1" ] } ]
-
-
Updated 5 days ago