skillfed

azure-cli-appservice

Microsoft Azure Command-Line Tools AppService Command Module

azure-cli-appservice v0.2.21 154.3K downloads/30d#10,855 on PyPI4,602
Permissive license MIT Active released

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

uv

uv add azure-cli-appservice

poetry

poetry add azure-cli-appservice

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6

Tags

azure app service cliazure webapp managementazure function app deploymentazure appservice plan commandsaz appservice cli module
azure-cloudcli-module

More Utilities packages