azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Logic App (Standard) - Unable to find Microsoft.Azure.Functions.ExtensionBundle.Workflows

Open mcollier opened this issue 2 years ago • 0 comments

When attempting to debug a Logic App (Standard) app in VS Code, I seem to be running into the same issue as stated at azure/logicapps#518.

This seems to be a problem only when debugging in VS Code. If I run func host start, the Logic App starts successfully. Running func host start --verbose, shows the runtime does find the extension bundle, but at a different location, /home/vscode/data/Functions/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows.

I do have a folder at ~/.azure-functions-core-tools/Functions/ExtensionBundles, but it doesn't contain Microsoft.Azure.Functions.ExtensionBundle.Workflows, only Microsoft.Azure.Functions.ExtensionBundle.

  • What func.exe returns: /home/vscode/.azure-functions-core-tools/Functions/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows
  • Where the bundle actually is: /home/vscode/data/Functions/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows

It seems that the Logic Apps VSCode extension is asking func.exe for the path to the bundle, and the path returned is different than the actual location of the bundle.

image

image

mcollier avatar Jul 01 '22 14:07 mcollier