Jeremy Likness
Jeremy Likness
Empowering developers to be their best.
📅 May 28, 2019 🕘 3 min read 💬 447 words

Serverless Video: Less Servers, More Code

Learn about the Azure serverless platform and how Azure Functions, Event Grid, and Logic Apps work together to deliver cloud native experiences.

You are viewing a limited version of this blog. To enable experiences like comments, opt-in to our privacy and cookie policy.

Serverless. It’s a word that marketing teams around the world love to associate with cloud-based offerings, but what does it really mean? What’s the difference between fully managed offerings and true “serverless?” Are there really no servers involved? Should you migrate existing application services to serverless? How do you decide what new projects should incorporate serverless?

Image showing elements of serverless

The following video was recorded as part of Microsoft Ignite | The Tour and answers these questions. It starts by explaining the difference between serverless and other cloud application models, then explores various components of the Azure serverless platform including Azure Functions, Logic Apps, and Event Grid. Uncover the scenarios that make sense for serverless and see it in action with hands-on demos you can run yourself.

In this video you will see:

  • An example of how serverless automatically scales to handle incoming requests without user intervention
  • The use of serverless publisher/subscriber infrastructure to communicate between applications and trigger business events
  • How to implement long-running stateful workflows
  • Integrations built from scratch that can respond in real-time to events and trigger emails or interact with machine learning services to describe images

Microsoft Ignite | The Tour was an event that spanned the globe and featured presentations about new ways to code, how to optimize your cloud infrastructure and approaches to modernization. The tour introduced Tailwind Traders and a set of integrated applications designed to showcase enterprise cloud applications. This session explains how Tailwind Traders uses serverless to handle inventory transactions including queries at scale, workflows that manage the lifecycle of inventory items, and integrations that send email notifications for important events and auto-generate captions when inventory images are uploaded.

Twitter capabilities are limited without consent. For the full experience:   

All of the code in the presentation is open source and available for you to download, build, run locally and deploy to Azure.

microsoft/IgniteTheTour

Without further ado, here is your video!

This presentation is just one of over 140 videos recorded as part of the tour. You can access them all via this playlist.

Did the video help clarify for you what serverless is and how it relates to your work? Do you have any questions or feedback? Please use the comments below and let us know your thoughts!

Do you have an idea or suggestion for a blog post? Submit it here!

Related articles:

This post originally appeared at Serverless Video: Less Servers, More Code