Create serverless applications
- Offered byMicrosoft
Create serverless applications at Microsoft Overview
Duration | 9 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Create serverless applications at Microsoft Highlights
- Learn how to orchestrate a long-running workflow as a set of activities using Durable Functions
- Learn how to trigger an Azure function with a GitHub webhook and parse the payload for insights
Create serverless applications at Microsoft Course details
- Create an Azure Function app in the Azure portal
- Execute a function using triggers
- Explore Durable Functions
- Determine which trigger works best for your business needs
- Create new functions projects and functions
- Run and test functions locally
- Create a timer trigger to invoke a function on a consistent schedule
- Explore what types of data sources can be accessed through bindings
- Learn how to leverage functions to execute server-side logic and build serverless architectures
Create serverless applications at Microsoft Curriculum
Choose the best Azure service to automate your business processes
Introduction
Identify the technology options
Analyze the decision criteria
Choose the best design-first technology to automate your business process
When to choose Azure Functions to run your business logic
Knowledge check
Summary
Create serverless logic with Azure Functions
Introduction
Decide if serverless computing is right for your business needs
Exercise - Create a function app in the Azure portal
Run your code on-demand with Azure Functions
Exercise - Add logic to the function app
Summary
Execute an Azure Function with triggers
Introduction
Determine the best trigger for your Azure function
Run an Azure Function on a schedule
Exercise - Create a timer trigger
Execute an Azure function with an HTTP request
Exercise - Create an HTTP trigger
Execute an Azure function when a blob is created
Exercise - Create a Blob trigger
Summary
Chain Azure Functions together using input and output bindings
Introduction
Explore input and output binding types
Exercise - Explore input and output binding types
Read data with input bindings
Exercise - Read data with input bindings
Write data with output bindings
Exercise - Write data with output bindings
Summary
Create a long-running serverless workflow with Durable Functions
Introduction
What is Durable Functions?
Design a workflow based on Durable Functions
Exercise - Create a workflow using Durable Functions
Control long-running tasks using timers
Exercise - Add a durable timer to manage a long-running task
Summary
Develop, test, and publish Azure Functions by using Azure Functions Core Tools
Introduction
Create and run Azure Functions locally by using the Core Tools
Exercise - Create a function locally using Core Tools
Publish a function to Azure using Core Tools
Exercise - Publish a function to Azure using Core Tools
Summary