azureazure-web-app-serviceazure-powershellazure-cliazure-cloud-shell

Listing azure webapp name of a group by powershell


Is there any way to list all webapp service of a certain group by azure cli or azure powershell script?


Solution

  • You can do with

    PowerShell Get-AzWebApp

    Get-AzWebApp -ResourceGroupName "yourRGName"