cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Databricks SQL endpoint as Linked Service in Azure Data Factory

shadowinc
New Contributor III

We have a special endpoint that grants access to delta tables and we want to know if we can use SQL endpoints as a linked service in ADF.

If yes then which ADF-linked service would be suitable for this?

Appreciate your support on this.

 

1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

Hi @shadowincYou can use private endpoints in Azure Data Factory (ADF) to securely access Delta tables. These private endpoints allow communication between ADF and services like Azure Blob storage and Azu...1.

Here are the steps to set it up:

  1. Create a Data Factory:

    • If you havenโ€™t already, create an Azure Data Factory instance.
    • You can use the Azure Data Factory user interface (UI) to create a pipeline.
  2. Prepare Your Blob Storage and SQL Database:

    • Create a source blob in Azure Blob storage.
    • Upload data (e.g., an emp.txt file) to the blob storage.
    • Create a sink SQL table in your Azure SQL Database (e.g., dbo.emp).
  3. Configure Linked Services:

    • Go to the Manage tab in ADF.
    • Under Linked services, select + New.
    • Choose the SQL Server tile and input the FQDN of your on-premises SQL Server, along with the username and password. Test the connection2.
  4. Or Use Azure SQL Managed Instance:

Let me know if you need further assistance! ๐Ÿ˜Š

 
Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!