I have a web API (.net 8) in an Azure web app and It needs to reach an Azure managed instance that exists in other resource group.
I already peered the virtual network of the managed instance with my wep app virtual network.
I already created the inbound and outbound security rules on my network security group
inbound rule
outbound rule
On my web app I am using the default dns feature.
There is no firewall configured in the managed instance virtual network. The same in the web app virtual network.
When I debug the web app using visual studio I catched the timeout exception after the managed instance was not found.
If I run my web app from my visual studio I can reach the managed instance without problem.
I want to connect my azure web app with my azure sql managed instance
JCano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.