How to Create a Linux Virtual Machine in Azure || Microsoft Azure Cloud

Опубликовано: 27 Октябрь 2024
на канале: EXCEL TELUGU VIDEOS
1,848
29

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