Forrest logo
back to the az tool

az-webapp:tldr:5d477

az-webapp: List all web applications.
$ az webapp list
try on your machine

The command "az webapp list" is an Azure CLI command used to list all the web apps in a specified Azure subscription or resource group.

When you run this command, it will query the Azure Management API to retrieve the details of all web apps or specific web apps within the specified subscription or resource group. The command provides a list of web app-related information such as name, resource group, location, runtime, operating system, and more.

This command can be useful when you want to gather information about existing web apps deployed in Azure, or when you need to check specific details for further configuration or management tasks.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the az tool