azure-mgmt-logic
Microsoft Azure Logic Apps Management Client Library for Python
What it is and what it does
azure-mgmt-logic is the official Python SDK for managing Azure Logic Apps and related integration resources through Azure Resource Manager. It wraps the Azure REST API, allowing developers to programmatically create, configure, and manage workflows, integration accounts, and their associated components from Python code.
The package depends on msrest, azure-common, and azure-mgmt-core to handle HTTP communication, authentication, and common Azure SDK patterns. It supports modern Python versions (3.6+) and uses type annotations for IDE support. The library is actively maintained as part of the broader Azure SDK for Python ecosystem and has no known security vulnerabilities.
Use it for:
- Automate deployment and configuration of Logic App workflows across multiple Azure environments.
- Programmatically manage integration accounts, agreements, and schemas for B2B integration scenarios.
- Build CI/CD pipelines that create or update Logic Apps as part of infrastructure-as-code workflows.
- Query and monitor workflow runs and their execution history from custom Python applications.
- Manage callback URLs and trigger configurations for Logic Apps in automated workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python client library for managing Azure Logic Apps resources—workflows, integration accounts, and related entities—via the Azure Resource Manager API.
Yes. This is the official, actively maintained Azure SDK for Logic Apps management in Python. It has low install friction, permissive MIT licensing, no known vulnerabilities, and is part of a well-supported ecosystem. Install it when you need to programmatically manage Azure Logic Apps resources from Python; avoid it if you only need to interact with Logic Apps through the Azure Portal or CLI.
Install
azure-mgmt-logic on PyPI
pip
pip install azure-mgmt-logicuv
uv add azure-mgmt-logicpoetry
poetry add azure-mgmt-logicInstalling azure-mgmt-logic
Before you install
Low install friction; pure Python wheel. Actively maintained with recent commits and no known vulnerabilities. Supports Python 3.6 and later versions.
License in practice
MIT License permits commercial and private use with minimal restrictions; safe to use in most projects.
Quickstart
pip install azure-mgmt-logic
from azure.mgmt.logic import LogicManagementClient
from azure.identity import DefaultAzureCredential
credential = DefaultAzureCredential()
client = LogicManagementClient(credential, subscription_id)
Requires Azure subscription credentials and subscription_id; uses azure-identity for authentication (not included in this package's dependencies).
Verify before relying
- Whether azure-identity is required as a peer dependency or optional for credential handling.
- Specific Azure Logic Apps resource types and operations supported in version 10.0.0.
- Performance characteristics for large-scale workflow or integration account operations.
Package facts
| License | MIT License (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-common, azure-mgmt-core |
| Maintenance | actively maintained — 1,523 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,992,277/month — #3,377 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_logic-10.0.0-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-advisorProvides Python bindings to interact with Azure…
unclear · top 5,000 on PyPI
azure-mgmt-schedulerProvides Python bindings to manage Azure…
permissive · top 5,000 on PyPI
azure-mgmt-hanaonazureProvides a Python client library to manage SAP…
unclear · top 5,000 on PyPI
azure-mgmt-msiManages Azure Managed Service Identities…
permissive · top 5,000 on PyPI
azure-mgmt-resourcegraphProvides a Python client library to query and…
unclear · top 5,000 on PyPI
azure-mgmt-commerceProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-devtestlabsManages Azure Dev Test Labs resources—labs,…
unclear · top 5,000 on PyPI
azure-mgmt-trafficmanagerProvides a Python client library to manage…
permissive · top 5,000 on PyPI
azure-mgmt-synapseProvides Python client library for…
permissive · top 5,000 on PyPI