Hello, we have some web API Sites currently deployed in Azure that require a connection to an Oracle database that is hosted in an Azure VM in the same region. The Oracle port is exposed as an endpoint and ACLs white list access to the sites only. We (developers and DBAs) connect to the database using VPN. This works.
We are thinking about using Resource Manager and re-build our VMs network using Network Security Groups. I read that NGSs cannot be mixed with ACLs. If this is the case, how do we provide access to the Web API site to access our Oracle database once we re-deploy using resource groups and the non-classic VMs?
Thanks,
Khaled
Khaled Hikmat