azure-mgmt-hanaonazure
Microsoft Azure Hanaonazure Management Client Library for Python
What it is and what it does
This is Microsoft's official Python SDK for managing SAP HANA on Azure resources. It wraps the Azure Resource Manager API to let you programmatically provision, configure, and monitor HANA instances running on Azure infrastructure. The client depends on isodate for date handling, azure-mgmt-core for common Azure management patterns, and typing-extensions for type hints.
The package is production-stable and actively maintained. It requires Python 3.9 or later and uses Azure Active Directory token authentication via environment variables. The client integrates with standard Azure tracing libraries for observability.
Use it for:
- Automate provisioning and lifecycle management of SAP HANA instances on Azure within infrastructure-as-code workflows.
- Query and monitor HANA instance status and configuration from a Python application.
- Integrate HANA resource management into Azure DevOps pipelines or custom orchestration tools.
- Manage SAP Monitor resources and provider instances for observability of HANA deployments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python client library to manage SAP HANA on Azure resources through the Azure Resource Manager API.
Yes, if you need to manage SAP HANA on Azure resources programmatically. The package is production-stable, actively maintained, and has low install friction. However, verify the license terms in the repository first, since the metadata does not clarify the license treatment. Requires Python 3.9+ and proper Azure credential configuration.
Install
azure-mgmt-hanaonazure on PyPI
pip
pip install azure-mgmt-hanaonazureuv
uv add azure-mgmt-hanaonazurepoetry
poetry add azure-mgmt-hanaonazureInstalling azure-mgmt-hanaonazure
Before you install
Low install friction with a pure-Python wheel. Actively maintained with a recent release (88 days old) and active repository status. Requires Python 3.9 or later.
License in practice
License treatment is unclear—no SPDX identifier or raw license text is available in the metadata. Verify the actual license terms in the GitHub repository before use.
Quickstart
pip install azure-mgmt-hanaonazure
from azure.mgmt.hanaonazure import HanaManagementClient
from azure.identity import DefaultAzureCredential
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = HanaManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Requires Python 3.9+. Azure authentication credentials must be configured via environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, and AZURE_SUBSCRIPTION_ID.
Verify before relying
- Actual license terms and conditions (metadata shows unclear treatment)
- Whether async operations are available and documented in the aio namespace
- Full scope of supported HANA management operations beyond provisioning
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — isodate, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 88 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,648,304/month — #3,686 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_hanaonazure-1.0.1-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
hana-mlConnects Python to SAP HANA to build machine…
unclear · top 15,000 on PyPI
azure-mgmt-trafficmanagerProvides a Python client library to manage…
permissive · top 5,000 on PyPI
python-redminePython-Redmine provides a Django ORM-style…
permissive · top 15,000 on PyPI
azure-mgmt-logicProvides Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-resourcegraphProvides a Python client library to query and…
unclear · top 5,000 on PyPI
azure-mgmt-dnsManages Azure DNS resources—zones, record sets,…
permissive · top 5,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-commerceProvides a Python client library for managing…
unclear · top 5,000 on PyPI