We want to deploy a function as a private backend to another component in an App Platform deployment. We want our API front to call the function privately just like you'd call another service in Kubernetes. Something like
http://my-function-name/the/route
. We don't want to expose our function publicly via an ingress rule. I was told this is not possible currently and that I should request it here by the support team.