Skip to content

Commit a4ea011

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update according to comments
1 parent 4f2199d commit a4ea011

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

articles/data-factory/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ items:
377377
href: connector-release-stages-and-timelines.md
378378
- name: Connector upgrade FAQ
379379
href: connector-deprecation-frequently-asked-questions.md
380-
- name: Guidance for BYOD approach
380+
- name: Guidance for Bring Your Own Driver (BYOD)
381381
href: guidance-for-byod-approach.md
382382
- name: Amazon Marketplace Web Service (Deprecated)
383383
href: connector-amazon-marketplace-web-service.md

articles/data-factory/guidance-for-byod-approach.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Guidance on using the Bring Your Own Driver (BYOD) approach
3-
description: This article provides step-by-step guidance for migrating from outdated V1 connectors to the latest V2 connectors in scenarios where the Bring Your Own Driver (BYOD) approach is required.
3+
description: This article provides step-by-step guidance for Bring Your Own Driver (BYOD) approach.
44
author: KrishnakumarRukmangathan
55
ms.author: krirukm
66
ms.service: azure-data-factory
@@ -14,14 +14,42 @@ ms.date: 05/29/2025
1414

1515
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1616

17-
This article provides step-by-step guidance for migrating from outdated V1 connectors to the latest V2 connectors in scenarios where the **Bring Your Own Driver (BYOD)** approach is required.
17+
This article provides step-by-step guidance for using connectors with Bring Your Own Driver (BYOD) approach and upgrading from outdated V1 connectors to the latest V2 connectors in scenarios where the BYOD approach is required.
1818

19-
## Supported connectors
19+
## Guidance on using connectors with BYOD approach
2020

21-
- Vertica
22-
- Netezza
21+
### Steps
2322

24-
## Migration steps
23+
1. **Review Connector Requirements**
24+
Visit the Data Factory documentation for the specific connector. Under the **Pre-requisites** section, verify:
25+
26+
- The supported version of the **client driver**.
27+
- The minimum required **SHIR version** for compatibility.
28+
29+
1. **Install and Configure Self-Hosted Integration Runtime (SHIR)**
30+
31+
- Set up SHIR on a physical machine or virtual machine within your network.
32+
- Follow the official [Microsoft SHIR installation guide](create-self-hosted-integration-runtime.md) to complete setup.
33+
34+
1. **Download the Required Driver Package**
35+
36+
Navigate to the connector's documentation or driver source to download the appropriate version of the client driver supported for the connector.
37+
38+
1. **Install the Driver**
39+
40+
Install the downloaded driver package on the machine where SHIR is running.
41+
42+
### Related connectors
43+
44+
- [Informix](connector-informix.md)
45+
- [Microsoft Access](connector-microsoft-access.md)
46+
- [SAP Business Warehouse](connector-sap-business-warehouse.md)
47+
- [SAP HANA](connector-sap-hana.md)
48+
- [SAP Table](connector-sap-table.md)
49+
50+
## Guidance on upgrading connectors with BYOD approach required
51+
52+
### Steps
2553

2654
1. **Review Connector Requirements**
2755
Visit the Data Factory documentation for the specific V2 connector. Under the **Pre-requisites** section, verify:
@@ -59,6 +87,10 @@ This article provides step-by-step guidance for migrating from outdated V1 conne
5987

6088
Run test executions of your pipelines to confirm they function correctly with the new V2 connector and SHIR setup.
6189

90+
### Related connectors
91+
92+
- [Vertica (version 2.0)](connector-vertica.md)
93+
6294
## Related content
6395

6496
- [Connector lifecycle overview](connector-lifecycle-overview.md)

0 commit comments

Comments
 (0)