Forum Discussion
LucasRibeiro7
Apr 16, 2024Copper Contributor
Logic App (Consumption) connect to a Private network
I need to connect a consumption-tier Azure Logic App to an Azure SQL Database that is accessible only through a Private Endpoint. I'm unsure about the necessary configurations or permissions required. Would this setup work, or should I consider upgrading to a standard-tier Logic App? Any advice would be appreciated.
- Kamil_MaciejewskiCopper ContributorHi,
you to first upgrade to Standard Logic App, because consumption-tier doesn't support Private endpoints, then you can go through this documentation https://learn.microsoft.com/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint
BR
Kamil - balasubramanimIron ContributorHi Lucas,
To connect a Consumption-tier Azure Logic App to an Azure SQL Database via a Private Endpoint, there are limitations, as Consumption-tier Logic Apps don't support Virtual Network integration. The best solution is to upgrade to a Standard-tier Logic App, which allows VNet integration, ensuring seamless access. Alternatively, use an API or Function in the same VNet, though upgrading is recommended.