Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Put Your Web App on a Diet with Azure Functions @ DUUGFest 2018

Put Your Web App on a Diet with Azure Functions @ DUUGFest 2018

Slides of my presentation at DUUGFest 2018 in Utrecht, NL.

Abstract:
Have you fed your (CMS based) web application with too much responsibility? Is the application still testable? Scalable? Resilient? Consider putting your web application on a diet by moving responsibilities outside the web app.

In this talk, I'll show how you can use Azure Functions in combination with your web app. I'll demonstrate various function triggers & bindings, local development & debugging and deployment to the cloud.

Marc Duiker

October 05, 2018
Tweet

More Decks by Marc Duiker

Other Decks in Programming

Transcript

  1. Marc Duiker Azure Functions Front end Web App Back end

    Web App External services Caching DB Relational DB
  2. Marc Duiker Azure Functions Front end Web App Back end

    Web App External services Caching DB Relational DB Recommendations Customer Registration Ordering History Purchasing Reporting Dashboard FRANKENSTEIN SOLUTION Batch product processing
  3. Marc Duiker Azure Functions Code Input 0-n Trigger 1 Output

    0-n Function https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings#supported-bindings