21st century background services with azure logic apps and ...€¦ · 21st century background...

42
21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Upload: others

Post on 09-Oct-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

21st Century Background Services with Azure Logic Apps

and Azure Functions

Kevin Griffin@1kevgriff

Page 2: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

About Me

Kevin Griffin

10x Microsoft MVPASP.NET Core, Azure, and Web

consultwithgriff.comtwitter.com/1kevgrifftwitch.com/1kevgriff

Say nice things about me on twitter.com/1kevgriff

Page 3: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Say nice things about me on twitter.com/1kevgriff

Page 4: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Say nice things about me on twitter.com/1kevgriff

All details for THIS talk at:

https://consultwithgriff.com/21st-century/

Page 5: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Background Services

Web AppInternet

Database

Background Services

Say nice things about me on twitter.com/1kevgriff

Page 6: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Background Services

• Sending Email• Processing Payments• Cleaning up database/filesystem• Recurring tasks• And More!Background Services

Say nice things about me on twitter.com/1kevgriff

Page 7: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Background Services

Say nice things about me on twitter.com/1kevgriff

Page 8: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Background Services

Say nice things about me on twitter.com/1kevgriff

Page 9: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Background Services

Say nice things about me on twitter.com/1kevgriff

Page 10: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Logic Apps

• Zapier or IFTTT for Developers and Business People

• Task oriented• Low/No Code

Say nice things about me on twitter.com/1kevgriff

Page 11: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Logic Apps

Trigger•Recurrence•Webhook•Other

Action •Azure Functions

•Http Request

Action•SQL Server•Azure Storage•And More…

Say nice things about me on twitter.com/1kevgriff

Page 12: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Consumption Based Pricing

Say nice things about me on twitter.com/1kevgriff

Page 13: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

DemoTouring the Azure Logic Apps Editor

Say nice things about me on twitter.com/1kevgriff

Page 14: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Expression Editor

Say nice things about me on twitter.com/1kevgriff

Page 15: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Expression Editor

Say nice things about me on twitter.com/1kevgriff

Page 16: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Managing Dependency Errors

Say nice things about me on twitter.com/1kevgriff

Page 17: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 18: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 19: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 20: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 21: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 22: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 23: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 24: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 1: Processing Incoming Email

Say nice things about me on twitter.com/1kevgriff

Page 25: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Connectors

• Hundreds of connectors to external services

• Authorization is stored outside of Azure Logic Apps

• Reusable

• You can write custom connectors as well!

Say nice things about me on twitter.com/1kevgriff

Page 26: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Connectors

• Each connector has multiple triggers and actions

Say nice things about me on twitter.com/1kevgriff

Page 27: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Azure Functions as a Fallback

• Logic Apps does little on its own.

• Azure Functions are an amazing way to insert missing functionality.

“If only I could write a line of code”Say nice things about me on twitter.com/1kevgriff

Page 28: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Azure Functions Example

Say nice things about me on twitter.com/1kevgriff

Page 29: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Azure Functions Example

Say nice things about me on twitter.com/1kevgriff

Page 30: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2Webhooks

Say nice things about me on twitter.com/1kevgriff

Page 31: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2: Webhook Processing

Say nice things about me on twitter.com/1kevgriff

Page 32: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2: Webhook Processing

Say nice things about me on twitter.com/1kevgriff

Page 33: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2: Webhook Processing

Say nice things about me on twitter.com/1kevgriff

Page 34: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2: Webhook Processing

Say nice things about me on twitter.com/1kevgriff

Page 35: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2: Webhook Processing

Say nice things about me on twitter.com/1kevgriff

Page 36: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 2: Webhook Processing

Say nice things about me on twitter.com/1kevgriff

Page 37: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Code View

Say nice things about me on twitter.com/1kevgriff

Page 38: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 3Blob Cleanup

Say nice things about me on twitter.com/1kevgriff

Page 39: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 3: Blob Cleanup

Say nice things about me on twitter.com/1kevgriff

Page 40: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 3: Blob Cleanup

Say nice things about me on twitter.com/1kevgriff

Page 41: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Scenario 3: Blob Cleanup

Say nice things about me on twitter.com/1kevgriff

Page 42: 21st Century Background Services with Azure Logic Apps and ...€¦ · 21st Century Background Services with Azure Logic Apps and Azure Functions Kevin Griffin @1kevgriff

Thanks!

Kevin Griffin

twitter.com/1kevgriffconsultwithgriff.com

Say nice things about me on twitter.com/1kevgriff