Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic App Stanadard: In-App Azure Function not present inside Visual Studio Code #1248

Open
sandroasp opened this issue Nov 23, 2024 · 1 comment
Assignees
Labels

Comments

@sandroasp
Copy link

Describe the Bug

If I edit a Logic App Standard Workflow in the Azure Portal, add a new action, and search for Azure Function:

Image

I can see both Azure Function Operations (in-app) and Local Function Operations... in other orders, there are two connectors. That is the correct behavior.

However, if I edit my workflow inside Visual Studio Code, I'm only able to use the Local Function Operations:

Image

This is a bug and a huge limitation! How can I call an Azure Function using the in-app connector from VS Code? Why is there this difference?

Plan Type

Standard

Steps to Reproduce the Bug or Issue

Open VS code and try to search for Azure Function
Do the same inside Azure Portal

Workflow JSON

Screenshots or Videos

No response

Additional context

No response

@ccastrotrejo ccastrotrejo self-assigned this Nov 27, 2024
@ccastrotrejo
Copy link

Hi @sandroasp thanks for raising this issue. I just gave it a try and I was able to see both of them. I have a couple of follow up questions

  • Which version of the vscode extension do you have?
  • If you look at this path on your computer, which is the latest version you have installed? /Users/<your-username>/.azure-functions-core-tools/Functions/ExtensionBundles/
  • Inside your project, does your local.settings.json has your subscription value in the following property? WORKFLOWS_SUBSCRIPTION_ID

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants