Choose the best Azure service to automate your business processes
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
Create serverless logic with Azure Functions
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
Execute an Azure Function with triggers
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
Chain Azure functions together using input and output bindings
Explore input and output binding types
Exercise – Explore input and output binding types
Exercise – Explore input and output binding types JavaScript
Exercise – Explore input and output binding types Powershell
Read data with input bindings
Exercise – Read data with input bindings Javascript
Exercise – Read data with input bindings Powershell
Write data with output bindings
Exercise – Write data with output bindings Javascript
Exercise – Write data with output bindings Powershell
Create a long-running serverless workflow with Durable Functions
What is Durable Functions?
What is Durable Functions? Knowledge Check
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
Develop, test, and deploy an Azure Function with Visual Studio
Create and test a simple Azure Function locally with Visual Studio
Exercise – Create and test a simple Azure Function locally with Visual Studio
Publish a simple Azure Function
Exercise – Publish a simple Azure Function
Exercise – Unit test an Azure Function
Monitor GitHub events with an Azure Function triggered by a webhook
Create a function that is triggered by a webhook
Exercise – Create an Azure function triggered by a webhook
Set up a webhook for a GitHub repository
Exercise – Set up a webhook for a GitHub repository
Trigger an Azure Function with a GitHub event
Exercise – Trigger an Azure Function with a GitHub event
Secure Webhook payloads with a secret
Exercise – Secure webhook payloads with a secret