User Tools

Site Tools


azure_logic_apps

This is an old revision of the document!


Creating a custom connector

Basic steps (taken from support forum)

  1. Install the Azure SDK
  2. Create a API App in Visual Studio (New Project → Web → API App (Preview))
  3. Implement a controller that contains your method
  4. Enable Swagger: Goto App_Start/SwaggerConfig and Remove the comment before EnableSwaggerUI (About line 176).
  5. Publish to the cloud (either create an API App on portal.azure.com and select it in vs or create a new one on publish).
  6. You can then select your API App from a Logic App.

Resources

Other links

azure_logic_apps.1488244527.txt.gz · Last modified: 2017/02/28 01:15 by shawn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki