A credit-union reviewer asks for “encryption on the peering” between two Azure regions. How should the security engineer respond?
Select an answer to reveal the explanation.
Short Explanation
Peering isn’t a DIY IPsec tunnel—it rides Microsoft’s private backbone. Need crypto you control? Look at VPN or app TLS, not a mythical peering encryption switch.
Full Explanation
VNet peering connects VNets over the Microsoft backbone; it is private relative to the public Internet but is not a customer-configured IPsec tunnel and has no peering encryption checkbox. Requirements for network-layer encryption point to VPN (or other encrypted transports); application TLS covers data in transit at the app layer. ExpressRoute encryption is a separate official skill and must not be conflated with peering properties.