Forum Discussion
PhilFancyAndMe
Aug 28, 2024Iron Contributor
Azure Web App - Connect to Azure Managed Instance SQL DB
Hi there, need ideas how to let a Azure Web App connect to a Azure SQL DB (managed by Azure Managed Instance). Web App has public network access but no private endpoint: SQL Managed I...
Surendra_Aderu
Aug 11, 2025Copper Contributor
At the web app use the VNET integration, typically you need vnet/subnet to configure and manage the outbound traffic. SQL managed instance is already deployed under VNET. enable the peering if it's two different VNETs, if its' same VNET (SQL MI subnet and web app integrated subnet) no need of peering.
let me know if any issues.