azure_logic_apps
Table of Contents
See also: Creating a custom Azure Logic Apps connector on my blog.
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.
Connectors (developing)
Connectors are⇒ Azure API Apps are⇒ Web API apps.
Two types:
- Actions - “Regular old Web API actions” 1)
- Triggers
- First connector must be a trigger.
- Push or pull.
- More complex than just a Web API action.
Project file: apiapp.json
Creating a custom connector
Basic steps (taken from support forum)
- Install the Azure SDK
- Create a API App in Visual Studio (New Project → Web → API App)
- Implement a controller that contains your method
- Enable Swagger: Goto App_Start/SwaggerConfig and Remove the comment before EnableSwaggerUI (About line 176).
- 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).
- You can then select your API App from a Logic App.
Resources
- Azure API Apps for Web, Mobile and Logic Apps video from //Build/ 2015.
- Example connectors source on GitHub.
Other links
- Integrating your Systems with Logic Apps video from Build 2016.
- Build holistic integration solutions using Azure Logic Apps and API Management video from Connect(); // 2016.
- Integrate all of the things! video from AzureCon 2015.
azure_logic_apps.txt · Last modified: 2017/05/17 01:13 by shawn