Add a timer triggered Webjob for .NET 5.0
In a similar construction as the previous blog about creating webjobs for the .NET Framework, we needed a Sync WebJob now for the same kind of solution except that the Web App was a .NET 5.0 blazor solution. Therefore we needed to create an Azure WebJob which could run alongside this. Unfortunately, there was not... » read more