azure-mgmt-signalr
Microsoft Azure SignalR Client Library for Python
What it is and what it does
This is the Microsoft Azure SignalR management client library for Python. It provides programmatic control over Azure SignalR resources—the managed service for real-time web communication—allowing you to create, configure, update, and delete SignalR instances and related infrastructure from Python code. The package wraps the Azure Resource Manager API and integrates with the broader Azure SDK ecosystem.
The library depends on msrest, azure-common, azure-mgmt-core, and typing-extensions to handle REST communication, credential management, and type annotations. It requires Python 3.7 or later and uses Azure Active Directory for authentication. The package is tested against Python 3.7 through 3.11 and is actively maintained by Microsoft.
Use it for:
- Automate provisioning of SignalR instances in CI/CD pipelines for development and production environments.
- Configure custom certificates and domains on existing SignalR resources via infrastructure-as-code scripts.
- Manage private endpoint connections and network access policies for SignalR in restricted network environments.
- Query and list available SignalR SKUs and pricing tiers to inform resource planning decisions.
- Enable or disable authentication modes and configure live trace settings for troubleshooting real-time communication issues.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages Azure SignalR resources—creation, configuration, and lifecycle operations—through the Azure management plane API.
Yes. This is the official Azure management library for SignalR—necessary if you need to provision or manage SignalR resources from Python. Install friction is low, maintenance is active, no security vulnerabilities are known, and the MIT License is permissive. The only caveat is that it remains marked Beta in classifiers despite stable releases; verify that the specific features you need are production-ready for your use case.
Install
azure-mgmt-signalr on PyPI
pip
pip install azure-mgmt-signalruv
uv add azure-mgmt-signalrpoetry
poetry add azure-mgmt-signalrInstalling azure-mgmt-signalr
Before you install
Low friction install with four stable runtime dependencies. Actively maintained as of August 2026 with recent commits; marked Beta in classifiers but has been in development since 2018 with a stable 1.0.0 release in November 2021.
License in practice
MIT License (permissive) imposes no significant restrictions on use, modification, or redistribution.
Quickstart
pip install azure-mgmt-signalr
from azure.mgmt.signalr import SignalRManagementClient
from msrest.authentication import BasicAuthentication
client = SignalRManagementClient(credential, subscription_id)
Requires Azure subscription credentials and environment variables for authentication (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID).
Verify before relying
- Whether async client support is available in the aio namespace (mentioned in release notes but not confirmed in current version).
- Current state of the serverless parameter added in 1.2.0 and whether it is production-ready.
- Whether azure-identity is required or optional for authentication workflows.
Package facts
| License | MIT License (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — msrest, azure-common, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 1,243 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,863,887/month — #1,830 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_signalr-1.2.0-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-mapsManages Azure Maps resources—accounts,…
permissive · top 5,000 on PyPI
azure-mgmt-trafficmanagerProvides a Python client library to manage…
permissive · top 5,000 on PyPI
azure-mgmt-iothubprovisioningservicesManages Azure IoT Hub Provisioning Services…
permissive · top 5,000 on PyPI
azure-mgmt-notificationhubsManages Azure Notification Hubs…
permissive · top 5,000 on PyPI
pysignalrAsync-ready client library for connecting to…
permissive · top 15,000 on PyPI
azure-mgmt-mediaManages Azure Media Services…
permissive · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
signalrcoreA Python client library for connecting to…
unclear · top 15,000 on PyPI
azure-mgmt-iotcentralManages Azure IoT Central applications and…
unclear · top 5,000 on PyPI