Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
127 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to change the existing routing method of weighted to geographic. could you please give me Azure CLI command for that?
Hi @Varma ,
I haven't tested this but you can give it a try:
az network traffic-manager profile update \
--resource-group <name of resource group> \
--name <name of traffic manager profile> \
--routing-method geographic
Source: az network traffic-manager profile
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten