How to Create a Virtual Machine on Microsoft Azure.

Sign in to the Azure portal. Go to Virtual Machine Service and click on Add button option.     In the Basics tab and under Project details make sure the correct subscription is selected and then choose to Create new resource group, For example Type myResourceGroup for the name.   Next provide all the details like resource name, instance …

How to Create & Add rules on Network Security Group in Microsoft Azure.

Login to Azure portal. Click on All Services. Select Network Security Groups.     Click on Create.   On Basics Tab provide the following values:-   Subscription: An Azure subscription grants you access to Azure services. Resource group name: A resource group is a collection of resources. Name: Enter the Network Security group name. Select Region. Then click …

How to Create a Application Gateway on Microsoft Azure.

Login to Azure portal. Click on All Services. Select Application Gateway.   Click on Create. On Basics Tab provide the following values:- Subscription: An Azure subscription grants you access to Azure services. Resource group name: A resource group is a collection of resources. Enter Application Gateway Name. Select Region & Tier. Select Yes for Enable autoscaling configuration & …

Install and Configure Azure CLI in Ubuntu.

There are multiple way to install Azure cli in ubuntu so below are the the two ways from those options. Way 1: Install azure cli on ubuntu using the below commands. apt install curl -y curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash apt-get update apt-get install azure-cli Way 2.  Install the packages:  sudo apt-get update  sudo apt-get …

What is the Difference between Azure Load Balancer and Application Gateway.

Azure Application Gateway It provides application delivery controller (ADC) as a service and offer various Layer 7 load-balancing capabilities. It is on top of load balancing the workloads, can make routing decisions based on URI path or host headers. For example, route traffic based on the incoming URL.  If /images are in the inbound URL …