{tocify} $title={Table of Contents}
Issue
After installing Visual Studio Code and after adding Logic App extensions in it.
I clicked on create workflow and select Stateful, however didn't see any change happening.
It was because, at right hand bottom side of screen there was below notification
Why it happened
As the error says .Net core sdk is required for developing Logic App Standard locally using Visual Studio code.
So, I went ahead and clicked on the link and downloaded and installed it
Guess what, I got same error again when tried to create workflow.
.NET 6.0 should work for Logic App standard, however the reason is Logic App Standard does not support functions runtime v4 yet.
As of now Logic App Standard on VSCode supports only Azure Functions Core Tools - 3.x version.
What to do
That's it... Error gone.
Tags:
Azure Logic App Error
Great! Worked like magic for me.
ReplyDelete