skillfed

azure-mgmt-web

Microsoft Azure Web Management Client Library for Python

azure-mgmt-web v11.0.1 8.2M downloads/30d#1,644 on PyPI5,588
Permissive license MIT Active released

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

uv

uv add azure-mgmt-web

poetry

poetry add azure-mgmt-web

Installing 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

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

azure web apps managementazure app service clientazure sdk python webmanage azure web appsazure hosting apiapp service plan managementazure web management client
azure-sdkcloud-infrastructureweb-hosting

More WWW/HTTP packages

urllib3

urllib3 is an HTTP client library that provides…

permissive · top 100 on PyPI

requests

Requests is a Python HTTP library that…

permissive · top 100 on PyPI

h11

h11 is a pure-Python HTTP/1.1 protocol…

permissive · top 100 on PyPI

httpx

HTTPX is a fully featured HTTP client library…

permissive · top 100 on PyPI

httpcore

A minimal low-level HTTP client library that…

permissive · top 100 on PyPI

aiohttp

aiohttp is an async HTTP client and server…

permissive · top 100 on PyPI

azure-mgmt-netapp

Provides a Python client library to manage…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-servicefabricmanagedclusters

Manages Azure Service Fabric Managed Clusters…

unclear · top 5,000 on PyPI

azure-mgmt-domainregistration

Manages Azure domain registrations…

permissive · top 5,000 on PyPI

azure-mgmt-appcontainers

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-cli-appservice

Provides Azure CLI commands for managing App…

permissive · top 15,000 on PyPI

azure-mgmt-apimanagement

Provides Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-storage

Manages Azure Storage accounts, containers,…

permissive · top 5,000 on PyPI

azure-mgmt-automation

Provides Python client library for managing…

permissive · top 15,000 on PyPI

azure-mgmt-sqlvirtualmachine

Manages SQL Server virtual machines in…

permissive · top 5,000 on PyPI