I need to connect to a service that allows only whitelisted IP-s. The problem is that I work in various places with various IP-s.
I want to build a azure based vpn that would expose me with a static public IP. The goal is to configure it without the need to VM.
So far I have created a Virtual Network with VPN gateway and I can connect to it however I cannot force my computer to use that connection as an exit to the internet. Is building such thing even possible? If yes? How?
How can I create such solution (without using VM)