1
votes

I have a Linux virtual machine provisioned in Azure. I setup Neo4j inside the virtual machine and the Neo4j browser can be accessed through

http://vm.westus.cloudapp.azure.com:7474/browser/

How to I restrict access to this url to certain ip addresses only? How to do this in the new Azure Portal?

1
You already are protecting with password right?Manuel Hernandez
@ManuelHernandez Yes, but it only needs to be accessed by developers since this is in staging. and for some other specific reason :)jmc

1 Answers

1
votes

You would need to look at Network Security Groups. Here's the link: https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-windows-nsg-quickstart-portal

Same way you can restrict IP Addresses to access certain ports. The final action would be deny, instead of allow. And, obviously, you would need to specify a CIDR range.