azure Vm security from Unauthorized access

Narendra Gupta 21 Reputation points
2020-07-15T06:16:33.2+00:00

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.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,081 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,186 questions
{count} votes

Accepted answer
  1. Andreas Baumgarten 95,411 Reputation points MVP
    2020-07-15T06:24:14.09+00:00

    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)

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Narendra Gupta 21 Reputation points
    2020-07-16T05:15:14.303+00:00

    Thanks for reply @Andreas Baumgarten . 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.

    0 comments No comments

  2. Andreas Baumgarten 95,411 Reputation points MVP
    2020-07-16T16:50:34.227+00:00

    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)

    0 comments No comments