I'm studying a couple of scenarios for my infrastructure and one doubt I have is if I can configure a public facing API Management that redirects the requests to services on a VNET. The Services includes App Services and Azure Functions.
I don't want to have my services with public IPs, that's Why I want them to be on a VNET, but on the other hand I don't want to have the APIM inside a VNET unless it can still have a public static IP, which I don't think it's possible.
So I'm asking your help to create a setup in which I can securely expose a public static IP (APIM) for my clients to reach the APIs, and also protect backend services from public access (inside a VPN). this is the requirement.
thanks