azure-mgmt-web
Microsoft Azure Web Management Client Library for Python
What it is and what it does
azure-mgmt-web is the Microsoft Azure SDK client library for managing Web Apps and related App Service resources. It wraps the Azure Resource Manager API, allowing Python developers to programmatically create, update, delete, and query web applications, app service plans, deployment slots, certificates, and other hosting infrastructure within Azure subscriptions.
The package is designed for developers who need to automate Azure web hosting operations—provisioning environments, configuring deployments, managing scaling policies, or integrating web app lifecycle management into larger infrastructure-as-code workflows. It depends on isodate for date handling, azure-mgmt-core for common SDK patterns, and typing-extensions for type hints. Authentication requires Microsoft Entra token configuration via environment variables.
Use it for:
- Automate provisioning and teardown of web app environments in CI/CD pipelines
- Programmatically manage deployment slots and traffic routing for blue-green deployments
- Query and monitor app service plan metrics and resource utilization across subscriptions
- Configure SSL certificates, custom domains, and authentication settings on web apps at scale
- Integrate web app lifecycle management into infrastructure-as-code or multi-tenant SaaS platforms
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides programmatic management of Azure Web Apps, App Service Plans, and related hosting resources through the Azure SDK for Python.
Yes. This is an actively maintained, production-stable library (Development Status 5) with no known vulnerabilities, low install friction, and broad Python version support (3.10–3.14). Install it if you need to manage Azure Web Apps programmatically; skip it if you only use the Azure Portal or CLI.
Install
azure-mgmt-web on PyPI
pip
pip install azure-mgmt-webuv
uv add azure-mgmt-webpoetry
poetry add azure-mgmt-webInstalling azure-mgmt-web
Before you install
Low install friction with a pure-Python wheel. Actively maintained with a recent release 32 days old and no known vulnerabilities. Requires Python 3.10+.
License in practice
MIT license permits commercial and private use with minimal restrictions.
Quickstart
pip install azure-mgmt-web
from azure.mgmt.web import WebSiteManagementClient
from azure.identity import DefaultAzureCredential
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = WebSiteManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Requires Python 3.10+, valid Azure subscription, and environment variables AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, and AZURE_SUBSCRIPTION_ID configured for authentication.
Verify before relying
- Whether the package works offline or requires live Azure API connectivity
- Performance characteristics when managing large numbers of web apps
- Specific authentication flow requirements beyond environment variable configuration
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — isodate, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 32 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 8,232,147/month — #1,644 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_web-11.0.1-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
azure-mgmt-netappProvides a Python client library to manage…
permissive · top 5,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-servicefabricmanagedclustersManages Azure Service Fabric Managed Clusters…
unclear · top 5,000 on PyPI
azure-mgmt-domainregistrationManages Azure domain registrations…
permissive · top 5,000 on PyPI
azure-mgmt-appcontainersProvides a Python client library for managing…
permissive · top 5,000 on PyPI
azure-cli-appserviceProvides Azure CLI commands for managing App…
permissive · top 15,000 on PyPI
azure-mgmt-apimanagementProvides Python client library for managing…
permissive · top 5,000 on PyPI
azure-mgmt-storageManages Azure Storage accounts, containers,…
permissive · top 5,000 on PyPI
azure-mgmt-automationProvides Python client library for managing…
permissive · top 15,000 on PyPI
azure-mgmt-sqlvirtualmachineManages SQL Server virtual machines in…
permissive · top 5,000 on PyPI