azure-cli-appservice
Microsoft Azure Command-Line Tools AppService Command Module
What it is and what it does
This is the App Service command module for the Azure CLI, a plugin that adds `az appservice`, `az webapp`, and `az functionapp` command groups for managing Azure App Service resources. It wraps Azure management SDKs (azure-mgmt-web, azure-mgmt-storage, azure-mgmt-containerregistry, azure-mgmt-applicationinsights) to provide CLI-level operations for creating and configuring web apps, function apps, app service plans, deployments, SSL bindings, and related infrastructure on Azure.
The module is designed to be installed as part of the Azure CLI ecosystem rather than used as a standalone library. It depends on 14 runtime packages including core Azure CLI infrastructure, DevOps build tools, and cryptographic libraries. The wheel distribution indicates low installation friction, though the 2019 release date and lack of recent updates suggest this may be a legacy or stable version within a larger, actively maintained CLI framework.
Use it for:
- Deploy and manage web applications to Azure App Service using CLI commands like `az webapp up`
- Create and configure function apps with runtime selection and deployment slot management
- Manage app service plans, including SKU selection and scaling across Linux and Windows
- Configure SSL certificates, authentication, and CORS settings for web and function apps
- Set up CI/CD pipelines for function apps via Azure DevOps integration
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Azure CLI commands for managing App Service resources including web apps, function apps, and app service plans on Microsoft Azure.
Yes, if you are using the Azure CLI and need to manage App Service resources from the command line. The module has low install friction and permissive licensing. However, verify that this version (0.2.21 from 2019) is compatible with your current Azure CLI installation, as it may have been superseded by newer integrated versions. Install as part of the Azure CLI ecosystem, not as a standalone package.
Install
azure-cli-appservice on PyPI
pip
pip install azure-cli-appserviceuv
uv add azure-cli-appservicepoetry
poetry add azure-cli-appserviceInstalling azure-cli-appservice
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance status with recent commits, though the latest release dates to 2019-06-18, making this a legacy module within the Azure CLI ecosystem.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it safe for most deployment scenarios.
Quickstart
pip install azure-cli-appservice
from azure.cli.command_modules.appservice import operations
# Use via 'az appservice' commands in Azure CLI
Requires azure-cli-core and other Azure SDK dependencies to be installed; intended as a plugin module for the Azure CLI, not standalone use.
Verify before relying
- Whether this module is still actively maintained or superseded by newer Azure CLI versions
- Compatibility with Python versions beyond 3.6 given the classifier list stops there
- Whether the 2614 days since release reflects actual abandonment or normal Azure CLI versioning
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 14 — azure-cli-core, azure-functions-devops-build, azure-mgmt-web, azure-mgmt-storage, azure-mgmt-containerregistry, azure-mgmt-applicationinsights, urllib3, xmltodict, fabric, cryptography, pyOpenSSL, six, vsts-cd-manager, azure-cli-command-modules-nspkg |
| Maintenance | actively maintained — 2,614 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 154,294/month — #10,855 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_cli_appservice-0.2.21-py2.py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
azure-cli-sqlA command-line module for the Azure CLI that…
permissive · top 15,000 on PyPI
azure-cli-acrProvides the Azure CLI 'acr' command module for…
permissive · top 15,000 on PyPI
azure-cliAzure CLI is a command-line tool for managing…
permissive · top 5,000 on PyPI
azure-mgmt-webProvides programmatic management of Azure Web…
permissive · top 5,000 on PyPI
az.cliExecutes Azure CLI commands from Python and…
permissive · top 15,000 on PyPI
azure-cli-coreProvides the core Python library and CLI…
permissive · top 5,000 on PyPI
a2aA2A is a CLI tool that maps service names…
permissive · top 15,000 on PyPI
fastapi-cloud-cliA command-line tool for deploying and managing…
permissive · top 1,000 on PyPI
azure-mgmt-mapsManages Azure Maps resources—accounts,…
permissive · top 5,000 on PyPI
azure-mgmt-sqlProvides programmatic management of Azure SQL…
permissive · top 5,000 on PyPI