Logic Apps Standard and dotnet 8 #1032
timjansenortec
started this conversation in
General
Replies: 2 comments
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have successfully updated our Logic App Standard with custom connectors to dotnet 8. I changed this setting (described in documentation): And added this setting: and I used this workaround in the csproj:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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