feasibility of move to .NET 5.0 for ESB kind app with azure functions-v3,C#

tutul07 1 Reputation point
2021-03-26T09:24:59.343+00:00

Hi Team,

Pls , guide for feasibility of move to .NET 5.0 for ESB kind app with azure functions-v3,C#.
We want to move ESB kind app with azure functions-v3,C#( dotnetcore 3.1) to .NET 5.0 ?

Thanks,

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,206 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,199 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-03-29T13:02:54.64+00:00

    @tutul07 Welcome to Microsoft Q&A forums and thank you for your interest in Azure services.

    General availability of .NET 5 support for Azure Functions was announced on March 10 2021.
    Please find the complete blog post here

    You shouldn't have any problems upgrading your ESB app to .Net 5.0
    Even if you have class libraries on different .Net versions, you will now be able to run them out of process.
    More details are here

    Do let us know if you have any specific questions.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

    0 comments No comments