Microsoft Azure networking services

Networking is a critical component of any cloud infrastructure. IT teams need to connect resources and optimize application performance -- all of which depends on solid network architecture.



Azure Virtual Network (VNet): An Azure VNet is an isolated network within the Azure cloud that enables enterprises to securely connect cloud resources, such as VMs. Can create multiple VNets within an Azure subscription or region. 

Azure Load Balancer: Azure Load Balancer is a Layer 4 load balancer designed to ensure high availability. IT teams can configure the service to perform internet-facing load balancing, which balances incoming traffic from the internet among Azure VMs, as well as internal load balancing, which manages traffic among VMs in a VPN.

Azure Application Gateway: Azure Application Gateway is an application delivery controller service that offers Layer 7 load balancing. Its features include HTTP load balancing, URL-based content routing and multisite routing. 

Azure VPN Gateway: VPN Gateway is a network gateway service that enables encrypted traffic to travel across multiple types of virtual networks or sites. Available configurations for VPN Gateway connections include Site-to-Site, Point-to-Site, VNet-to-VNet and Microsoft Azure ExpressRoute.

Azure Domain Name System (DNS): Azure DNS is a service that hosts a DNS domain and allows admins to manage its records. The service hosts domains on Azure DNS name servers, which are located globally. Admins manage DNS records through the Azure Portal, Azure PowerShell and the Azure command-line interface. 

Azure Content Delivery Network (CDN): CDN is an Azure networking service that delivers high-bandwidth content through CDN caches. The CDN caches are in edge locations around the world to provide content more quickly and with lower latency to end users. It is commonly used for static content, such as documents and files, but teams can also configure the service for dynamic content, such as a PDF. 

Azure offers three CDN products: 
    1. Azure CDN Standard from Akamai.
    2. Azure CDN Standard from Verizon.
    3. Azure CDN Premium from Verizon.

Azure Traffic Manager: Microsoft Azure Traffic Manager enables admins to distribute user traffic for Azure VMs, cloud services and web applications to boost availability and prevent downtime. It uses DNS to route user traffic to the most optimal endpoint. The service also includes continuous endpoint monitoring and automatic failover.

Azure ExpressRoute: ExpressRoute is an Azure networking service that privately connects an enterprise's on-premises infrastructure to the Microsoft public cloud via a third-party connectivity provider. Because the connection is private, it offers lower latency and greater reliability than the public internet. Azure ExpressRoute connectivity providers include Comcast, AT&T and Equinix.

Azure Network Watcher: Network Watcher is a regional service that enables IT teams to monitor their Azure networking services. While Azure provides monitoring capabilities for each of its individual network resources or services, Network Watcher is designed to provide a more holistic view of the network and how those resources interact. Enterprises can view the interconnections between resources, as well as their usage.

 



Azure Virtual Network (VNet) is the fundamental building block for your private network in Azure.

Happy Learning..!!!! 

Comments

Popular posts from this blog

Create a Public Load balancer

AWS Workspaces vs Azure Virtual Desktop

Configure Point-to-Site Connection