You must have the .Net core SDK installed to perform this operation...Logic App Standard Error | Logic App Standard does not support functions runtime v4 yet

{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

You must have the .Net core SDK installed to perform this operation...



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

.net 6 sdk download


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


So, the solution to this issue is to Download and install .Net Core 3.1 SDK

That's it... Error gone.



1 Comments

If you have any suggestions or questions or want to share something then please drop a comment

Previous Post Next Post