I'm trying to host a couple of micro services in AKS. There is some data stored in a Azure-redis cache in a separate virtual network which the AKS cluster needs to access. Do I need to use OSBA for Azure to enable this connection? or can I just configure the access url for redis and configure external routes to the Redis from AKS.
I am confused because my Redis is in a separate virtual network and the AKS is deployed in a separate virtual network.