az webapp

Manage Web Applications hosted in Azure Cloud Services. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/webapp.

az webapp list-runtimes --os-type {{windows|linux}}

az webapp up --name {{name}} --location {{location}} --runtime {{runtime}}

az webapp list

az webapp delete --name {{name}} --resource-group {{resource_group}}