Scenario:
- Azure Linux VM created inside VNET (with subnet)
- Oracle database created on the Linux VM
- Azure Linux Web App created outside the VNET
Query: How can my Linux Web App connect to the database on VM within VNET from outside and get a result set back? So both inbound and outbound from VNET point of view - only to the webapp.
Went through Azure docs about Private endpoint and VNET Integration but am still not sure whether these individually or together will be needed to make this work.
Thanks