skillfed

azure-mgmt-logic

Microsoft Azure Logic Apps Management Client Library for Python

azure-mgmt-logic v10.0.0 2.0M downloads/30d#3,377 on PyPI5,588
Permissive license MIT License Active released

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

uv

uv add azure-mgmt-logic

poetry

poetry add azure-mgmt-logic

Installing 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

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure logic apps managementazure workflow automation clientazure integration accounts sdkazure resource manager logicazure logic apps python client
azure-sdkcloud-managementworkflow-automation

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-advisor

Provides Python bindings to interact with Azure…

unclear · top 5,000 on PyPI

azure-mgmt-scheduler

Provides Python bindings to manage Azure…

permissive · top 5,000 on PyPI

azure-mgmt-hanaonazure

Provides a Python client library to manage SAP…

unclear · top 5,000 on PyPI

azure-mgmt-msi

Manages Azure Managed Service Identities…

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

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-devtestlabs

Manages Azure Dev Test Labs resources—labs,…

unclear · top 5,000 on PyPI

azure-mgmt-trafficmanager

Provides a Python client library to manage…

permissive · top 5,000 on PyPI

azure-mgmt-synapse

Provides Python client library for…

permissive · top 5,000 on PyPI