AZ-204: Implement Azure Functions

Go to class
Write Review

Free Online Course: AZ-204: Implement Azure Functions provided by Microsoft Learn is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge.

Overview
    • Module 1: Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.
    • After completing this module, you will be able to:

      • Explain functional differences between Azure Functions, Azure Logic Apps, and WebJobs
      • Describe Azure Functions hosting plan options
      • Describe how Azure Functions scale to meet business needs
    • Module 2: Learn how to create and deploy Azure Functions.
    • After completing this module you will be able to:

      • Explain the key components of a function and how they are structured
      • Create triggers and bindings to control when a function runs and where the output is directed
      • Connect a function to services in Azure
      • Create a function by using Visual Studio Code and the Azure Functions Core Tools
    • Module 3: Learn how Durable Functions can simplify complex, stateful coordination requirements in serverless applications.
    • After completing this module, you'll be able to:

      • Describe the app patterns typically used in durable functions
      • Describe the four durable function types
      • Explain the function Task Hubs perform in durable functions
      • Describe the use of durable orchestrations, timers, and events

Syllabus
    • Module 1: Explore Azure Functions
      • Introduction
      • Discover Azure Functions
      • Compare Azure Functions hosting options
      • Scale Azure Functions
      • Knowledge check
      • Summary
    • Module 2: Develop Azure Functions
      • Introduction
      • Explore Azure Functions development
      • Create triggers and bindings
      • Connect functions to Azure services
      • Exercise: Create an Azure Function by using Visual Studio Code
      • Knowledge check
      • Summary
    • Module 3: Implement Durable Functions
      • Introduction
      • Explore Durable Functions app patterns
      • Discover the four function types
      • Explore task hubs
      • Explore durable orchestrations
      • Control timing in Durable Functions
      • Send and wait for events
      • Knowledge check
      • Summary