Skip to main content

TrafficManager



Resource Icon

Resource Overview

Azure Traffic Manager is a cloud-based traffic management service provided by Microsoft Azure that allows users to control and distribute incoming traffic across multiple endpoints such as Azure virtual machines, cloud services, web apps, and even on-premises endpoints. By using Traffic Manager, users can automatically route traffic to the best available endpoints based on various routing methods such as priority, performance, geographic location, or round-robin. This helps improve the availability, performance, and resilience of applications.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • traffic_routing_method

  • description : The traffic-routing method to direct the client requests to the appropriate service endpoint - Geographic, MultiValue, Performance, Priority, Subnet, Weighted

  • relative_domain_name : The name of Domain used by Traffic manager

  • ttl: The Time To Live value of the MyPage used by Local DNS user - 0~ 2147483647

  • endpoint_monitor_setting

    • protocol : The protocol used by the monitoring checks - HTTP, HTTPS, TCP
    • port : The Port number used by the monitoring checks - 0~ 65535
    • path : If using HTTP or HTTPS, the path used by the monitoring checks
  • azure_endpoint

  • nested_endpoint

  • external_endpoint

    • target_name : The name of the target resource to attach the endpoint to - Depending on the type, this can be either a resource name or a domain
    • weight : Amount of traffic distributed to the endpoint - 1~ 1000
    • priority : Priority of the endpoint
    • endpoint_location : The Azure location of the endpoint
  • tag : Tag to categorize resources - up to 512 characters, key:value


Reference Materials