Securing Web App and Linux VM

Kman 41 Reputation points
2020-06-02T22:32:22.07+00:00

Hi There,

I wanted to know what is the best way to secure the Dataiku DSS instance (Web Application) and the Linux VM.

I wanted to use Azure Front Door to secure the Dataiku DSS Web Application and Azure Bastion for Linux VM.

I wanted to know if my approach regarding Azure Front Door and Azure Bastion is correct?

Thank You.

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
582 questions
Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
242 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,676 Reputation points Microsoft Employee
    2020-06-10T01:00:14.327+00:00

    These are fantastic ways to secure your services. For a Web App, typically an Application Gateway or Front Door is best if you would like your Web App behind a WAF.

    To secure a Virtual Machine, Azure Bastion is fantastic if you have multiple users connecting to the machine, along with auditing. If you only have one user logging in from a single IP, a NSG rule might be all that is needed. Remember to block SSH access from the Public IP of the VM if it has one.

    0 comments No comments