Hey Guys,
I have created azure vm. I want to secure azure vm from DDOS and Brute force attack. Guys please suggest, How do I protect vm from attacks other than JIT.
Hey Guys,
I have created azure vm. I want to secure azure vm from DDOS and Brute force attack. Guys please suggest, How do I protect vm from attacks other than JIT.
Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.
You just want to manage the VM? Or is any service running on the VM is published with a public IP?
For management you have the following options for example:
Use a VPN PointToSite connection to the virtual network and don't use a public IP on the VM
Use Azure Bastion and don't use a public IP on the VM
Maybe this is helpful.
Regards
Andreas Baumgarten
(Please don't forget to Accept as answer if the reply is helpful)
Thanks for reply @AndreasBaumgarten . I have hosted two websites on azure vm IIS server. I have currently used public IP for maintaining my azure vm websites. As you suggested, If I use private IP instead of public IP will it any how effect my websites.
If you want to publish websites running on IIS in a Azure VM than the Azure Web Application Firewall might be your friend.
Maybe this is helpful.
Regards
Andreas Baumgarten
(Please don't forget to Accept as answer if the reply is helpful)
123 people are following this question.