The CPU scheduling algorithm used by the Traffic manager is the Round Robin algorithm.
This schedules the tasks in a serial manner such that each of the tasks gets a certain slot of time allotted to it. The processes are aligned ina cyclic way. This is such that each one of them gets an equal share.
Check this azure training out to learn more about Microsoft azure!