Slide 1

Slide 1 text

No Server, No Cry Introducing Serverless @daronyondem http://daron.me

Slide 2

Slide 2 text

How does the cloud look today?

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

What’s bad with containers? • Containers are the new VMs! • Server Patching > Container Image Batching • Container Orchestration is hard.

Slide 6

Slide 6 text

“Everything's gonna be all right!” Bob Marley

Slide 7

Slide 7 text

What is serverless? It’s the way cloud should be!

Slide 8

Slide 8 text

Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS") Martin Fowler

Slide 9

Slide 9 text

What I understand? • Worry/care just about your code. • Pay per use metering units at max optimization. (GB/s) • No commitment, no hardware provisioning (really?)

Slide 10

Slide 10 text

Serverless != Microservices • You can have a fleet of EC2 instances, running containers, orchestrating and still worry about infrastructure. • You can have dozens of functions tightly coupled and delivered as a behemoth.

Slide 11

Slide 11 text

Azure Functions 101 • C# Script, .NET Libraries, F#, JavaScript, Java • Schedule, Http, Storage, Queues, SQL, CosmosDB, Push Notifications, Twilio, SendGrid, Microsoft Graph, Webhooks.

Slide 12

Slide 12 text

DEMO

Slide 13

Slide 13 text

Function Proxies

Slide 14

Slide 14 text

Durable Functions

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

Resources / Links • Documentation • https://docs.microsoft.com/en-us/azure/azure-functions/ • Azure Functions Runtime (Run on-prem) • https://docs.microsoft.com/en-us/azure/azure- functions/functions-runtime-overview

Slide 17

Slide 17 text

Thanks! Slides here => http://daron.me/decks Daron Yöndem http://daron.me | @daronyondem