2
votes

I created a brand new Logic App in a new Resource group called Workflows. I also published a new API APP (using VS 2015 and SDK 2.82 the latest) to the same resource group.

When I list the App Services, I see my new Api APP listed with a type of Api App as expected. Also when I list the resource group items, I see my logic app and my API app.

The problem is when I edit the logic app (Triggers and Actions), my new API APP does not appear under Workflows resource group. Hence I can't use it in my Logic app.

In the past (two months ago) prior to App Services renaming, this used to work and I did create logic apps with my API apps. It is really frustrating now.

Any help is appreciated.

Regards

2
I am facing exactly same issue with new version of API Apps, they just don't appear in Logic App designerusman shaheen

2 Answers

2
votes

The Logic Apps designer will be adding especially seamless integration with the new API Apps model in early 2016. https://azure.microsoft.com/en-gb/documentation/articles/app-service-api-whats-changed/

so new API Apps won't appear in Logic Apps Preview designer till next Logic Apps release

1
votes

With the latest release of the Preview LogicApp, there is an action "Http + Swagger" where you can enter the swagger docs uri of your custom api app. It will list all the actions from your api and you can create a workflow.

Steps - On your custom api app enable CORS and use "https" uri in the logic app "Http + Swagger" action.

This is just a work-around I am suggesting. I tried it myself :)