Other Azure network services
Some of the other Azure network services that we should be aware of are:
- DNS services: Azure has a suite of DNS services (https://docs.microsoft.com/en-us/azure/dns/dns-overview), both public and private. It can be used for geographical load balancing for network services.
- Container networking: Azure has been making a push toward containers in recent years. More information about Azure network capabilities for containers can be found at (https://docs.microsoft.com/en-us/azure/virtual-network/container-networking-overview).
- VNet TAP: Azure VNet TAP allows you to continuously stream your virtual machine network traffic to a network packet collector or analytical tool (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-tap-overview).
- Distributed Denial of Service Protection: Azure DDoS protection provides defense against DDoS attacks (https://docs.microsoft.com/en-us/azure/virtual-network/ddos-protection-overview). ...