Step-By-Step Demo of Creating Azure Virtual Machine And Virtual Network

Step 1: Navigate to your Azure portal.

 

Step 2: Click on the Create resource option. You will be listed with different resources that can be deployed on Azure.

 

Step 3: Type in a virtual network in the search bar. Click on Create option.

 

Step 4: You will be prompted to fill in details about the virtual network we wish to create. 

Step 5: In the basics, tab fill in the required details

  • Subscription: The subscription in which you wish to create the virtual network.
  • Resource Group: Choose the resource group where you wish to create the virtual network. You can create a new resource by clicking on create a new option.
  • Name: Enter the name of your virtual network.
  • Region: Choose the region for your virtual network.

 

Step 6: Click on the Next: IP Addresses button. In the IP Addresses tab enter the following details

  • IPv4 address space: Enter the IPV4 address range in CIDR notation (e.g. 192.208.9.0/32).
  • Subnet: Create a subnet for your virtual network. There should be at least one subnet.

 

Step 7: Click on ‘Next ‘: Security tab and choose the security settings you wish for your virtual network.

 

Step 8: Click on the review + create option. Wait for all the validations to pass. 

 

Step 9: Click on create option to create your virtual network.

 

This is how we can create an Azure virtual network. It serves as the fundamental building block for our private network in Azure. The virtual network is similar to a traditional network that we operate in our data centers with additional benefits of cloud infrastructure like scalability, isolation, and availability. 

Azure IP addressing is critical in ensuring that all the resources are accessible. Private IP addresses are used to communicate between resources in Azure while public IP addresses are used to access Azure resources directly through the internet.  

Microsoft Azure – Virtual Network

Pre-requisite: Azure

Whenever an organization moves from on-premises to a cloud-like Azure, they require the same networking functionality as they had in on-premises deployment with some level of network isolation. Azure provides different networking components to carry out these functionalities and services. One of them is the Azure virtual network (VNet).

Similar Reads

What is Azure Virtual Network?

It is a representation of the on-premises network on the cloud. It helps us logically isolate the Azure cloud network dedicated to our subscription. It helps us to manage and provision virtual private networks in Azure, link the virtual networks with other virtual networks in Azure, or with on-premises IT infrastructure and networks that help us create hybrid or cross-premises solutions....

How Does Virtual Networking Work?

Virtual networking is used to make a connection between resources and services within the Azure cloud environment. Virtual networking is like an isolated environment Like It can offer capabilities like private IP address space, network security groups, and routing tables apart from your on-premises network....

Examples of Virtual Networking

A virtual network is a fundamental component of Azure Cloud that provides flexibility, scalability, and secure network connectivity. Some of them are mentioned below...

Usage of Virtual Networks

Virtual networks help us in many ways. Some of its use cases are as follows:...

Elements of Azure Virtual Network

Subnets: Subnets can be used to split up a virtual network into smaller, simpler networks. It is possible to designate each subnet to a different security zone and control traffic between subnets using network security groups. Network Security Groups: Network traffic between subnets or between virtual machines (VMs) inside a subnet is filtered using NSGs. The source or destination IP address, port number, or protocol can all be used to define rules in an NSG that allow or refuse communication. Virtual Network Interface Cards:  Virtual Network Interface Cards will help our VMs to other resources via the internet. Each VM can have more than one NIC. Virtual Private Network Gateway: Virtual Private Network Gateway (VPNG) technology can link on-premises resources to cloud resources. Azure Application Gateway: You may manage and scale web applications using the load balancer for web traffic known as Azure Application Gateway. It offers SSL offloading, URL-based routing, cookie-based session affinity, and web application firewall (WAF) features....

Step-By-Step Demo of Creating Azure Virtual Machine And Virtual Network

Step 1: Navigate to your Azure portal....

Advantages of Using Azure Virtual Network

You may build a secure, segregated network environment with Azure Virtual Network that only permits authorized access. To manage network traffic and stop illegal access, you can employ network security groups, firewall rules, and virtual private networks (VPNs). It is possible to link Azure Virtual Network with other Microsoft Azure services including the load balancer, autoscaling, azureVPN gateway, and application gateway. We may modify our network in accordance with our needs thanks to Azure Virtual Network. We can adjust our IP addresses, subnetting, and routing to meet the needs of our applications. We can create a multi-region network that is spanned across the multi-region.  You can scale your network resources up or down with Azure Virtual Network according to your business demands without experiencing any downtime....

Getting Familiar With IP Addressing And IP Subnetting

To Know more about IP addresses please refer to the What is an IP Address?  and Introduction To Subnetting....