azure-mgmt-servicelinker
Microsoft Azure Service Linker Management Client Library for Python
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-servicelinkeruv
uv add azure-mgmt-servicelinkerpoetry
poetry add azure-mgmt-servicelinkerInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-resource-subscriptionsManages Azure subscriptions and related…
permissive · top 15,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-domainregistrationManages Azure domain registrations…
permissive · top 5,000 on PyPI
azure-mgmt-streamanalyticsProvides Python client library for managing…
permissive · top 15,000 on PyPI
azure-mgmt-resource-deploymentsManages Azure resource deployments…
permissive · top 5,000 on PyPI
azure-mgmt-botserviceProvides Python bindings to manage Azure Bot…
permissive · top 5,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-webProvides programmatic management of Azure Web…
permissive · top 5,000 on PyPI
azure-mgmt-msiManages Azure Managed Service Identities…
permissive · top 5,000 on PyPI