Is there any way to list all webapp service of a certain group by azure cli or azure powershell script?
You can do with
PowerShell Get-AzWebApp
Get-AzWebApp -ResourceGroupName "yourRGName"