Azure Classroom notes 23/Nov/2023

Azure Powershell

  • Azure Offers command line capabilities over powershell
  • Powershell will have cmdlets which will be in the form of verb-noun
  • Refer Here for powershell to create a linux vm

Azure Vm

  • Create a ubuntu linux vm and install the following
sudo apt update
sudo apt install apache2 stress -y
sudo apt install php libapache2-mod-php php-mysql -y
  • Create a file at /var/www/html/info.php with following content
<?php
phpinfo();
?>
  • Access the http://publicip/info.php
  • Big Picture for Horizontal Scaling with Zero down time deployments
    Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Wordpress Development Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube