Develop and deploy Azure WebJobs
In this article, we will learn how to develop Azure WebJobs in VS Code and deploy them in Azure App Service. What is Azure WebJob? Azure WebJob enables you to run a script or code snippet in the background. It runs in the same instance as a web app, which means we do not require … Read more