Use Managed Identity to connect to Azure SQL Database from logic app

Our Cloud School
5 min readJul 28, 2023

This is part02 of MSI with Azure, In this blog I will share how to setup secret less connection with logic app and sql server to connect to the database

In the previous section we have learned about MSI with Azure, if you want to refer the same in case if missed it here is the blog link

Now in this blog we will discuss a practical example of logicapp connecting to azure sql database using managed identity (without connection string or credentials), to show this connectivity working we need following azure infrastructure as prerequisite:

  • Azure SQL Server Instance.
  • Azure SQL Server database with Activity Directory Authentication.
  • Logic App Standard with MSI configuration.

I have Azure SQL server configured for this blog

--

--

Our Cloud School

Rakesh Suryawanshi — Azure Solutions Architect, DevOps with Terraform