--- id: azure-mgmt-signalr version: "1.2.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-mgmt-signalr — Microsoft Azure SignalR Client Library for Python License: permissive · Maintenance: active · Downloads: 6.9M/mo ## 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 above — 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 pip install azure-mgmt-signalr uv add azure-mgmt-signalr 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_current - Install friction: low - Maintenance: active - Downloads: 6.9M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure signalr management, azure sdk signalr client, manage signalr resources, azure signalr provisioning, azure real-time messaging infrastructure, azure-sdk, infrastructure-as-code [View on SkillFed](https://skillfed.io/packages/azure-mgmt-signalr) · [View on PyPI](https://pypi.org/project/azure-mgmt-signalr/)