Azure Traffic Manager modules for JavaScript

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 Package

Install the npm module

Install the Azure traffic manager npm module

npm install @azure/arm-trafficmanager

Samples

  • Examples for using this module in Node.js as well as browser applications can be found in the README for the module

  • For more code samples that use various Azure packages, explore the JavaScript samples.