Azure Portal has many networking services like VNet’s, Load balancers, public IP addresses, and many others. In this post, we find out how to deploy an Azure Route Table to route all VMs traffic from a subnet through an Azure Firewall (virtual appliance). Create...
One of the most important reasons for a company to move their workloads to Azure is security. In this post, we will talk about the two most known Azure security services, Azure Firewall and NSG’s. With those two services, we can manage a VNet Inbound and...
In this topic, we will talk about network subnet in an Azure VNet. We try to understand what Class or Size of the network we need to select and how we configure it using the Azure Portal or PowerShell. What is a Subnet? A subnet is an IP network in which addresses...
In this post, we will talk about Azure Load-Balancer, what is it and what offers to the Azure deployments. What Azure Load-Balancer is? Azure Load-Balancer offers high availability, high throughput and low latency for applications or services. Azure Load-Balancer...
To connect to a Virtual Network with VPN you need to create a virtual network gateway. There are several types of VPN you can deploy to Azure, these are Point-to-site(P2S), Site-to-Site(S2S), VNet-to-Vnet and Express Route circuit. In this post, I describe how a P2S...