Friday 30 December 2022

Configuring NAT And PAT For Azure Load Balancer


Azure load balancers are a highly available single point of contact for traffic distribution to hosts in a backend pool. They can be used with health probes to ensure layer 4 traffic (TCP/UDP) is consistently and evenly distributed to healthy Virtual Machines.

This article will teach us how to create an Azure load balancer, configure Network Address Translation (NAT) and Port Address Translation (PAT) rules for RDP traffic for support or monitoring, and then lock it down with a network security group. This is easily adaptable to many other types of traffic. 

Sunday 18 December 2022

.Net Conf 2022

I delivered a special session at the Trincomalee Campus about Azure Technology, especially Azure App services, at the .Net Conf 2022.


Discussed Developing Azure App Services, Microsoft Certifications, and Azure DevOps technology.








Thursday 15 December 2022

Monitoring VPN Connectivity From Azure Virtual Machine To On-premises Server

The Azure connection monitor is a perfect monitoring tool that generates synthetic traffic to test the connectivity and measure response time; in this article, we will learn how to monitor Network connectivity from Azure Virtual Machine to On-premises Servers.


Sunday 11 December 2022

Vasantham TV Interview

I delivered an excellent knowledge sharing with Vasantham TV about IT education.

Thank you, Konesh & Prasanna. 


Watch Now

Saturday 10 December 2022

How to obtain a highly Paid IT Jobs

I delivered a special session about Azure Technology, especially Azure SaaS & PaaS services, organized by Vivekananda College of Technology.

Discussed Microsoft Certifications, Azure DevOps technology, and Azure Architect roles.







Tuesday 29 November 2022

Minnal 24 Channel Interview

I delivered an excellent knowledge sharing with Minnal 24 Online TV about IT education.


Watch Now


Sunday 27 November 2022

Modern Cloud Technology

I successfully delivered the session about Microsoft Azure Infrastructure Management at BCAS Campus, Kalmunai,  Ampara on 27 November 2022.

Discussed Azure VMs, Azure VPN, Azure Backup services, and Azure App Services







Saturday 19 November 2022

Microsoft Ignite After Party 2022

I successfully delivered the session about Microsoft Azure Hybrid Networking at Microsoft Ignite After Party 2022 on 19 November 2022.

Discussed Azure VNet Peering, Azure VPN, ExpressRoute, and Azure Firewall. 







Tuesday 8 November 2022

Configuring Azure Virtual Network Manager

The Azure Virtual Network Manager (VNM) is a new network service with management capabilities. We can use Virtual Network Manager (VNM) to manage multiple virtual networks and implement well-known network topologies like hub-and-spoke or mesh in target subscriptions without configuring the network resources individually. It also allows us to manage virtual networks through logical network groups and apply security and connectivity configurations to these groups. This post will concentrate on Azure Virtual Network Manager connectivity configurations.



 

Tuesday 11 October 2022

Configuring BGP Tunnel in Azure

The Border Gateway Protocol (BGP) is a gateway protocol that enables the internet to exchange routing information between autonomous systems (AS). BGP is supported on all Azure VPN Gateway SKUs except Basic SKU; in this article, we will learn how to implement the BGP tunnel.

Sunday 25 September 2022

Managing Cloud Environments - South Eastern University of Sri Lanka

 I delivered a special session to the Faculty of Management and Commerce, South Eastern University of Sri Lanka Management and IT students about how the companies manage their Cloud environments.

Mainly discussed Cloud computing, how to provision the instance, manage and secure the cloud environment.

Special thanks to Dr.A.Ilmudeen (Industrial Training Coordinator), Senior Lecturer in Management and IT.











Saturday 27 August 2022

Microsoft Azure Bootcamp Series 2 - ATI Batticaloa

I successfully delivered the 2nd session about Microsoft Azure Infrastructure for Higher National Diploma in Information Technology (HND-IT) 1st year full-time and part-time students at AIT Batticaloa on 27 August 2022.

Discussed Microsoft Azure Technology, Azure Infrastructure Management, and Microsoft Exams. 

The Students are willing to learn new technologies and aim to obtain International Certifications and work for international companies.

Event supported by C# Corner.









Tuesday 16 August 2022

Deploying Azure ExpressRoute Circuit

An Azure ExpressRoute allows for a private connection between the On-premises network and the Microsoft Azure cloud. The Connection to Microsoft services can be through the universal network or a point-to-point Ethernet connection via a network connectivity provider to the data center.


Saturday 13 August 2022

Microsoft Azure Bootcamp Series 1 - ATI Batticaloa

I successfully delivered a session about Microsoft Azure Infrastructure for Higher National Diploma in Information Technology (HND-IT) 2nd and 3rd year students at AIT Batticaloa on 13 August 2022.

Discussed Microsoft Azure Technology, Azure Infrastructure Management, and Microsoft Exams. 

The Students are willing to learn new technologies and aim to obtain International Certifications and work for international companies.

Event supported by C# Corner.







Friday 5 August 2022

Deploying ExpressRoute Direct In Azure

The ExpressRoute Direct connects directly to Microsoft's global network via strategically located peering points. The ExpressRoute Direct provides 10 Gbps or 100 Gbps connectivity, which supports Active/Active connectivity.


This feature is not generally available in the Azure portal, and we must register this service before using this service.

Friday 22 July 2022

Implementing Traffic Manager Profile In Azure

 Microsoft Azure uses a DNS-based load balancer called Traffic Manager to control how users are routed to their services' endpoints across multiple data centers. This tool can protect your services from subpar availability and response times in Azure's global regions.

In this article, we will learn how to create a Traffic Manager profile that provides high availability for our web application.


Thursday 21 July 2022

Deploying Auto Registration For Azure DNS

 The Azure private DNS zones auto registration capability is responsible for managing DNS records for virtual machines in a virtual network. When we connect a virtual network to a private DNS zone with this setting enabled, a DNS record for each virtual machine in the virtual network is created.


A record will be created for each virtual machine. DNS entries for freshly deployed virtual machines are also created automatically in the associated private DNS zone. If we delete a virtual machine, all the DNS records are automatically removed from the private DNS zone.