Debugging azure web jobs locally
Recently, I wanted to move a Windows service to Azure using .NET Framework. It seems that the Azure Function team is pushing a lot of .NET Core right now. The new Azure Function runtimes only support .NET Core. It makes...