I would like to restrict access to some of the web applications I am developing on Azure using a whitelist of allowed associated IP addresses. I achieved this with the Network Security Group applied to a virtual machine. I also see how I can achieve this using the App Service environment, but it is very expensive. Is there a way to apply a network security group to a web application? Or can I add a network security group to the virtual network? Or is there another method that I skip?
Thanks!
source share