According to the documentation traffic re-encryption is recommended for communication between Azure Front Door and backend service because it uses public IP addresses: Azure Front Door FAQ
But what in case when Azure Front Door is routing traffic eg. to AKS cluster (with Azure Load Balancer in front of AKS).
Is TLS between AFD and AKS necessary? Is it safe to assume that once traffic reaches AFD then it never again leaves Microsoft backbone network (then I would say AFD to AKS re-encryption isn't necessary)?