Introduction To Microsoft Azure Virtual Network(Azure vnet)

ad2
5/5 - (13 votes)

Microsoft Azure Virtual Network (VNet) enables you to extend your on-premises networks into the cloud, providing access to the services and applications you run in Azure. With VNet, you can create isolated, private subnets on one or more Azure virtual networks and connect these subnets back to your premises over an IPsec VPN connection or ExpressRoute connection.

The topics covered in this blog are:

What Is Azure Virtual Network?

Azure Virtual Network (VNet) is the foundation for constructing a secure network of Virtual Machines (VM) in Azure. VNet has many similarities to a traditional network that you would construct in your own data center, but it brings with it benefits of Azure’s infrastructure that isn’t necessarily possible to achieve when doing this on-premises, such as scalability and availability.

This creates an ideal environment for you to build cloud solutions on.

Azure Virtual Network

Azure VNet Key Concept

VNet uses the following fundamental concepts that include networks, subnets, regions, and subscription-based services.

1. Address Spaces: With VNet, you are using public and private (RFC 1918) address space to identify your custom IP address range. Azure allocates an IP address within this range to resources in your virtual network.

2. Subnets: By creating ‘subnets’, or smaller networks within a larger network, you can allocate different Azure resources to each subnet. For example, you could host the actual web servers in one subnet (for security concerns) but have the backend database servers in another subnet for performance reasons.

3. VNet operates as a single location with no physical locations spread out around the world, but you can connect your VNets from multiple locales using Virtual Network Peering.

4. Subscriptions: When you rent a virtual network (VNet), you can deploy multiple networks in different Azure regions. These networks exist within the same subscription, which is associated with your billing. This means that costs will grow every time you create new sites or add more users, HDInsight clusters, etc.

Check Out: Microsoft Azure Certification path in 2023

Why use an Azure Virtual Network?

Virtual Network is a very useful and powerful tool. You will enjoy its functionality that allows you to communicate with the Internet, Azure resources, and on-premises network by using Virtual networks, Subnets, Point-to-Site VPN tunnels.

1. Communicate with the Internet: All resources in a VNet can communicate with the outside world, by default. To secure them, you assign a public IP address or a public Load Balancer. If you assign a public IP address or public Load Balancer, you secure the VNet. You can also use public IP to secure your communications inside the VNet and manage outbound connections.

2. Communicate between Azure Resources: Azure resources communicate soundly with each other in these ways-

  1. Through a Virtual Network- You can deploy virtual machines and other Microsoft Azure services that you’ve created, including Azure App Service Environments, the Azure Kubernetes Service (AKS), and Virtual Machine Scale Sets, to a virtual network.
  2. Through a Virtual Network Service Endpoint– Enhance your virtual network by extending it to directly connect with your cloud service resources like Azure storage accounts, Azure SQL databases, and so on. Service endpoints allow you to secure these cloud service resources specifically for a virtual network to avoid being accessible by assets outside the virtual network.
  3. Through VNet Peering– You can connect virtual networks so that resources in either virtual network can communicate with one another. These connected virtual networks will have the same, or different, customers. They also can be implemented into the same, or different, Azure regions.

3. Communicate with On-Premises Resources: You can network your computers using any combination of the following options:

  1. Point-to-site Virtual Private Network: Established between a virtual network and a single computer within your company. Any computer, such as one belonging to an employee working for your company, can connect to the virtual network provided it has been configured for communication with the virtual network. Communication between the computer which is already connected and the company’s virtual network is sent through an encrypted tunnel over the internet.
  2. Site-to-site VPN: Established between your on-premises VPN device and an Azure virtual network. This connection type enables any on-premises resource that you authorize to access Azure. The communication between your on-premises VPN device and an Azure Networking Device is sent through a secure tunnel over the internet so that only authorized resources from your on-premises network can access the virtual network.
  3. Azure Express Route: You can add remote Azure regions with an ExpressRoute connection. This method is especially useful for data residency and sensitive workloads.

4. Filter Network Traffic: You can filter network traffic between subnets using either or both of the following options:

  1. Network Security Groups: There are other ways to improve network security that don’t necessarily involve a dedicated firewall. Application security groups and network security groups provide rules for inbound and outbound traffic for defining what is transmitted over a Vlan or trust boundary.
  2. Network Virtual Appliances: A network virtual appliance is a virtual machine that provides functionality to the network. This can be a WAN optimization tool, firewall, or some other network utility. Click the Launch Network Virtual Appliance data center icon along the top toolbar to view any virtual appliances on sale as well as in-house cloud tools you can use for free.

5. Route Network Traffic: Azure routes traffic between subnets, connected virtual networks, on-premises networks, and the Internet. However, you can avoid having Azure automatically route traffic within your network by implementing either or both of the following options to override the default routes Azure creates:

  1. Route Tables: You can create custom route tables that help you handle traffic and network control by monitoring the flow of information. Deploy virtual machines within an infrastructure service. This will give users a private entry point into the network and allow them to access their applications from either on-premises or from cloud networks.
  2. Border Gateway Protocol (BGP) Routes: If you connect your virtual network to your on-premises network using an Azure VPN gateway or ExpressRoute connection, you can propagate your on-premises BGP routes to your virtual networks. Also, BGP is a protocol for exchanging routing and reachability information among autonomous systems (AS), which is commonly referred to as “border routers.”

