skillfed

azure-mgmt-signalr

Microsoft Azure SignalR Client Library for Python

azure-mgmt-signalr v1.2.0 6.9M downloads/30d#1,830 on PyPI5,588
Permissive license MIT License Active released

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-signalr

uv

uv add azure-mgmt-signalr

poetry

poetry add azure-mgmt-signalr

Installing 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

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 signalr managementazure sdk signalr clientmanage signalr resourcesazure signalr provisioningazure real-time messaging infrastructure
azure-sdkinfrastructure-as-code

More Internet packages