
So, run the command to connect to the VM. Here we need to ensure we have read-only access to the private key. Now, go to the path where you had downloaded the key file. I am on my Windows machine at the time of creating this tutorial and using Git Bash. There we get the instructions for connection. Once the resource is deployed, click on Connect and select SSH. Microsoft Docs: Create a Linux virtual machine in the Azure portal Step 2: Connect to Ubuntu Server using SSH Create SSH connection with VM Once it is deployed, Go to the resource and note the Public IP address. The key file will be downloaded as thekeyname.pem. If it is still asking for some details, fill that and hit Create.Ī new popup will show up and select Download private key and create resource. Leaving everything else as defaults, click on Review + create. Under the Public inbound ports, choose Allow selected ports and then select SSH (22) and HTTP (80) from the drop-down. Under Administrator account, select SSH public key.įor SSH public key source, leave it default, and then type the key name for the Key pair name. Then your Virtual Machine name and Region.įor Image, we will choose Ubuntu Server 20.04 LTS – Gen 1 and choose the size as per the requirement. Create a new resource group if you don’t have any. Choose your Subscription and resource group. We can just click on Virtual Machine or search for Virtual Machine on Top Search Bar and click on Create.Īfter that, fill out some basic information.

Install WordPress website on Azure using Bitnami Stack Step 1: Create an Ubuntu Virtual Machineįirst login to your Azure Portal and Create a Virtual Machine. This guide will also work on Ubuntu Server 18.04 LTS.

In this blog, we are going to install WordPress in Ubuntu 20.04 server using LAMP stack. There are different ways of hosting a WordPress site on Microsoft Azure.
