Can I route internet traffic over AOVPN
I have a specific requirement in that I have an always on VPN setup that allows ne to connect to Azure resources, as expected. However I also need to access a specific public IP address to access an online service, as the tunnel uses split tunneling this traffic would normally be routed through my home internet connection. However the vendor will only allow access from a single IP address that does not change.
Under normal VPN conditions I would add a new route on the tunnel that forced traffic to the IP address down the tunnel to be routed out by the firewall, which the vendor can then whitelist and allowing access from the on prem firewall. Can AOVPN be configured in this way also? (I have created an InTune policy that adds the route to the connection profile and can see from a route print that the traffic to this IP is being sent down the tunnel). In theory I should then be able to get the Azure route table to then pass this traffic to the internet.
Am I barking up the wrong tree here, is this even supported?. Online documentation is thin on the ground
Dean