skillfed

azure-mgmt-hanaonazure

Microsoft Azure Hanaonazure Management Client Library for Python

azure-mgmt-hanaonazure v1.0.1 1.6M downloads/30d#3,686 on PyPI5,588
License unclear Active released

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

uv

uv add azure-mgmt-hanaonazure

poetry

poetry add azure-mgmt-hanaonazure

Installing 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

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

azure sap hana managementazure hana on azure clientazure resource manager hanasap hana azure sdkazure hanaonazure apiazure mgmt hanaonazurehana instance management azure
azure-sdksap-hanainfrastructure-management

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

hana-ml

Connects Python to SAP HANA to build machine…

unclear · top 15,000 on PyPI

azure-mgmt-trafficmanager

Provides a Python client library to manage…

permissive · top 5,000 on PyPI

python-redmine

Python-Redmine provides a Django ORM-style…

permissive · top 15,000 on PyPI

azure-mgmt-logic

Provides Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-resourcegraph

Provides a Python client library to query and…

unclear · top 5,000 on PyPI

azure-mgmt-dns

Manages Azure DNS resources—zones, record sets,…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-commerce

Provides a Python client library for managing…

unclear · top 5,000 on PyPI