skillfed

azure-mgmt-servicelinker

Microsoft Azure Service Linker Management Client Library for Python

azure-mgmt-servicelinker v1.1.0 5.1M downloads/30d#2,169 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

This is the official Microsoft Azure SDK client library for managing Azure Service Linker resources. It provides a Python interface to create, update, validate, and delete service connections that link Azure applications to backend services. The library wraps Azure's management API and handles authentication, request serialization, and response parsing.

Service Linker is an Azure feature that simplifies connecting applications to databases, caches, and other services by managing connection strings and credentials. This package is used by developers building infrastructure-as-code solutions, automation scripts, or applications that programmatically configure Azure service connections. It depends on msrest for HTTP communication, azure-common for shared Azure utilities, and azure-mgmt-core for management plane functionality.

Use it for:

  • Automate creation of service linkers between Azure App Service and databases during infrastructure provisioning.
  • Build management dashboards that list, validate, and update existing service linker configurations across multiple Azure resources.
  • Implement CI/CD pipelines that configure service connections for newly deployed applications without manual Azure portal steps.
  • Validate service linker connectivity and configuration as part of application health checks or deployment verification workflows.

Worth the install?

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

Manages Azure Service Linker resources through a Python client library, enabling programmatic creation and configuration of service connections in Azure.

Yes. This is the official Azure SDK for managing Service Linker resources. Install it if you need to programmatically manage Azure service connections in Python. The package is actively maintained, has no known vulnerabilities, low install friction, and uses a permissive MIT license. It is suitable for production use in Azure automation and infrastructure-as-code workflows.

Install

azure-mgmt-servicelinker on PyPI

pip

pip install azure-mgmt-servicelinker

uv

uv add azure-mgmt-servicelinker

poetry

poetry add azure-mgmt-servicelinker

Installing azure-mgmt-servicelinker

Before you install

Low install friction with a pure-Python wheel distribution. Actively maintained as of 2026-08-14 with recent commits and no known vulnerabilities. Depends on msrest, azure-common, and azure-mgmt-core.

License in practice

MIT License permits commercial and private use with minimal restrictions, making it suitable for most deployment scenarios.

Quickstart

pip install azure-mgmt-servicelinker

from azure.mgmt.servicelinker import ServiceLinkerManagementClient
from azure.identity import DefaultAzureCredential

credential = DefaultAzureCredential()
client = ServiceLinkerManagementClient(subscription_id, credential)

Requires Azure credentials (via azure-identity or similar) and a valid Azure subscription to authenticate and interact with Azure resources.

Verify before relying

  • Whether the package supports all current Azure Service Linker API operations beyond the 1.1.0 release (2022-05-16).
  • Performance characteristics and rate-limiting behavior when managing large numbers of service linkers.

Package facts

License MIT License (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 3 — msrest, azure-common, azure-mgmt-core
Maintenance actively maintained — 1,549 days since the last release
Last repo commit
First released
Downloads 5,095,770/month — #2,169 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_servicelinker-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.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure service linker managementazure service connections pythonazure mgmt client libraryazure resource linking apiazure service configuration python
azure-sdkcloud-managementinfrastructure-as-code

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-domainregistration

Manages Azure domain registrations…

permissive · top 5,000 on PyPI

azure-mgmt-streamanalytics

Provides Python client library for managing…

permissive · top 15,000 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI

azure-mgmt-botservice

Provides Python bindings to manage Azure Bot…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-web

Provides programmatic management of Azure Web…

permissive · top 5,000 on PyPI

azure-mgmt-msi

Manages Azure Managed Service Identities…

permissive · top 5,000 on PyPI