Registry / azure / azure-cli-appservice

azure-cli-appservice

JSON →
library0.2.21pypypiunverified

Microsoft Azure CLI extension for managing App Service resources like web apps, functions, and slots. Version 0.2.21 works with Azure CLI core. Releases follow Azure CLI releases (approx. monthly).

pip install azure-cli-appservice
INSTALL
IMPORT
SIG · AZURE-CLI-APPSERVI
A
azure-cli-appservice
azurepythonv0.2.21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AppServiceCommandsLoader
from azure.cli.command_modules.appservice import AppServiceCommandsLoader
from azure.cli.command_modules.appservice import AppServiceCommandsLoader

Verifies import of the command module loader. To use CLI commands, invoke via Azure CLI, not directly in Python.

from azure.cli.command_modules.appservice import AppServiceCommandsLoader auth = os.environ.get('AZURE_AUTH_LOCATION', '') print(f'AppServiceCommandsLoader imported (auth: {auth})')
az --version
Debug
Known issues
gotchaThis package is a command module for Azure CLI. It should not be used standalone; always install azure-cli or azure-cli-core first.
fix
Install azure-cli-core alongside this package.
affects: all
gotchaImporting symbols directly from azure.cli.command_modules.appservice is not supported for public use. The module is designed to be loaded by Azure CLI's command loader.
fix
Use Azure CLI commands (e.g., `az webapp`) instead of direct imports.
affects: all
deprecatedSome commands may be deprecated in future releases. Check release notes for appservice-specific deprecations.
fix
Run `az find "webapp"` or check Azure CLI release notes.
affects: >=0.2.0
Upgrade
Version history
0.2.21latest on PyPI · released Jun 18, 2019
Audit
Dependencies
azure-cli-corerequiredRequired for all Azure CLI extensions
Agent activity
55 hits · last 30 days
node
47
OpenAI (training)
1
Resources
azure-cli-appservice — pip install azure-cli-appservice · libregistry