
az-webapp
List of commands for az-webapp:
-
az-webapp:tldr:517f1 az-webapp: List available runtimes for a web application.$ az webapp list-runtimes --os-type ${select}try on your machineexplain this command
-
az-webapp:tldr:5d477 az-webapp: List all web applications.$ az webapp listtry on your machineexplain this command
-
az-webapp:tldr:ac149 az-webapp: Delete a specific web application.$ az webapp delete --name ${name} --resource-group ${resource_group}try on your machineexplain this command
-
az-webapp:tldr:f95a7 az-webapp: Create a web application.$ az webapp up --name ${name} --location ${location} --runtime ${runtime}try on your machineexplain this command