skillfed

azure-mgmt-trafficmanager

Microsoft Azure Traffic Manager Management Client Library for Python

azure-mgmt-trafficmanager v1.1.0 7.1M downloads/30d#1,788 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

This is the official Microsoft Azure Traffic Manager Management Client Library for Python. It wraps the Azure Resource Manager API to let you programmatically create, update, delete, and query Traffic Manager profiles, endpoints, and monitoring configurations. The library handles HTTP sessions and provides both synchronous and asynchronous operation modes.

The package is part of the broader Azure SDK for Python and follows modern Azure SDK patterns: it uses type annotations for IDE support, integrates with tracing libraries, and throws azure.core.exceptions.HttpResponseError for failures. It requires Python 3.7 or later and is actively maintained by Microsoft, with support for Python 3.7, 3.8, 3.9, 3.10, and 3.11.

Use it for:

  • Automate creation and configuration of Traffic Manager profiles and endpoints as part of infrastructure-as-code workflows.
  • Dynamically add or remove endpoints from a Traffic Manager profile in response to scaling events or health changes.
  • Query Traffic Manager resource state and monitoring configuration from within a Python application or management tool.
  • Integrate Traffic Manager management into a larger Azure resource orchestration or deployment pipeline.
  • Check Traffic Manager name availability programmatically before creating new profiles using check_traffic_manager_name_availability_v2.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a Python client library to manage Azure Traffic Manager resources—profiles, endpoints, and monitoring configurations—via the Azure Resource Manager API.

Yes. This is the official, actively maintained Azure Traffic Manager client for Python. Install it if you need to manage Traffic Manager resources programmatically. Low friction, no security vulnerabilities, permissive MIT license, and stable API make it a straightforward choice for Azure-based workloads.

Install

azure-mgmt-trafficmanager on PyPI

pip

pip install azure-mgmt-trafficmanager

uv

uv add azure-mgmt-trafficmanager

poetry

poetry add azure-mgmt-trafficmanager

Installing azure-mgmt-trafficmanager

Before you install

Low install friction; a pure-Python wheel with no compiled dependencies. Actively maintained as part of the Azure SDK ecosystem, with recent updates in 2023.

License in practice

MIT License permits unrestricted use, modification, and distribution in both open-source and commercial contexts.

Quickstart

pip install azure-mgmt-trafficmanager

from azure.mgmt.trafficmanager import TrafficManagerManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = TrafficManagerManagementClient(credential=credential, subscription_id=sub_id)

Requires Python 3.7+. Azure authentication credentials must be configured as environment variables (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID) or passed explicitly.

Verify before relying

  • Whether additional packages beyond those listed are required as runtime dependencies for authentication.
  • Performance characteristics when managing large numbers of endpoints or profiles.
  • Async client availability and maturity level in the aio namespace.
  • Whether the package is suitable for production workloads or still considered beta despite version 1.1.0.

Package facts

License MIT License (permissive)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 1,150 days since the last release
Last repo commit
First released
Downloads 7,089,867/month — #1,788 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_trafficmanager-1.1.0-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure traffic manager clientazure load balancing managementazure endpoint managementazure traffic routing apiazure resource manager trafficazure dns traffic managementazure profile management
azure-sdkcloud-managementtraffic-routing

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

azure-mgmt-dns

Manages Azure DNS resources—zones, record sets,…

permissive · top 5,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-signalr

Manages Azure SignalR resources—creation,…

permissive · top 5,000 on PyPI

azure-mgmt-resourcegraph

Provides a Python client library to query and…

unclear · top 5,000 on PyPI

azure-communication-phonenumbers

Manages Azure Communication Services phone…

permissive · top 15,000 on PyPI

azure-mgmt-advisor

Provides Python bindings to interact with Azure…

unclear · top 5,000 on PyPI

azure-mgmt-hanaonazure

Provides a Python client library to manage SAP…

unclear · top 5,000 on PyPI

azure-mgmt-maps

Manages Azure Maps resources—accounts,…

permissive · top 5,000 on PyPI

azure-mgmt-notificationhubs

Manages Azure Notification Hubs…

permissive · top 5,000 on PyPI

azure-mgmt-servicefabric

Provides Python client library for managing…

permissive · top 5,000 on PyPI