Logic Apps Standard and dotnet 8 #1032
timjansenortec
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it already possible to use dotnet 8 for Logic App Standard?
I am using a nuget based logicapp with custom connectors written in c#.
https://learn.microsoft.com/en-us/azure/logic-apps/create-single-tenant-workflows-visual-studio-code#convert-your-project-to-nuget-package-based-net
Dotnet 8 introduces the new function isolated worker model. What is the impact of this on existing apps?
https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=windows
Or should we wait until in-process is available for dotnet 8?
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-march-2024-roadmap-update/ba-p/4097744
Azure/azure-functions-host#9951
Any info or guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions