--- id: azure-mgmt-hanaonazure version: "1.0.1" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-hanaonazure — Microsoft Azure Hanaonazure Management Client Library for Python License: unclear · Maintenance: active · Downloads: 1.6M/mo ## 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 above — 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 pip install azure-mgmt-hanaonazure uv add azure-mgmt-hanaonazure 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_current - Install friction: low - Maintenance: active - Downloads: 1.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure sap hana management, azure hana on azure client, azure resource manager hana, sap hana azure sdk, azure hanaonazure api, azure mgmt hanaonazure, hana instance management azure, azure-sdk, sap-hana, infrastructure-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-hanaonazure) · [View on PyPI](https://pypi.org/project/azure-mgmt-hanaonazure/)