A comprehensive course on Azure Functions

What you will learn

Azure Beginners

Serverless

Azure Serverless

Azure Servcies

Description

This course teaches you on how to use Azure Function . This course is for system architects espacially who want to use Terraform  to create complex architecture but it can be enjoyed by beginners and folks with basic understanding of Azure.

This course is for those who have a bit of knowledge of Azure and hence with no knowledge of Azure will find it a bit difficult to grasp the concepts

This course has been curated with a lot of care and deliberation and contains examples that are seen in real software applications .Also all the codebase are provided for in the resource section and please do not hesitate to use them.

Also this course has been shortened to only include information that is important and has been edited to remove all the fluff and unwanted portions .

Also for any doubts and suggestion please do contact me  and i will be glad to hear from you .

Also please do not forget to include reviews for my course as it will motivate me to create more content like this to serve you guys better .

Once again i  thank you for your patience and i hope you have a fabulous time with the course and i will see you soon

Thanks

Rohit Abraham

English

Language

Content

Introduction

Introduction to Serveless

Advantages of Serverless

Disadvantages of Serverless

Serverless Services available in Azure

Compute

DataBase and Storage

Azure Function

Basic definition of Azure Function

Use cases for Azure Functions

Plans

Azure Function Architecture

Input , Output and Trigger

Create our first Function App

Using Console

Using VSCode

Blob Storage

File Transfer with Blob Trigger


Get Instant Notification of New Courses on our Telegram channel.


Simple Azure Function Use http Trigger

http trigger with table

http Trigger insert into table

The host file

What is a host.json file

Update the host file

Configuration File

Add Configuration + Connect to Storage Account

Add a simple Configuration

Timer Trigger with Sendgrid

Create a Time Trigger and send E-mail

Queue Trigger

Basic Queue

Queue with storage

Service Bus

Why Service Bus Queue Over Account Storage Queue

Create a Basic Service Bus Queue

Create a Service Bus Topic

Cosmos DB

First Contact with Cosmos DB

Create Cosmos Database and Collection

Cosmos DB with http Trigger

Cosmos Trigger

Creating a Backend with Cosmos DB

Introduction

API-1

API-2

Securing you API

Authenticate you Azure function using Azure AD

Connect using postman