Workflow design time could not be started - Logic App Standard | Azure function core tools 4.x version isn't supported in Logic App standard development

{tocify} $title={Table of Contents}


Issue



I came across following error while switching workflow in visual studio code from code view to designer view in logic app standard


Workflow design time could not be started




Workflow design time could not be started







Why it happened



The reason is that it is not finding the required Azure function library although I had installed the latest Azure Function Core tools SDK.


And, the actual reason is that Azure function core tools 4.x version isn't supported and won't work.


So,  Azure Functions Core Tools - 3.x version needs to be installed.


What to do


Go to github link - Azure Functions core tools and select the 3.x version Microsoft Installer (MSI) and download it

Azure Functions Core Tools - 3.x version installation step 1

Run the setup



Azure Functions Core Tools - 3.x version installation step 2



Accept the agreement


Azure Functions Core Tools - 3.x version installation step 3


Specify Destination folder

Azure Functions Core Tools - 3.x version installation step 4

Click on install

Azure Functions Core Tools - 3.x version installation step 5


Let the Installation complete

Azure Functions Core Tools - 3.x version installation step 6


Click on finish, and check .

For me it was still giving the same error -  no.. nothing to worry.

I just restarted the machine and all was set.


Post a Comment

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

Previous Post Next Post