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

Alexa on Azure - practical use cases for getting started with Functions

Alexa on Azure - practical use cases for getting started with Functions

In this talk we want to explore the magic of Azure Functions - what are they, what can we do with them and what's so cool about the serverless paradigm.

This session is all about examples: image manipulation, using AI services or building your very own Alexa skill - this is one for the demo gods!

Sebastian Jensen

May 26, 2018
Tweet

More Decks by Sebastian Jensen

Other Decks in Programming

Transcript

  1. Alexa on Azure Practical use cases for getting started with

    Azure Functions Thomas Pentenrieder, Sebastian Jensen | medialesson GmbH
  2. Some Benefits Abstraction of Servers Sub-second billing Speed & Availability

    Instant Scale Focus on Logic Different Languages
  3. Voice Assistant: Alexa • Amazon • April 2014 • Echo

    Family • Windows-PCs later this year… – Demo during Microsoft Build Conference 2018 Alexa
  4. Wording: Skill • Voice Experiences, which can be developed by

    third parties • Extends the available functions • "Voice Apps" with focused functionality • Are currently available for free • Be activated or deactivated via voice commands or companion apps
  5. Pros of Azure Functions • Azure Functions are cheap. •

    Azure Functions are simple for simple scenarios. • The amount of code you write in a function will probably be less than writing the same behavior outside of Azure Functions.
  6. Cons of Azure Functions • The languages and the runtimes

    for Azure Functions are not specialized. • Deploying, authoring, testing, and executing a function is difficult outside of Azure. • Startup time of the function is sometimes a little bit slow.