How Can I Simplify Remote Access to a VM Without Using VPN?

0
6
Asked By TechieGiraffe73 On

I'm trying to improve our remote access process at work. Right now, one of our employees connects to a virtual machine using both Azure VPN and RDP, but we want to make it easier by removing the VPN while still keeping our access secure. Unfortunately, Azure Bastion isn't an option for us at the moment. What are some efficient ways to reconfigure this access? Thanks in advance!

5 Answers

Answered By NetworkNinja42 On

Honestly, the current setup is pretty streamlined. The only real alternative is something akin to a bastion solution. Azure Bastion is the easiest route, although AVD can require a lot of management and infrastructure, which might not suit your needs.

TechieGiraffe73 -

Yeah, I hear you. I really want to avoid that because it complicates things more for some users.

Answered By CloudySkywalker99 On

We’re using Azure Virtual Desktop (AVD) for something similar. Check out the details if that could be helpful! You might find it simplifies things a bit.

TechieGiraffe73 -

I'll check on this, thanks!

Answered By SecuritySavvy88 On

If security is a priority, sticking with Azure Bastion is a solid choice. It can be paired with good Conditional Access rules, which should keep things secure without too much hassle.

Answered By InnovativeThinker56 On

You could consider GSA Private Network. If you install a connector that has a line of sight to the VM, it might meet your needs without the VPN.

Answered By PracticalGuru55 On

Just as a side note, what exactly is the VM being used for? If it’s just for basic tasks like running Excel or browsing, you might want a cheaper Azure VM where you can RDP in directly. That could save some overhead without needing heavy infrastructure.

TechieGiraffe73 -

It's semi-production running scripts and some services.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.