azure-mgmt-streamanalytics
Microsoft Azure Stream Analytics Management Client Library for Python
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 on this page — 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
azure-mgmt-streamanalytics on PyPI
pip
pip install azure-mgmt-streamanalyticsuv
uv add azure-mgmt-streamanalyticspoetry
poetry add azure-mgmt-streamanalyticsInstalling 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 the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-common, azure-mgmt-core |
| Maintenance | actively maintained — 1,681 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 165,685/month — #10,521 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_streamanalytics-1.0.0-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
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-commerceProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-synapse-sparkClient library for interacting with Apache…
permissive · top 5,000 on PyPI
azure-mgmt-monitorProvides programmatic access to Azure Monitor…
permissive · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-servicelinkerManages Azure Service Linker resources through…
permissive · top 5,000 on PyPI
azure-mgmt-loganalyticsProvides a Python client library for managing…
permissive · top 5,000 on PyPI
azure-loganalyticsProvides a Python client for querying Azure Log…
permissive · top 5,000 on PyPI
azure-mgmt-securityinsightProvides a Python client library for managing…
permissive · top 15,000 on PyPI