I am trying to build a pipeline using YAML to deploy web jobs in azure app service. How to list the existing web jobs? I tried to use AzurePowerShell@5 task with following script:
Get-AzResource -ResourceGroupName "RESGRPDEV01" | ft
But it does not show the web job name. Could you please help? Also, I need to create a new web job if it does not exists.