Azure Traffic Manager libraries for .NET

Overview

Microsoft Azure Traffic Manager allows you to control the distribution of user traffic for service endpoints in different datacenters. Service endpoints supported by Traffic Manager include Azure VMs, Web Apps, and cloud services. You can also use Traffic Manager with external, non-Azure endpoints.

Learn more about Azure Traffic Manager.

Management library

Install the NuGet package directly from the Visual Studio Package Manager console or with the .NET CLI. This package is deprecated and no longer recommended for use. The suggested alternative is Azure.ResourceManager.TrafficManager. For more information, refer to this article.

Visual Studio Package Manager

Install-Package Microsoft.Azure.Management.TrafficManager.Fluent
dotnet add package Microsoft.Azure.Management.TrafficManager.Fluent

Samples

Explore more sample .NET code you can use in your apps.