What is the syntax of connection string to connect from Logic Apps SQL server connector to Azure Synapse SQL Pool

MANIGANDAN JAGADEESAN A 1 Reputation point
2022-02-16T08:51:23.857+00:00

The need to connect to Azure Synapse SQL pool from Logic Apps, for which we are using a SQL server connector in Logic apps. The SQL server connector in Logic apps ask for the connection string and we are not able to find the correct syntax of connection string

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,084 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,136 Reputation points
    2022-02-17T06:40:00.553+00:00

    @MANIGANDAN JAGADEESAN A Unfortunately there is no Azure Synapse connector available to call from logic apps. You can find the list of available connectors here.
    SQL connector works only with SQL database and not with Azure Synapse SQL Pool and you can find details on SQL Connector here.

    You can always post your ideas, feedback, and feature request in our feedback forum. You can create a new feature request if this is something you want to be supported as logic app connector.

    As the workaround, you can refer to Azure Synapse REST API if it can help you with your use case and you can leverage the same using Http connector. Similarly, if there are any CLI or Az commands that can help you can leverage it using Azure Automation Account

    0 comments No comments

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.