Configuring A LAMP Server On A Linux VM In Azure

LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. This article walks you through how to deploy the LAMP stack on an Ubuntu VM in Azure.

Step 1

Create a new Ubuntu Server from the compute category. Fill in the necessary details like Name, Disk Type(SSD/HDD), Username and Password for login credentials, Subscription (if you have multiple), Location and put the associated resources in a new Resource Group.

Azure

Step 2

In the second step select the size of the required VM as per your business requirements. You can see what each size offers and how much it costs per month.

Azure


Next Recommended Reading
Provisioning Azure VM Using PowerShell