Okay i have a problem, that i didnt find a solution yet. Basicly im trying to make a power apps button that will make a http request to an api that is hosted on a private Azure kubernetes cluster, i have a deployment and a service for the same api, on the public cluster that i had for testing the service external ip was enough to make the request possible, but now due to security reasons i have to be using a private AKS cluster. Does anyone knows how can i approach this problem? How can i make a power apps public app reach a api inside of a private kubernetes cluster on azure?
Tried to set up the vnet to powerapps but it doesnt seem to be working.