User Tools

Site Tools


azure_logic_apps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
azure_logic_apps [2017/02/28 01:15] – Creating custom connector shawnazure_logic_apps [2017/02/28 18:30] – General info shawn
Line 1: Line 1:
-====== Creating a custom connector ======+**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 [[https://social.msdn.microsoft.com/Forums/en-US/7ec2754a-9df4-46ff-aa62-cd6a6d375229/how-to-create-my-own-custom-connectorsapi-apps-for-logic-apps?forum=azurelogicapps|from support forum]]) Basic steps (taken [[https://social.msdn.microsoft.com/Forums/en-US/7ec2754a-9df4-46ff-aa62-cd6a6d375229/how-to-create-my-own-custom-connectorsapi-apps-for-logic-apps?forum=azurelogicapps|from support forum]])
  
   - Install the Azure SDK   - Install the Azure SDK
-  - Create a API App in Visual Studio (New Project -> Web -> API App (Preview))+  - Create a API App in Visual Studio (New Project -> Web -> API App)
   - Implement a controller that contains your method   - Implement a controller that contains your method
   - Enable Swagger: Goto App_Start/SwaggerConfig and Remove the comment before EnableSwaggerUI (About line 176).   - Enable Swagger: Goto App_Start/SwaggerConfig and Remove the comment before EnableSwaggerUI (About line 176).
Line 12: Line 23:
 === Resources === === Resources ===
  
-  * [[https://www.youtube.com/watch?v=BcQ2SwedDu4|Azure API Apps for Web, Mobile and Logic Apps]] (2015)+  * [[https://www.youtube.com/watch?v=BcQ2SwedDu4|Azure API Apps for Web, Mobile and Logic Apps]] video from %%//Build/%% 2015. 
-  * [[http://blogs.u2u.be/michael/post/2017/02/24/Creating-connectors-for-your-Logic-AppsFlow-(Part-1-regular-Connectors).aspx|Creating connectors for your Logic Apps/Flow (Part 1–regular Connectors)]]. +  * [[http://blogs.u2u.be/michael/post/2017/02/24/Creating-connectors-for-your-Logic-AppsFlow-(Part-1-regular-Connectors).aspx|Creating connectors for your Logic Apps/Flow (Part 1–regular Connectors)]] (Feb. 2017)
-  * [[https://blog.geist.no/custom-connectors-taking-azure-logic-and-api-apps-for-a-spin-part-2/|Custom connectors, taking Azure Logic and API apps for a spin - Part 2]].+  * [[https://blog.geist.no/custom-connectors-taking-azure-logic-and-api-apps-for-a-spin-part-2/|Custom connectors, taking Azure Logic and API apps for a spin - Part 2]] (21015).
   * [[https://github.com/logicappsio|Example connectors]] source on GitHub.   * [[https://github.com/logicappsio|Example connectors]] source on GitHub.
  
azure_logic_apps.txt · Last modified: 2017/05/17 01:13 by shawn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki