Hello,
Thank you for checking this.
- In case I remove force tunneling, there will be absolutely no traffic flowing through - both in and out bytes show 0
- I am using the Azure provided DNS
- I did not try, as I have my whole dev setup on Mac - I will give it a try next week.
Meantime I tried setting up a route table and an NSG - with those set up I did manage to see some traffic in and out, however the requests are timing out, and the websites are not loading.
In the route table I added as address prefix the public IP of my app service (the one I am trying to put behind a VPN).
In the NSG setup I added Inbound and Outbound security rule for Icmp, having the VPN gateway address space set as source/destination address prefix
and an Inbound and Outbound security rule for TCP, allowing *
for bot source and destination address prefixes.