Hi Rolando,
It looks like you want to configure to VPNs to one VPN gateway , In that case yes It's possible and I suggest to follow this thread https://learn.microsoft.com/en-us/answers/questions/1534652/how-to-setup-dual-vpn-with-azure-vpn-gateway-with.
You can configure two tunnels using a single Azure VPN Gateway with this overall steps:
- Create the VPN Gateway: Set up a VPN Gateway in Azure.
- First Tunnel: Configure a site-to-site VPN connection for your customer’s network.
- Second Tunnel: Configure another site-to-site VPN connection for your admin team’s network.
- Routing: Ensure proper routing so traffic is directed through the correct tunnels.
Besides that , another option it's use Azure Bastion to secure and seamless RDP/SSH connectivity to your VMs directly from the Azure portal. This can be a good option for the admin team to manage the VMs without needing a VPN.
References:
- https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways
- https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable
- https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings
- https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/plan-for-virtual-machine-remote-access
If the information helped address your question, please Accept the answer.
Luis