Azure Webjobs vs Azure Functions : How to choose

后端 未结 8 1743
耶瑟儿~
耶瑟儿~ 2020-12-02 03:49

I\'ve created some Azure Webjobs that use triggers and I\'ve just learnt about Azure Functions.

From what I understand Azure Functions seem to overlap with Azure Web

8条回答
  •  無奈伤痛
    2020-12-02 04:22

    A major consideration is that Azure Functions quit supporting the full .NET Framework after version 1, which was discontinued with v2.0, and which will not be changing in the now in preview v3.0.

提交回复
热议问题