I've set up my Azure jump box in its own subnet that only allows access to my application VM, which is great for security. I've also configured an NSG to whitelist my public static IP so that only SSH traffic from that IP can access the jump box. Now I'm looking for additional hardening measures that I can take to secure my setup even further. Any suggestions?
1 Answer
Have you considered using Azure Bastion? It provides a more secure way to access your VMs without exposing them to the internet.

I looked into it, but I feel like a custom jump box might offer me more control.