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

Serverless with Azure Functions

Serverless with Azure Functions

Hossam Barakat

July 15, 2017
Tweet

More Decks by Hossam Barakat

Other Decks in Technology

Transcript

  1. @hossambarakat_ • What is Serverless? • What is Azure Functions?

    • Development • Deployment • Monitoring • Pricing Model Agenda
  2. @hossambarakat_ • Extensible Application Performance Management (APM) • Monitor request

    rates, response times, failure rates, exceptions,… • Custom events • Easy to use analytics portal • Built-in alerts • Integration with PowerBI and other analytics services Azure Application Insights
  3. @hossambarakat_ • App Service Plan • Dedicated VMs • Pay

    based on number of VMs • You are responsible of scaling • Consumption Plan • Dynamic Hardware • Pay based on execution • Platform is responsible of scaling Pricing
  4. @hossambarakat_ • Azure Functions development experience and usage of triggers

    and bindings • Azure Functions deployment (Content, Infrastructure- as-code) • Monitoring Azure Functions using Application Insights Summary