1
 Create Serverless Applications

Choose the best Azure service to automate your business processes

Microsoft Azure provides several different ways to host and execute code or workflows without using Virtual Machines (VMs) including Azure Functions, Microsoft Power Automate, Azure Logic Apps, and Azure WebJobs. In this module, you will learn about these technologies and how to choose the right one for a given scenario.

Upon completion of this module, you’ll be able to:

  • Evaluate Azure services for integration and process automation scenarios

Create serverless logic with Azure Functions

Azure Functions allow developers to host business logic that can be executed without managing or provisioning infrastructure.

In this module, you will:

  • Decide if serverless computing is right for your business need
  • Create an Azure Function app in the Azure portal
  • Execute a function using triggers
  • Monitor and test your Azure Function from the Azure portal

Execute an Azure Function with triggers

 trigger is responsible for executing an Azure function and there are dozens of triggers to choose from. This module will you show you some of the most common types of triggers and how to configure them to execute your logic.

In this module, you will:

  • Determine which trigger works best for your business needs
  • Create a timer trigger to invoke a function on a consistent schedule
  • Create an HTTP trigger to invoke a function when an HTTP request is received
  • Create a blob trigger to invoke a function when a blob is created or updated in Azure Storage

Chain Azure Functions together using input and output bindings

Azure Functions makes it easy for your function code to integrate with data and services. Through the power of bindings, you declare the data sources to read and write, and let Azure Functions take care of the rest.

In this module, you will:

  • Explore what types of data sources can be accessed through bindings
  • Read data from Azure Cosmos DB using Azure Functions
  • Store data in Azure Cosmos DB using Azure Functions
  • Send messages to Azure Queue Storage using Azure Functions

Create a long-running serverless workflow with Durable Functions

Learn how to orchestrate a long-running workflow as a set of activities using Durable Functions.

In this module, you will:

  • Explore Durable Functions
  • Design a long-running approval process workflow
  • Implement a long-running approval process workflow using Durable Functions

Develop, test, and publish Azure Functions by using Azure Functions Core Tools

Use the Azure Functions Core Tools to create and run functions on a development computer and publish them to Azure.

By the end of this module, you will be able to use the Azure Functions Core Tools to:

  • Create new functions projects and functions
  • Run and test functions locally
  • Publish functions to Azur

Related Courses – Learn Online Now

Microsoft Azure Training – Administrator Associate (AZ-103)

AWS Cloud Developer Training – Exam 4504

AWS Certified Solutions Architect-Associate+Professional (2 in 1)

Docker Training (DevOps) with Kubernetes and Swarm

Mastering Python – Machine Learning Training Course

CompTIA Cyber Security Analyst (CySA+) Certification

CCNA Routing & Switching Certification

Data Sciences Specialization Course

Ethical Hacking Certification Training Course | with KALI LINUX

sharing is caring