Advanced Comparisons Flashcards
(8 cards)
What’s the difference between Azure Application Gateway and Azure Load Balancer?
Application Gateway = Level 7, URL routing, web traffic
Load balancer = Layer 4, TCP/UDP, VMs, containers, apps without URL
If traffic cannot be exposed to the public internet, what should be used?
Azure PrivateLink
What should be used to encrypt traffic over the public internet?
Azure VPN Gateway
What provides global failover in the event of a disaster?
Azure Traffic Manager
If content like images need to be hosted dynamically and accessible quickly, should Azure Front Door be used or Azure CDN?
Azure Front Door. CDN hosts static content but does not provide dynamic routing.
What does Azure AD Connect do?
Syncs on prem identity to Azure.
What routing do Azure NSGs provide?
Subnet and VM level traffic routing.
If web protection from SQL injection is needed, what should be used?
Azure WAF