6. Virtual Network Integration for Azure Services: Integrating Azure services to an Azure virtual network enables private access to the service from virtual machines or compute resources in the virtual network.
You can make your own decisions about how you want to implement Azure services in your virtual network, with complete transparency available on what it is that you’re going to be getting yourself into. There are different options when it comes down to integrating Azure services and these include:

  1. Deploying dedicated services onto a private network where they can be accessed privately on the network and elsewhere externally. These dedicated instances are commonly accessed by business networks and customers, who can both benefit from privacy.
  2. Using Private Link to access a VM that is hosted in another datacenter (either yours or your customers’ datacenter) over an encrypted connection.
  3. You can access this service either by extending the virtual network to it or service endpoints that enable the resources within that certain service to be secured to your virtual network.

Also Read: Our Blog post on Azure Blueprints

Azure Virtual Network Components

Key components of Azure VNets, include:

1. Subnets: Subnets allow you to divide a virtual network into one or more subnet networks and assign each one a piece of the virtual network’s address space. Azure resources are deployed to a specified subnet that is partitioned using VNet address space. A subnet can further be divided into:

  1. Private Subnet: A network in which there is no internet access.
  2. Public Subnet: A network in which there is internet access.

2. Network Security Groups (NSG): Use to admit or reject traffic (inbound or outbound), through rules, to a subnet or network interface. Any Azure virtual network can be assigned to a security group, which can be configured with distinct incoming and outgoing rules to allow or restrict certain kinds of traffic. For each rule, you can define source and destination, port, and protocol.

How Does it Work?

  1. First, you create a virtual network.
  2. Then, in this virtual network, you build subnets.
  3. You correlate each subnet with the relevant Virtual Machines or Cloud Instances.
  4. Attach the required Network Security Group to each subnet.
  5. Set the properties in the NSGs and you’re done!

Also Check: Azure Data Factory Interview Questions and Answers

Azure VNet Best Practices

As you develop your network in Azure, it is crucial to bear in mind the following universal design principles:

  1. Ensure that no address spaces overlap. Make sure your VNet address space (CIDR block) does not intersect or overlap with any other network ranges in your organization.
  2. Your subnets should not encompass the whole address space of the VNet. Plan ahead and save some address space for the future.
  3. It is advised you have fewer big VNets rather than several tiny VNets. This will avoid management overhead.
  4. Secure your VNets by assigning NSGs to the subnet’s underneath them.

Azure Virtual Network Advantages

Some of the primary advantages of using Microsoft Azure VNet are as follows:

  1. It creates a secure environment for your apps.
  2. We can simply route traffic from resources
  3. It is a very secure network
  4. It has strong network connectivity.
  5. It creates complex network topologies in a straightforward way.

Also Read: Our blog post on Azure Resource Group

Pricing of Azure VNet

There is no price for utilizing Azure VNet, it is free of cost.

  • Standard costs are applied for resources, such as VMs and other products.
  • You are charged for both the public and reserved IP addresses inside your VNet.
  • VNet Peering charges for both incoming and outgoing data.

Check Out: Microsoft Official Pricing DOC

Conclusion

A virtual network is a collection of IP addresses joined together in a range. It is a crucial factor of consideration when creating solutions on the cloud. In order to protect each layer of application architecture within a highly secured network, it is advised to build various subnets for different tiers of an application and associate each subnet with a network security group with restricted incoming and outgoing security rules.

FAQs

Q1. What is an Azure virtual network?

An Azure virtual network is a software-defined network (SDN) that enables you to securely connect and isolate Azure resources. It provides a private network environment within Azure, allowing you to define IP address ranges, subnets, and network security groups to control traffic flow.

Q2. What is the benefit of virtual network in Azure?

The benefits of an Azure virtual network include network isolation, secure communication between Azure resources, control over IP address ranges and subnets, integration with on-premises networks via VPN or Azure ExpressRoute, and the ability to enforce network security policies and controls.

Q3. Is Azure virtual network IaaS or Paas?

Azure virtual networks fall under the Infrastructure as a Service (IaaS) category. While it is a foundational component for deploying infrastructure resources such as virtual machines and virtual networks, it is not a fully managed platform like Platform as a Service (PaaS) offerings.

Q4. Is Azure virtual network a VPN?

Azure virtual networks can be configured with Virtual Private Network (VPN) gateways to establish secure connections between on-premises networks and Azure resources. However, an Azure virtual network itself is not a VPN. It provides the network infrastructure to enable VPN connectivity.

Q5. What is the purpose of Azure virtual network?

The purpose of an Azure virtual network is to create an isolated network environment in Azure, allowing you to securely connect and manage Azure resources. It provides the foundation for building virtual machines, containers, load balancers, and other resources, and enables secure communication within and across Azure environments.

Related/References

Sharing Is Caring:

Sonali Jain is a highly accomplished Microsoft Certified Trainer, with over 6 certifications to her name. With 4 years of experience at Microsoft, she brings a wealth of expertise and knowledge to her role. She is a dynamic and engaging presenter, always seeking new ways to connect with her audience and make complex concepts accessible to all.

ad2

Leave a Comment