Skip to content

Coding in C#

  • About

webjobs

How to publish a WebJobs project in Azure DevOps

January 10, 2024 by codingincsharp

In this blog post, I will share my experience of publishing a WebJobs project created in .NET 7 via Azure DevOps Releases, along with an API project for a Windows-based App Service. WebJobs are only available in Windows, so this is a requirement for this scenario. What are WebJobs? WebJobs are a feature of Azure … Read more

Categories Azure, Azure DevOps Tags azure, devops, webjobs Leave a comment

Recent Posts

  • Using HttpContext.Items in ASP.NET Core
  • Deploy Angular Application for Different Environments in Azure DevOps Pipelines
  • How to use Parallel.ForEachAsync to read JSON files
  • How to publish a WebJobs project in Azure DevOps
  • 10 Azure Cosmos DB Questions and Answers

Recent Comments

No comments to show.
Coding in C#