12
Beginning Logic Apps – Part 2 Mikael Sand https://se.linkedin.com/in/mikaelsand

Beginning Logic Apps – Part 2

Embed Size (px)

Citation preview

Beginning Logic Apps – Part 2

Mikael Sand

https://se.linkedin.com/in/mikaelsand

Beginning Logic Apps – Part 2

Mikael Sand

https://se.linkedin.com/in/mikaelsand

LOGIC APPS

A BEGINNER’S

GUIDE PART 2

2017-12-04 STOCKHOLM

Publicity: Open

WELCOME

Mikael Sand

Long time blogger & community contributor

Did 10 years of BizTalk!

Works for Enfo Sweden

Practice lead for Microsoft integration

@mikaelsand

Mikaelsand.com

[email protected]

AGENDA 1 . QUICK RECAP PART 1

2 . A LOT OF CONCEPTSUsing the Azure Portal only this time

Code Behind

Flow control – loops etc

Parallel actions

Scope

Run after

Variables

Expressions

Retry policy

Calling other Logic Apps

3 . Q&A / JAM SESSIONTime left?

Last time on Beginning Logic Apps…

• A changing world, in IT and integration space

• Be ready to change – experiment

• Logic Apps is Software as a Service

• Connect different APIs

• Workflow – Logic - Reusability

• Web and cloud based

WHY LOGIC APPS

• This shoud be familiar

JSON

{"IsThisGoodNews":false,"Your text":"The food was bad and the waitor was mean.","Person": {

"FirstName":"Mikael","LastName":"Sand"

}}

• Basically what the web runs on : HTTP

• Typical CRUD operations are replaced by

– Create : POST

– Read: GET

– Update: PUT

– Delete: DELETE

REST

• This should be familiar

REST