#Azure#AzureTamil#linuxVm
This video describes how to deploy the webpage in Linux VM in Microsoft Azure Portal, This is part of Microsoft Azure course Az-104 and AZ-303. This video was explained in Tamil, I hope this will be helpful for all, I am also a learner of the azure, So you can post your view and comments about this video for my learning process as well improvement.
Please like, subscribe, and share if you like this video,
How to deploy the Linux VM with Public SSH Key access
• How to Deploy the Linux VM in Azure w...
How to deploy the Linux VM with username and password
• How to Deploy the Linux VM in Azure w...
1 sudo apt-get update
2 sudo apt-get install apache2
3 cd /var/www/html
4 ls
5 sudo nano index.html
6 sudo rm -rf index.html
7 sudo nano index.html
8 exit
9 history