User Tools

Site Tools


azure_logic_apps

This is an old revision of the document!


History: BizTalk → SharePoint workflow manager → Logic Apps.

  • Flow is a “lite” version of Logic Apps for Office365.
  • Power Apps is a forms creator/editor for Logic Apps/Flow.

Coding

Connectors are⇒ Azure API Apps are⇒ Web API apps.

Project file: apiapp.json

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)
  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.1488306658.txt.gz · Last modified: 2017/02/28 18:30 by shawn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki