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...
balasubramanim
Sep 20, 2024Iron Contributor
Hi 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.
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.