Skip to content

How to connect to Azure SQL with Power Automate Desktop?

NOTE: This approach only works when you have SQL authentication enabled on your Azure SQL server, which is not the recommended practice. However, I don’t have yet gotten the Power Automate Desktop to connect successfully to Azure SQL db any other way. If you have a working example of connecting to Azure SQL with MFA-enabled accounts, please let me know.
 
Power Automate Desktop has 3 actions that you can use with Azure SQL:
 
image-18.png
 
 
 
These are quite self-explanatory. The trickiest part in connecting to the db is defining the connection string correctly. There’s an editor in the PAD itself, but I’m always struggling to get the settings right. Now that we try to connect to Azure SQL, the easiest way is just to go to Azure and copy the connection string from there.
 
  • Navigate to the SQL database in Azure
  • Choose Connection Strings
  • Click on the ODBC tab
  • Copy the first one
  • (You might need to change the driver number 18 to 17, highlighted in green)
  • Add user name and password to the connection string
 
image-19.png

 

In PAD, just copy and paste the string to Open the SQL connection action and you might want to sanitize the username and password. The end result looks like this:
 
image-20.png
 
 
 
I’m using this approach to create a log table for my automation, which is super convenient to connect with Power BI to create a monitoring dashboard.
 
 
 
 

1 thought on “How to connect to Azure SQL with Power Automate Desktop?”

  1. Hi Teeriaho,
    while searching for a way to connect to Azure SQL server form Power Automate Desktop I found your article. I tried exact steps however I am getting an error Cannot connect to data source.
    Data source name not found and no default driver installed.

    Can you please help me if you can how you achieved this.

    Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *