How Can I Restrict Azure Portal Access to VPN Only?

0
2
Asked By TechSavvy101 On

I'm looking for a way to secure the Azure portal so that only users connected to our company's VPN can access it. Specifically, I want to implement a firewall that allows access only from certain IP address ranges (CIDR). Are there any best practices or alternative solutions to achieve this?

5 Answers

Answered By JumpServerFan On

One way to do this is by building jump servers that users can log onto via RDP. You can then restrict access to the Azure portal from those jump servers and block other connections directly from client machines or different networks.

Answered By CloudGuru99 On

You might want to look into using conditional access policies. They can help limit access effectively and could be the easiest way to restrict portal access to VPN connections.

SecureNet45 -

Absolutely! Just make sure to exclude your 'break glass' account from the policy to retain emergency access.

Answered By CritiqueKing On

If you're managing your Role-Based Access Control (RBAC) properly, I don't really see the necessity for this restriction. Logging into the portal on its own shouldn't be a security risk if everything's set up right.

Answered By SafetyFirst07 On

Are you trying to protect access to 'portal.azure.com/tenantid'? If so, just blocking access with a VPN won't suffice. You could use conditional access for admin portals and CLIs, but prepare a plan for emergency access too!

RiskManagement22 -

Great point! It's crucial to have a backup plan in case of emergencies.

Answered By VPNOnlyGuy On

As a concept, you could create one jump server with access to Azure, so you'd only need to whitelist your company IPs. But just a heads up, this might not be cost-effective at scale and doesn’t really offer advantages over conditional access strategies.

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.