--- id: azure-mgmt-databoxedge version: "3.0.0" license: MIT license_treatment: permissive maintenance: active --- # azure-mgmt-databoxedge — Microsoft Azure Databoxedge Management Client Library for Python License: permissive · Maintenance: active · Downloads: 846.9K/mo ## What it is and what it does This is the official Microsoft Azure SDK client library for managing Data Box Edge devices—physical or virtual edge computing appliances that sit between on-premises infrastructure and Azure cloud. It wraps the Azure management REST API, allowing developers to programmatically provision, configure, monitor, and troubleshoot Data Box Edge devices from Python code. The package depends on azure-mgmt-core for shared Azure SDK patterns and isodate for timestamp handling. Version 3.0.0 introduces hybrid models (dual dictionary/model nature), new operation groups for device capacity checking and diagnostics, and support for additional device SKUs. It requires Python 3.10 or later and authentication via Microsoft Entra using environment variables. Use it for: - Automate provisioning and lifecycle management of Data Box Edge devices across multiple Azure subscriptions - Query device capacity, memory, and storage information to plan workload placement on edge hardware - Trigger diagnostic log collection and support package generation for troubleshooting edge device issues - Manage bandwidth schedules, containers, and data synchronization policies on edge devices programmatically - Integrate edge device management into larger Azure infrastructure-as-code or DevOps automation pipelines ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python client library for managing Azure Data Box Edge devices, enabling programmatic control of edge computing hardware and resources through the Azure management API. Yes. This is the official, actively maintained Azure SDK client for Data Box Edge management. Low install friction, permissive MIT license, no known vulnerabilities, and recent release (31 days old) make it a safe choice for anyone building Python automation around Azure edge devices. Required if you need programmatic control of Data Box Edge hardware. ## Install pip install azure-mgmt-databoxedge uv add azure-mgmt-databoxedge poetry add azure-mgmt-databoxedge ## Installing azure-mgmt-databoxedge Before you install: Low install friction with three lightweight runtime dependencies (isodate, azure-mgmt-core, typing-extensions). Package is actively maintained with a recent release (31 days old) and backed by the official Azure SDK repository. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for commercial and proprietary projects. Quickstart: pip install azure-mgmt-databoxedge from azure.mgmt.databoxedge import DataBoxEdgeManagementClient from azure.identity import DefaultAzureCredential import os sub_id = os.getenv("AZURE_SUBSCRIPTION_ID") client = DataBoxEdgeManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id) Requires Python 3.10 or later. Azure authentication credentials (AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID) must be set as environment variables. Verify before relying: - Whether azure-identity is a required or optional peer dependency for authentication - Specific operation groups and methods available in version 3.0.0 beyond those listed in release notes - Whether hybrid model migration path is required for existing code upgrading to 3.0.0 ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 846.9K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure data box edge management, azure edge device api client, azure mgmt databoxedge, azure sdk edge computing, manage azure edge devices python, azure-sdk, edge-computing, infrastructure-management [View on SkillFed](https://skillfed.io/packages/azure-mgmt-databoxedge) · [View on PyPI](https://pypi.org/project/azure-mgmt-databoxedge/)