How to connect Azure Linux Virtual Machine?

We have seen the last post How to create a Linux Virtual Machine in Azure?Now, we move forward to access that Linux VM. There are multiple process to connect the Linux VM, we will see those steps in this post. So let’s start How to connect Azure Linux Virtual Machine? … Continue reading

How to create a Linux Virtual Machine in Azure?

Today, we are going to learn how to create a Linux virtual machine in Azure portal. We are going create Linux virtual machine through Azure portal. The Azure portal is a browser-based user interface to create VMs and their associated resources. I am going to provision the Ubuntu 16.04 server … Continue reading

How to create an Azure Resource Group?

What is the Resource Group (RG) in Azure? When you create a virtual machine in Microsoft Azure, you are required to assign it to an Azure Resource Group. An Azure resource group is a logical container into which Azure resources are deployed and managed. Resource groups (RG) in Azure is … Continue reading

How to add a swap space in Linux Azure virtual machines

How to add a swap space in Linux Azure virtual machines I have started to work on azure for Linux machines and I found swap space 0 MB on Ubuntu 16.04 or Linux distro in Azure. In this article, we will see how to use azure temporary disk for swap … Continue reading