通过 powershell 列出组的 azure webapp 名称

Listing azure webapp name of a group by powershell

有没有办法通过azure cli或azure powershell脚本列出某个组的所有webapp服务?

你可以用

PowerShell Get-AzWebApp

Get-AzWebApp -ResourceGroupName "yourRGName"