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,
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,
@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.
10 people are following this question.
Azure Functions Garbage Collection Mode
Azure Service Bus Trigger Conditional Output Binding
Can we prioritise one function over another in an Azure Function App
`Object reference not set to an instance of an object` in Azure Functions Queue Trigger
Why are simple messages sent to the DLQ even for processing?