serverless architecture with azure functions · 2020-05-18 · serverless architecture with azure...

81
© Noser Engineering AG 2016, Alle Rechte vorbehalten. Serverless Architecture with Azure Functions Mark Allibone @mallibone

Upload: others

Post on 30-May-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

© Noser Engineering AG 2016, Alle Rechte vorbehalten.

Serverless Architecture with

Azure Functions

Mark Allibone

@mallibone

Page 2: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

22

Mark Allibone, Head of Mobile

@mallibone

Noser Engineering AG

Ambassador

https://mallibone.com

Page 3: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

33

Serverless Architecture

Page 4: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

44

Page 5: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

55

Service Oriented Architecture

Page 6: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

66

Service Oriented Architecture

Page 7: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

88

Page 8: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

9

A Monolith

Page 9: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

10

Monolith at scale

Page 10: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

11

Page 11: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

1212

Microservices

Page 12: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

1313

Page 13: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

14

Microservices

Page 14: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

15

Scaling Microservices

Page 15: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

1616

Microservices: “SOA done right”

Page 16: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

17

In a world without Azure…

Web App

Webserver

Server

Page 17: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

18

Page 18: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

19

Web App

Azure App Service

Page 19: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

2020

No Infrastructure setup

Page 20: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

2121

Minimal configuration

Page 21: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

2222

Which service do we have to scale?

Page 22: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

2323

Developing and Scaling

at Method Level

Page 23: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

24

Page 24: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

2525

Azure Functions allows building

scalable reactive systems without the

setup hassle.

Page 25: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

26

Demo

Page 26: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

27

HTTPS

Page 27: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

28

C#

Page 28: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

2929

Easy setup

Page 29: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3030

Page 30: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3131

Page 31: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3232

Page 32: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3333

Page 33: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3434

Page 34: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3535

Sharing functionality between

functions

Page 35: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

36

Demo

Page 36: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

37

HTTPS

Page 37: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

3939

What about NuGet?

Page 38: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

4040

Page 39: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

4141

Page 40: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

4242

Page 41: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

4343

Building a processing pipeline

Page 42: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

44

HTTPS

Page 43: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

45

Demo

Page 44: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

46

HTTPS

Page 45: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

47

HTTPS

Page 46: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

4848

Page 47: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

4949

Developing in VS Code

Page 48: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5050

Page 49: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5151

Page 50: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5252

Create locally

Page 51: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5555

Page 52: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5757

Edit

Page 53: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5858

Page 54: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

5959

Config

Page 55: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6060

Page 56: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6161

Run

Page 57: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6262

Page 58: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6363

Page 59: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6464

Visual Studio 2017.3 (Preview)

Page 60: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6666

Page 61: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6767

Page 62: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6868

Deployment via Ctrl-C & Ctrl-V?

Page 63: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

6969

Push from Dev machine to

Production?

Page 64: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7070

Page 65: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7171

Deploying Code

Page 66: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7272

Page 67: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7373

Page 68: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7474

Page 69: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7575

Publish via Git

Page 70: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7676

Page 71: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7777

Manage Deployments

Page 72: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7878

Page 73: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

7979

Coding on a live environment…

Page 74: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

8080

Page 75: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

8181

Page 76: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

8282

Deploy from Code Repository

Page 77: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

83

Takeaways

• Azure Functions are awesome

• More is coming!

Page 78: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

84

Takeaways

• Easy setup, minimal configuration, great scalability for simple and complex

pipelines

• Develop locally in Visual Studio Code or Visual Studio

• Deploy from Git Repository Branch and Roll Back if needed

Page 79: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

8585

Make your

Users Happy

by creating

responsive

apps that scale

Page 80: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

8686

Thank you for coming and happy

coding!

@mallibone

Page 81: Serverless Architecture with Azure Functions · 2020-05-18 · Serverless Architecture with Azure Functions Mark Allibone @mallibone. 2 Mark Allibone, Head of Mobile ... A Monolith

Vielen Dankfür Ihre Aufmerksamkeit!

Mark Allibone

[email protected]