I am generating some sample trying out business cases for Azure Traffic Manager along with different configuration like:
Performance
2.Priority
Weighted
As per my understanding, Performance can be used if I want to have minimal network latency for my Geo distributed application along with ensuring concept of localization.
Priority can be best utilized in case of fail over as If a node with High priority fails, traffic will be re-routed to the node with immediate low priority.
I am looking for a justifiable business case where I can use the weighted technique with the traffic manager.
Please correct me if I am going wrong with usage of Performance and Priority configuration and please help me understand the usage of weighted mode as well.
Thanks in advance to all the experts.