We have an Azure subscription and resource group with my company's network. We need to install an application on a VM which communicates to an Oracle DB. This application will be exposed to external users.
Due to limitations in our company, we have no option but to install the Oracle DB in company's network subscription + resource group. We cannot deploy the front in the same resource group as it needs to be exposed to external parties. I was looking at options of installing the front end on an external subscription and resource group and still have it communicate with the Oracle DB in the internal resource group.
I have read about Hybrid connections and how they work for App services. However, we will be installing our app on VMs.
Can we still utilize Hybrid connections and communicate the F/E to B/E across subscriptions and resource groups?
Internal security rules do not allow us to peer the 2 resource groups else private endpoint could have been an option.