az-webapp
Verified for current stable LTS
Az Webapp Command: List Runtimes
Use for list runtimes with Az Webapp. Exact CLI syntax to list runtimes using Az Webapp.
When to use this: Use for list runtimes with Az Webapp.
Command Syntax
az webapp list-runtimes -os <windows|linux> az webapp list-runtimes -os <windows|linux> Command Breakdown
-os- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list runtimes using Az Webapp.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Webapp Command: Create Web App
az webapp up -n <name> -l <location> -r <runtime> Az Webapp Command: List Web Apps az webapp list Az Webapp Command: Delete Web App az webapp delete -n <name> -g <resource_group> Az Container Command: Create Container az container create -g <resource_group> -n <name> --image <image_name> -os <windows|linux> --cpu <number_of_CPU_cores> --memory <memory_in_GB> Az Image Command: Create Image az image create -g <resource_group> -n <name> --os-type <windows|linux> --source <os_disk_source>