Companies Home Search Profile

Azure Functions: How to Easily Build Apps in Cloud [2023]

Focused View

Kristijan Kralj

3:44:08

67 View
  • 1 - What Is Serverless Computing.mp4
    03:42
  • 2 - What Is Azure Functions.mp4
    03:46
  • 3 - Quick Demo Create an Azure Function in 2 minutes.mp4
    05:01
  • 4 - Azure Function Pricing.mp4
    05:50
  • 5 - Prerequisite Create or Login to Azure Account Through Azure Portal.mp4
    08:22
  • 6 - Create a New Function App in Azure Portal.mp4
    08:24
  • 7 - Exploring Function App in Azure Portal.mp4
    05:33
  • 8 - Testing a Function in Azure Portal.mp4
    06:12
  • 9 - Delete Created Azure Resources.mp4
    02:17
  • 10 - Section Introduction.mp4
    01:16
  • 11 - Set Up Visual Studio Install Necessary Workloads.mp4
    01:39
  • 11 - Visual Studio 2022 Community version.txt
  • 12 - Azure Storage Explorer.txt
  • 12 - Install Other Developer Tools Postman Azure Storage Explorer.mp4
    02:37
  • 12 - Postman.txt
  • 13 - Create a Function App in Visual Studio.mp4
    05:39
  • 14 - Run Test and Debug a Function Locally.mp4
    03:05
  • 15 - Azure Functions Core Tools.txt
  • 15 - Set Up Visual Studio Code Install Necessary Extensions.mp4
    01:40
  • 15 - Visual Studio Code.txt
  • 16 - Create a Function App Using Visual Studio Code.mp4
    03:48
  • 17 - Section Introduction.mp4
    03:09
  • 18 - ApiFunctionsDemo1.zip
  • 18 - Create Functions and Define API Routes.mp4
    08:57
  • 19 - Create Inmemory Database Dependency Injection.mp4
    08:59
  • 20 - POST API Endpoint.mp4
    09:26
  • 21 - GET API Endpoint.mp4
    05:05
  • 22 - DELETE API Endpoint.mp4
    02:39
  • 23 - PUT API Endpoint.mp4
    06:57
  • 24 - Test Rest API With Postman.mp4
    05:50
  • 25 - ApiFunctionsDemo2.zip
  • 25 - Azure Functions API Source Code.html
  • 26 - Section Introduction.mp4
    00:41
  • 27 - Publish From Visual Studio.mp4
    07:34
  • 28 - Publish From Visual Studio Code.mp4
    04:49
  • 29 - Delete Created Azure Resources.mp4
    02:11
  • 30 - Section Introduction.mp4
    02:13
  • 31 - What Are Bindings.mp4
    03:59
  • 32 - HTTP Trigger Azure Function Use Blob Binding.mp4
    17:57
  • 33 - Timer Trigger Azure Function Use Blob Binding.mp4
    14:09
  • 33 - crontab guru.txt
  • 34 - Blob Trigger Azure Function Use Sendgrid Output to Send Email.mp4
    15:41
  • 34 - SendGrid.txt
  • 35 - Publish Finished Functions to Azure.mp4
    06:47
  • 36 - Delete Created Azure Resources.html
  • 37 - Source Code.html
  • 37 - TriggersBindingsFunctions.zip
  • 38 - Section Introduction.mp4
    02:08
  • 39 - Create Azure SQL Database.mp4
    04:23
  • 40 - Create Order Table.mp4
    03:44
  • 41 - ApiFunctionsDemo2.zip
  • 41 - CREATE New Row in Database.mp4
    06:37
  • 42 - READ Data From Database.mp4
    04:34
  • 43 - UPDATE Data in Database.mp4
    04:35
  • 44 - DELETE Data From Database.mp4
    02:13
  • 45 - Delete Created Azure Resources.html
  • 46 - ApiFunctionsDemoSQL.zip
  • 46 - Azure Functions API Source Code.html
  • 47 - Bonus Lecture.html
  • Description


    Build .NET 7 Applications Using Azure Functions (+ Azure SQL, Blob Storage, Emailing...). Learn In-Demand Azure Skills

    What You'll Learn?


    • How to build your first Azure Function
    • How to send emails with Azure Functions
    • How to work in production with Azure Functions
    • How to build advanced Azure Functions
    • How to deploy Azure Functions

    Who is this for?


  • C# developers who want to use Azure Functions to build serverless applications
  • C# developers who want to learn Azure Functions with practical examples
  • C# developers who want to advance their career by learning about cloud computing
  • More details


    Description

    Do you want to build C# apps using Azure Functions but don’t know where to start?


    • Are you looking for a cheap way to run small or infrequently used code snippets in the cloud?

    • Do you need an application that will process and react to events in real time, but you don’t want to manage servers by yourself?

    • Do you want to build and deploy serverless APIs quickly and easily?


    If your answer to any of the previous questions is yes, then you are in the right place.


    ***


    Welcome to the Azure Functions course, where you'll learn everything you need to know about building serverless applications with Azure Functions.


    Azure Functions is a powerful tool that allows you to run small pieces of code in the cloud, triggered by events such as HTTP requests, database changes, and many others.


    It is a perfect choice for building scalable and cheap solutions that can solve anything from simple tasks to complex workflows.


    In this course, you will create your first Azure Function, work with different triggers, inputs, and outputs, and deploy your functions to production environments.


    We'll also show you how to create a REST API with Azure Functions and how to work with Azure SQL databases.


    ***


    This course is not for you if you don’t know C# or you are already very experienced with Azure Functions.

    But if you are a C# developer who wants to build applications using Azure Functions and gain cloud skills that are highly paid, then this course is the best way to start.


    ***


    By the end of this course, you'll have all the tools you need to create efficient and reliable Azure Functions applications.


    And who am I?

    My name is Kristijan and an Azure-certified developer. I’ve been developing C# enterprise applications using Azure Cloud for several years now, and I want to show you how you can start building Azure apps today.


    ***


    And if you ever get stuck, the course has very active QA support from other students and me. The course also has a 30-day money-back guarantee, meaning you don’t risk anything.


    With easy-to-follow lessons and hands-on exercises, you'll gain the skills and knowledge needed to become an expert in Azure Functions development.


    So, if you want a course showing you how to build Azure Functions apps, look no further. Click the enroll button and start building today!


    Who this course is for:

    • C# developers who want to use Azure Functions to build serverless applications
    • C# developers who want to learn Azure Functions with practical examples
    • C# developers who want to advance their career by learning about cloud computing

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Kristijan Kralj
    Kristijan Kralj
    Instructor's Courses
    Ever since I was in elementary school, I knew two things: I want to code and teach others what I already know. That's why through the college I was helping friends to learn to code.After graduating and getting my masters degree in Informatics, I got a job as a software developer.For the last 10 years, I have been developing .NET applications.And now I want to help other people by teaching them everything that I know, so they can progress in their career and life.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 41
    • duration 3:44:08
    • Release Date 2023/06/06