/
A Deep Dive into Logic Apps A Deep Dive into Logic Apps

A Deep Dive into Logic Apps - PowerPoint Presentation

KissesForYou
KissesForYou . @KissesForYou
Follow
343 views
Uploaded On 2022-08-03

A Deep Dive into Logic Apps - PPT Presentation

03082017 Sunny Sharma We will discuss Workflow Schema Definition Triggers Flow Controls Monitoring Visual Studio Tooling for Logic Apps Workflow Schema Definition ID: 933776

azure definition logic max definition azure max logic flow triggers schema workflow actions parameters apps specifies loop place holders

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "A Deep Dive into Logic Apps" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

A Deep Dive into Logic Apps 03.08.2017

Sunny Sharma

Slide2

We will discuss:

Workflow Schema Definition

Triggers

Flow Controls

Monitoring

Visual Studio Tooling for Logic Apps

Slide3

Workflow Schema Definition

{

"$schema": "<location of the JSON schema file>",

"

contentVersion

": "<specifies the version of the definition>",

"parameters": { <list of input parameters> }, // max 50

"triggers": [ { <definition-of-flow-triggers> } ], // max 250

"actions": [ { <definition-of-flow-actions> } ], // max 250

"outputs": { <output-of-definition> } // max 10

}

Slide4

Triggers

A trigger specifies the calls that can initiate a run of your logic app workflow

Slide5

Parameters

place holders to keep the values that are subject to change

Slide6

Output

place holders to keep the values that are subject to change

Slide7

Flow Controls

For Each Loop - can iterate

upto

5000 actions, in parallel.

Do Until Loop - exit by Timeout/Iteration Count

SplitOn

Slide8

Monitoring

Slide9

Logic Apps Tooling

Azure Portal

Azure PowerShell

Azure CLI tools

Azure Resource Manager templates

Visual Studio

Slide10

Q & A

Slide11

Thank you!