Manage Web Applications hosted in Azure Cloud Services. Part of
azure-cli(also known asaz). More information: https://learn.microsoft.com/cli/azure/webapp.
az webapp list-runtimes {{[-os|--os-type]}} {{windows|linux}}
az webapp up {{[-n|--name]}} {{name}} {{[-l|--location]}} {{location}} {{[-r|--runtime]}} {{runtime}}
az webapp list
az webapp delete {{[-n|--name]}} {{name}} {{[-g|--resource-group]}} {{resource_group}}