This video is How to Create a Linux Virtual Machine in Azure by Azure Srinivas Reddy.
How to Create Linux VM (Ubuntu 20.04)
Update the package and Install the nginx web server
Connect with PUTTY Tool
Create Network security Rule
// This command is used to update the package index
sudo apt-get update
// This command will install the nginx web server
sudo apt-get install nginx