Configure ADF with private link

In this article, you will learn how to configure a private link service between Azure Data Factory (ADF) and CluedIn.

Prerequisites

If you have any questions, you can request CluedIn support by sending an email to support@cluedin.com (or reach out to your delivery manager if you have a committed deal).

To configure private link between ADF and CluedIn

  1. Create a private link service to CluedIn private endpoint as described in Private link service with private endpoint. You may skip creating a private endpoint as we will use managed private endpoint from ADF.

  2. In Azure Data Factory Studio, go to the Manage tab. In the Security section, select Managed private endpoints.

  3. Select New.

  4. Find and select the private link service.

  5. Enter the following information:

    • Name – enter cluedin-private-endpoint.

    • Account selection method – select From Azure subscriptions.

    • Azure subscriptions – enter the subscription of private link service created in step 1.

    • Private link service – enter the name of private link service created in step 1.

    • FQDN names – enter your company CluedIn host name. The following names are provided as an example:

      • app.company.com

      • clean.company.com

      • cluedin.company.com

  6. Select Create.

    Once the managed private endpoint is created, wait for provisioning state to be Succeeded.

    managed-private-endpoint-succeeded.png

  7. Go to the private link service created in step 1 and approve the managed private endpoint:

    1. Open the private link service created in step 1.

    2. Go to Settings > Private endpoint connections.

    3. Check and approve the managed private endpoint. Make sure the private endpoint name matches [adf name].[managed private endpoint name].

    private-endpoint-connections.png

    Once approved, your ADF should gain connectivity towards CluedIn private endpoint. Next, create ADF pipeline using the Copy data or Data flow activity to send data to CluedIn.