If you’ve been working with Azure Logic Apps Standard in Visual Studio Code and noticed that the API Management connector is conspicuously absent from the list of connectors inside the workflow designer, you’re not alone. This is a typical behavior that many developers encounter, and understanding why it happens—and how to enable it—can save you a lot of headaches.

So, if you create a new Logic App Standard project or open your existing project inside VS Code and if you try to add an action and cannot find the API Management actions/connector from the Add an action panel:

Don’t go mad and start despairing; it’s normal behavior for this connector!
Despite at first glance, this looks like strange behavior or a bug because we are trying to use a built-in connector, and it doesn’t show up as “expected.” We would expect it to be on the list. This is not a bug. This is a feature by design and a custom behavior of this connector.
To enable the API Management connector, we need to:
- Right-click on top of one workflow and select the option Use Connectors from Azure –> We are not really going to work with management Azure connectors, but we need their behavior 🙂

- This will ask you to select a Subscription and Resource group.
- Choose the subscription and resource group where you will publish this project — it doesn’t need to be the same as API Management.
- After that, it is IMPORTANT to close all the workflow designers you have open inside VSCode.
- Now, we need to open the workflow designer again. It will ask you to authenticate in Azure — use your account.
- After that, if you try to find the API Management connector, it will be present.

This behavior happens because the API Management connector needs to access Azure to load the existing instances of APIM and the correct APIs. So although it is a “built-in” connector, it requires Azure connectivity to run. Once we enable the Use Connectors from Azure step, the connector will appear on the list and behave as expected.
If you liked the content or found it helpful and want to help me write more content, you can buy (or help buy) my son a Star Wars Lego!
Hi Sandro!
Thank you, but does it stay or still work after deployment?
Kind regards Diane
It will work