Monday, October 3, 2016

Create a Traffic Manager profile using Azure PowerShell

To create a Traffic Manager profile using Azure PowerShell, use the New-AzureTraficManagerProfile cmdlet.

For example, this code creates a profile named ContosoTM with a domain name of contoso-web-tm.trafficmanager.net,and a Failover load balancing method.

New-AzureTrafficManagerProfile -Name ContosoTM -DomainName contoso-web-tm.trafficmanager.net -LoadBalancingMethod Failover -MonitorPort 80 -MonitorProtocol Http -MonitorRelativePath "/" -Ttl 30

Featured Posts

Day 2: Waiting, Hoping… and Getting Frustrated

​ Thursday morning, the last week of April 2026. I walked back into the gym at exactly the same time — 9:00 AM. There’s something about ro...