Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Azure Functions, durable functions
Rating: 4.0 out of 5(1 rating)
391 students

Azure Functions, durable functions

Learn all about Serverless Computing with Azure Durable Orchestration Functions, triggers
Created byTarif Aljnidi
Last updated 6/2024
English

What you'll learn

  • Develop and test Azure Functions using Azure Portal editor.
  • Understand Azure Functions Bindings and Triggers .
  • Create cosmos DB using data explorer in azure portal .
  • Develop and test and deploy Azure Functions using Visual Studio and Visual Studio Code .
  • Create http trigger in visual studio code to interact with container inside cosmos database .
  • Develop and test event hub trigger .
  • Add trigger to app logic designer with watch variables for logs each time data is cahnged in cosmos db .
  • Overview about Durable orchestrations functions template structure and workflow .
  • Monitor Azure Functions logs for possible errors using Application Insights.
  • Deploy Azure Functions App .

Course content

12 sections35 lectures2h 31m total length
  • Introduction2:25

    Deploy scalable, cost-efficient applications with Azure Functions, a serverless platform. Scale automatically, support multiple languages, and integrate with Azure Blob Storage, Event Hubs, and Cosmos DB.

Requirements

  • Azure Portal Account
  • Visual Studio 2019/2022

Description


In this course we will be learning about azure function which is a serverless concept of cloud design that allows a piece of code to be deployed and executed without any need of server infrastructure .

It can be written in multiple languages like C#, Java,...

These services are so helpful that if you have to implement the same functionality using traditional language

it will take you a lot of time in comparing to using azure functions .

Knowing these services is critical since they can solve some complex real world scenarios with ease .


In this course you will learn how to create Azure Functions using azure Portal, visual studio, and visual studio code, and explore the different triggers, bindings and deployment models that are available.


you will learn how to:


  • Develop and test Azure Functions using Azure Portal editor.

  • Understand Azure Functions Bindings and Triggers .

  • Create cosmos DB using data explorer in azure portal .

  • Develop and test and deploy Azure Functions using Visual Studio and Visual Studio Code .

  • Create http trigger in visual studio code to interact with container inside cosmos database .

  • Develop and test event hub trigger .

  • Add trigger to app logic designer with watch variables for logs each time data is changed in cosmos db .

  • Overview about Durable orchestrations functions template structure and workflow .

  • Monitor Azure Functions logs for possible errors using Application Insights.

  • Deploy Azure Functions App .


Mastering Azure Functions can get you a job as a cloud developer. It's a in demand skill in software development industry,

particularly nowadays with the rise of serverless cloud computing .

By the end of this course, you should have a fundamental understanding of what Microsoft Azure Functions are, how they can be used and how they can interact with other functions, and the core knowledge you need to build serverless applications using Azure Functions .



Who this course is for:

  • Developers looking for in-depth knowledge on Azure Trigger
  • Developers who want to learn about Azure's serverless applications