--- id: azure-mgmt-streamanalytics version: "1.0.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-mgmt-streamanalytics — Microsoft Azure Stream Analytics Management Client Library for Python License: permissive · Maintenance: active · Downloads: 165.7K/mo ## What it is and what it does This is the official Microsoft Azure SDK client library for programmatically managing Azure Stream Analytics resources in Python. It wraps Azure's REST API to let you create, configure, monitor, and delete streaming jobs, manage inputs and outputs, define transformations and functions, and operate clusters—all from Python code. The library is built on msrest, azure-common, and azure-mgmt-core, following Azure SDK conventions for authentication and error handling. Typical use is to automate Stream Analytics infrastructure as code: provisioning jobs with specific input/output configurations, scaling clusters, querying job status, or integrating Stream Analytics management into larger Azure automation workflows. It's part of the broader Azure SDK ecosystem and is maintained by Microsoft. Use it for: - Automate provisioning and configuration of Azure Stream Analytics jobs as part of infrastructure-as-code deployments. - Build monitoring dashboards that query job status, metrics, and operational state programmatically. - Scale Stream Analytics clusters dynamically in response to workload changes via the begin_scale operation. - Manage reference data sources (e.g., Azure SQL) and refresh policies for real-time analytics pipelines. - Integrate Stream Analytics job lifecycle management into CI/CD pipelines or orchestration tools. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python client library for managing Azure Stream Analytics resources—jobs, inputs, outputs, functions, and clusters—via Azure's REST API. Yes. This is the official, actively maintained Azure SDK for Stream Analytics management in Python. Install it if you need to programmatically manage Stream Analytics resources on Azure. Low install friction, permissive license, no known vulnerabilities, and stable maintenance make it a safe choice for production use. ## Install pip install azure-mgmt-streamanalytics uv add azure-mgmt-streamanalytics poetry add azure-mgmt-streamanalytics ## Installing azure-mgmt-streamanalytics Before you install: Low friction install with stable maintenance. The package is actively maintained as part of the Azure SDK, depends on three core Azure libraries (msrest, azure-common, azure-mgmt-core), and supports Python 3.7+. License in practice: MIT License permits commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install azure-mgmt-streamanalytics from azure.mgmt.streamanalytics import StreamAnalyticsManagementClient from azure.identity import DefaultAzureCredential credential = DefaultAzureCredential() client = StreamAnalyticsManagementClient(credential, subscription_id) Requires Azure subscription credentials and appropriate permissions to manage Stream Analytics resources. Verify before relying: - Whether the package is actively maintained beyond the latest 1.0.0 release (1681 days old as of fact sheet date). - Support status for Python 2.7 was explicitly ended 01 January 2022; confirm no legacy code paths remain. ## Package facts - License: MIT License (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 165.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags azure stream analytics management, azure stream analytics python client, manage azure streaming jobs, azure stream analytics api, azure mgmt streamanalytics, azure-sdk, cloud-management, stream-analytics [View on SkillFed](https://skillfed.io/packages/azure-mgmt-streamanalytics) · [View on PyPI](https://pypi.org/project/azure-mgmt-streamanalytics/)