Building .NET Core WebJob Console App CI/CD Using Azure DevOps Pipelines

WebJobs is a feature of Azure App Service that enables you to run a program or script in the same context as a web app, API app, or mobile app according to this Microsoft document.

If you build your WebJob Console app in a .NET Framework then it's very easy to build and deploy the WebJob with the parent API or Web App by linking it to Web/API App as shown below: