Is their any feasibility to Accessing on premise Maria DB via SSL-based authentication in ADF

Kiran Kumar Maddipati 45 Reputation points
2023-12-17T06:56:19.0366667+00:00

Is their any feasibility to Accessing on-premise Maria DB via SSL-based authentication in ADF or is it possible to connect directly using ADF Maria DB connector and SHIR

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,670 questions
{count} votes

Accepted answer
  1. Harishga 6,005 Reputation points Microsoft External Staff
    2023-12-18T08:00:24.12+00:00

    Hi@Kiran Kumar Maddipati
    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    Yes, it is possible to access an on-premises MariaDB database via SSL-based authentication in Azure Data Factory. You can use the Self-hosted Integration Runtime to connect to the on-premises MariaDB database.

    To connect to the on-premises MariaDB database via SSL-based authentication, you need to obtain the SSL certificate and configure the connection string accordingly. You can download the SSL certificate from the MariaDB server and save it to a local drive.

    Need to configure the connection string in the SHIR to include the SSL certificate path and other SSL-related parameters. You can refer to the Azure documentation on [how to configure SSL connectivity in your application to securely connect to Azure Database for MariaDB.

    Once you have configured the connection string, you can use the ADF MariaDB connector to connect to the on-premises MariaDB database via the SHIR.

    Reference links
    https://learn.microsoft.com/en-us/azure/mariadb/howto-configure-ssl
    https://learn.microsoft.com/en-us/azure/data-factory/connector-mariadb?tabs=data-factory

    I hope this helps! Let me know if you have any further questions.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.