Which Azure load-balancing solution can direct traffic to any internal or external endpoint, and is not restricted to Azure hosted applications? Select all that applies.
Traffic manager is correct, as it supports any IP endpoint. Application gateway is correct as it can send HTTP and HTTPs traffic to any IP endpoint. Azure Load Balancer will not suffice as it directs traffic only on virtual networks. VMSS does not direct traffic, rather it may be a result of load balancing.