Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1 KB

File metadata and controls

36 lines (19 loc) · 1 KB

AZ-204 Demo: Create a custom connector in Logic Apps

In the demo you create custom connector to read product list from Web API and save the list of the products in storage account in files.

Before delivery:

  • API Apps application. You can reuse exited application from APIM or build the new. Basic API sample

  • Swagger documentation should be downloaded as file.

Swagger documentation

  • Custom connector created as new Azure Resource Logic App Custom Connector

Connector

Connector Setup

In class:

  1. Demonstrate WebApp and Swagger

  2. Demonstrate Custom Connector

  3. Create new Logic App from template triggered by schedule and add operation from custom connector

Logic app

  1. Provide access to storage account where files will be created.

  2. Run the Logic App

  3. Demonstrate created files.

Files