Azure Administrator Associate (AZ-104)
1 Manage Azure identities and governance
1-1 Manage Azure AD objects
1-2 Manage role-based access control (RBAC)
1-3 Manage subscriptions and governance
2 Implement and manage storage
2-1 Manage storage accounts
2-2 Manage blob storage
2-3 Manage disk storage
2-4 Manage file shares
2-5 Implement Azure Backup
3 Deploy and manage Azure compute resources
3-1 Manage virtual machines (VMs)
3-2 Manage VM extensions
3-3 Manage virtual machine scale sets (VMSS)
3-4 Manage Azure App Services
3-5 Manage Azure Container Instances (ACI)
3-6 Manage Azure Kubernetes Service (AKS)
4 Configure and manage virtual networking
4-1 Manage Azure virtual networks
4-2 Manage network security groups (NSGs)
4-3 Manage Azure DNS
4-4 Manage Azure load balancers
4-5 Manage Azure Application Gateway
4-6 Manage Azure VPN Gateway
4-7 Manage Azure ExpressRoute
4-8 Manage Azure Traffic Manager
4-9 Manage Azure Content Delivery Network (CDN)
5 Monitor and back up Azure resources
5-1 Monitor resources using Azure Monitor
5-2 Implement and manage Azure Backup
5-3 Implement and manage Azure Site Recovery
5-4 Implement and manage Azure Security Center
5-5 Implement and manage Azure Update Management
Manage Azure VPN Gateway

Manage Azure VPN Gateway

Key Concepts

Azure VPN Gateway

Azure VPN Gateway is a service that provides secure, encrypted connections between on-premises networks and Azure Virtual Networks (VNets). It allows organizations to extend their on-premises network to the cloud securely, enabling hybrid cloud scenarios.

Example: Think of Azure VPN Gateway as a secure tunnel connecting your home (on-premises network) to your office (Azure VNet). This tunnel ensures that all your data travels safely and privately between the two locations.

VPN Gateway Types

Azure VPN Gateway supports two main types of VPN connections: Policy-Based and Route-Based. Policy-Based VPNs use IPsec policies to determine which traffic is encrypted and sent through the VPN tunnel. Route-Based VPNs use routing protocols to dynamically determine the traffic to be sent through the VPN tunnel, making them more flexible and suitable for complex network topologies.

Analogy: Consider Policy-Based VPNs as a fixed route map that dictates the path for specific types of traffic. Route-Based VPNs, on the other hand, are like a GPS system that dynamically adjusts the route based on real-time traffic conditions.

Site-to-Site VPN

Site-to-Site VPN connections establish a secure connection between an on-premises network and an Azure VNet. This type of VPN is ideal for organizations that need to connect their entire on-premises network to the cloud. Site-to-Site VPNs use IPsec/IKE protocols to create a secure tunnel between the two networks.

Example: Imagine a Site-to-Site VPN as a dedicated highway connecting your city (on-premises network) to a new business district (Azure VNet). This highway allows all vehicles (data) to travel securely between the two locations.

Point-to-Site VPN

Point-to-Site VPN connections allow individual devices to connect securely to an Azure VNet. This type of VPN is useful for remote workers who need to access resources in the cloud securely. Point-to-Site VPNs use SSTP or IKEv2 protocols to create a secure connection between the device and the VNet.

Analogy: Think of Point-to-Site VPNs as a personal bridge that connects your home (individual device) directly to your office (Azure VNet). This bridge ensures that only authorized individuals can access the office securely.

Virtual Network Peering

Virtual Network Peering allows you to connect two or more VNets in the same or different Azure regions. Peering enables resources in different VNets to communicate with each other as if they were on the same network, with low latency and high bandwidth. Peering is useful for scenarios like connecting different environments (e.g., development and production) or connecting VNets in different regions for disaster recovery.

Example: Consider VNet peering as building bridges between different islands. These bridges allow resources on separate islands to communicate seamlessly, enabling collaboration and data sharing across islands.

Conclusion

Managing Azure VPN Gateway involves understanding and effectively using VPN Gateway types, Site-to-Site VPN, Point-to-Site VPN, and Virtual Network Peering. By leveraging these features, you can create secure, flexible, and efficient network connections that meet the needs of your organization.