I have a security requirement that requires configuration of a specific timeout period for an idle VPN connection. After researching this in Azure docs, it seems the only way to accomplish this is using the idle timeout setting for an Azure Load Balancer. However, I'm not using the Azure Load Balancer because I just need a single VM.
(reference: https://azure.microsoft.com/en-us/blog/new-configurable-idle-timeout-for-azure-load-balancer/)
Is there another way to configure idle timeout of a remote connection?
Thanks.