Azure Cloud Platform

Virtual Machine

It is on-demand, scalable computing resources which are offered by Azure. When more control over computing environment is needed, the virtual machine is chosen.


You get the flexibility of virtualization with Azure Virtual Machine without any need to purchase physical hardware. However, VM still needs maintenance which is entertained by performing tasks like a patch, configure and install the software which runs on VM.


Use of Azure Virtual Machine:

Test and development:

You can easily create a computer using Azure Virtual Machine with specific specification required to code and do testing of applications.

Application on cloud:

As there can be fluctuations in demand of your application, it's a good idea to run your application on cloud. You need to pay more for extra VM and shut down as per your wish.

Extra Datacenter:

You can easily connect your organization's network to Virtual Machines which exists in the virtual network of Azure.

Things to do before creating a Virtual Network:

  • Decide the name of your VM
  • Decide the location for resource storage.
  • Decide VM size.
  • Decide the number of VM can be created.
  • Decide the operating system for VM.
  • Decide the configuration of VM.
  • Decide the sources needed by VM.

Next

Must Read Article

How to create a VM instance in Azure

How to create a VM instance in Azure

In this Tutorial we are going to launch a Virtual Machine in azure.

How to install WordPress on VM instance in Azure

How to install WordPress on VM instance in Azure

Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud

How to launch a VM instances in Google Cloud

In this tutorial we are going to launch a Compute Egine instance.

How to install wordpress in VM instances in Google Cloud

How to install WordPress on VM instance in Google Cloud

Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine

How to install WordPress on ec2 machine

Before you start installing WordPress on ec2 machine. You must log in into the machine.