Azure WebJob in .NET Core

后端 未结 2 1368
孤独总比滥情好
孤独总比滥情好 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:21

    The VS 2017 tooling for .NET Core does not exist yet, although it is planned. It's still possible to write a Core based WebJob and deploy it manually to your Web App. But do note that the WebJob SDK (which is a whole other topic) does not yet support .NET Core (related issue here).

提交回复
热议问题