Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Last active November 5, 2020 20:34
Show Gist options
  • Save marcduiker/a60cbd2efa32fa003a16abc05e496ce9 to your computer and use it in GitHub Desktop.
Save marcduiker/a60cbd2efa32fa003a16abc05e496ce9 to your computer and use it in GitHub Desktop.
VS Live Functions Workshop

VSLive Azure Functions Workshop 2020

This workshop will start with the basics of serverless architectures and explain how Azure Functions play a part in building serverless solutions.

You will learn how to develop Azure Functions using .NET Core and Visual Studio 2019.

Next, you are going to build and deploy these with Azure DevOps using CI/CD.

Also covered is the lifecycle management and operations of serverless solutions.

Among the topics we will cover:

  • Getting started with serverless event-driven architectures and Azure Functions (Marc)

  • Anatomy of an Azure Function: creating and dissecting your first functions (Marc)

  • Knowing your triggers and how to binding your inputs and outputs (Marc)

    • Http
    • Blob
    • Queue
    • Table
  • Build and release of Azure Functions with Azure Pipelines (Alex)

  • Monitoring of Azure Functions (Alex)

  • Build end to end gaming/high score use case. (Alex)

  • Long-running flows with Durable Extensions Framework (Skipping due to time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment