I've got some IP rules on an Azure VM, the first blocks all traffic, the second allows my laptop to access the website. Both work fine, however when I try to access a website hosted on the VM locally the traffic gets blocked.
I tried setting up an additional rule with the source IP as 'My IP Address' but that didn't seem to work, I don't have a static IP address on this.
Any ideas on how I can maintain a block on all external traffic, allow just my laptop (which does have a static IP address) but continue to allow browsing the website from the VM?
Thanks