--- id: azure-mgmt-logic version: "10.0.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-mgmt-logic — Microsoft Azure Logic Apps Management Client Library for Python License: permissive · Maintenance: active · Downloads: 2.0M/mo ## 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 above — 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 pip install azure-mgmt-logic uv add azure-mgmt-logic 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_current - Install friction: low - Maintenance: active - Downloads: 2.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure logic apps management, azure workflow automation client, azure integration accounts sdk, azure resource manager logic, azure logic apps python client, azure-sdk, cloud-management, workflow-automation [View on SkillFed](https://skillfed.io/packages/azure-mgmt-logic) · [View on PyPI](https://pypi.org/project/azure-mgmt-logic/)