I have the following situation:
ASE subnet:
192.168.0.0/24
AKS subnet:
192.168.1.0/24
Both subnets are placed inside virtual network 192.168.0.0/8.
I'm using external ASE, and wanted to route traffic between subnets somehow. In my case:
Function app uses internal service which is placed inside AKS, and need to provide internal access from ASE subnet to this services somehow. I tried to add routing table, but not sure how to properly configure it.