I've lost a day trying to figure this out so I'm really hoping that someone can point me in the right direction.
We have a PostgreSQL (flexibile server) hosted on Microsoft Azure that has no public internet access. (in its own resource group)
We also have a selection of Azure ContainerApp's (using a managed environment) that need to connect to this PostgreSQL server but for the life of me I can not figure out how to make this happen?
Using AWS, I'd be able to accomplish this with security groups in about 2 seconds but the way containerApps run in a managed environment seems to be causing me some headache.
Can anyone point me in the right direction?