Azure WebJob in .NET Core

后端 未结 2 1369
孤独总比滥情好
孤独总比滥情好 2020-12-16 10:49

How do I create an Azure WebJob targeting .NET Core 1.1?

In Visual Studio 2017, the only option I\'m seeing for Azure WebJob targets .NET Framework -- see below.

2条回答
  •  旧巷少年郎
    2020-12-16 11:18

    This is an extremely old question, but I just want to point out that WebJobs for .NET Core is now available. However it works slightly differently in that you need to use a console app with some specific build commands rather than have an actual WebJob template.

    More info/tutorials here : https://dotnetcoretutorials.com/2018/10/09/azure-webjobs-in-net-core-part-1/

提交回复
热议问题