Skip to main content

Implementing and Managing Azure Network

Important Terms


  1. Virtual Network (VNET)
An Azure Virtual Network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription.
  1. Subnet
A subnetwork or subnet is a logical subdivision of an IP network. The practice of dividing a network into two or more networks is called subnetting. Computers that belong to a subnet are addressed with an identical most-significant bit-group in their IP addresses.
  1. Private IP Address
A private IP address is a non-Internet facing IP address on an internal network. Private IP addresses are provided by network devices, such as routers, using network address translation (NAT).
  1. Public IP Address
A public IP address is an IP address that can be accessed over the Internet. Like postal address used to deliver a postal mail to your home, a public IP address is the globally unique IP address assigned to a computing device. Your public IP address can be found at ‘show my IP Address’ search on google.
  1. Network Security Group (NSG)
A network security group (NSG) is a networking filter (firewall) containing a list of security rules allowing or denying network traffic to resources connected to Azure VNets. These rules can manage both inbound and outbound traffic.

Implementing and Managing Azure Network

Demo 1: Designing VNET and subnet


Step 1: In the Portal, Go to: + New > Networking > Click on Virtual Network



Step 2: In the Virtual Network blade, fill the details as shown below and Click Create:




Step 3: Once deployed, an overview window of your VNet will be displayed. There click on the subnets option at the left side:




Step 4: Once you click on the + Subnet, configure the subnet as shown below:




Step 5: Once you click on the + Subnet, configure the subnet as shown below:




Step 6: You can now find the two subnets.




Demo 2: Configure Static and Dynamic Public IP Addresses


Step 1: In the Portal, go to: + Create a resource - > Search for Public IP Address > Click on Create:


Step 2: Once you click Create, configure the Public IP address as shown below on the blade:

 

Demo 3: Design User-Defined Routes (UDRs)


Step 1: In the Portal, go to: + New > Networking > Route Table




Step 2: In the New Route Table blade, fill the Subscription, Resource Group and Location details:




Step 3: In the Route Table window, Select Subnets just like you did for NSG > Select the desired Subnet > Click OK:





Step 4: In the Route Table window, Select the Routes option in the menu > Click on + Add > Configure > Click OK:





Demo 4: Setting up Network Security Groups (NSGs)




Step 1: In the Portal, go to: +New > Networking > Click on Networking Security Group


Step 2: Once you click on NSG, add the NSG to a Resource Group as shown below and click Create:

 
Step 3: In the NSG window, Select Subnets in the menu > Click on +Associate to select a subnet:

 
Step 4: In the +Associate blade, Select Virtual Network in which the Subnet is present > Click on desired Subnet > OK:






Step 5: Once you associate the Subnet, click on the Inbound Rules in the menu to configure them. To create an Inbound Security rule specifically for the HTTP traffic, click on +Add in Inbound Security rules blade:




Step 7: Once you click +Add, configure the rule as shown below:




Thank you for Visiting our blog.

For Azure, AWS and Google cloud training classes, click here

Below are Some awesome books related to cloud you must have in your bag.


Comments

Popular posts from this blog

How to create and configure Azure Storage Account

Azure Storage Account A Storage Account in Azure is a logical (Virtual) division of the storage hardware at Azure Datacenters, where we are provided with the explicit access to that particular account and storage via different medium such as (Azure Portal or Storage Explorer or any other tool) to store our data which are secured with different layers of security. Microsoft allow to create a storage account at the subscription level in a resource group. Later we can link this storage account with a Virtual Network and its subnet if we want it to be used by internal users only. Further, under storage account we can use different types of storages as per our need. There are four type of storage under each storage account: Blob Storage File Storage / File Share Table Storage Queue Storage Blob Storage Blob is a type of storage where you can upload any type of file or folder with any extension. There are multiple ways to access blob storage but the most

How to create Azure Virtual Machine

Hi, Welcome to Our Blog. Before Creating Azure Virtual Machine, Lets understand few important terms. Azure Virtual Machine: Virtual machines are based on computer architectures and provide functionality of a physical computer. Their implementations may involve specialized hardware, software, or a combination. Azure Virtual Machines gives you the flexibility of virtualisation for a wide range of computing solutions—development and testing, running applications and extending your datacenter. It is the freedom of open-source software configured the way you need it. It is as if it was another rack in your datacenter, giving you the power to deploy an application in seconds instead of weeks. Azure Virtual Network: Azure Virtual Network enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks. A virtual network is scoped to a single region; however, multiple virtual networ