Getting Started With Azure Functions - HTTP & Timer Triggers

preview_player
Показать описание

Azure Functions are a serverless computing offering on Azure. You can use them to deploy your code to the cloud, without having to provision or manage any infrastructure. Azure Functions run based on a trigger, and there are many to choose from. In this video, I will explore the HTTP and Timer triggers.

Join my weekly .NET newsletter:

Read my Blog here:

Subscribe for more:

Chapters
0:00 Creating an Azure Functions project
1:52 Azure Functions with HttpTrigger
7:01 Configuring middleware for Azure Functions
8:44 Configuring services for Azure Functions
9:08 Running Azure Functions application
11:20 Azure Functions with TimerTrigger
Рекомендации по теме
Комментарии
Автор

Fantastic introduction to Azure Functions + Triggers tutorial! Really like your pacing and editing. Well done!

codester
Автор

wow superb Milan, very clear explanation in simple way. No time waste, just to the point. 👍

sadaqat
Автор

Really nice video. It wiil be awesome if you create a serie with full architecture using azure functions.

longuinni
Автор

Dude you are amazing! Thanks a lot for this tutorial. Keep creating awesome content like this!

AkshayAmbekar-kdzm
Автор

Watching this after recently using a azure functions for a couple of services at work. Nice introductory video. Had a unique requirement to create a functionality that should work on one of those functions. I created a middleware for this and used the "UseWhen" extension method to use the middleware only if a specific function is called.
Keep up the good work.

kaceyezerioha
Автор

Great, I used azure functions in a microservice infrastructure for 1 year and 5 months, are very strong, nice complexity and scalability

roymartinez
Автор

Great video, Milan! If I may, I'd like to suggest creating other Azure Functions video tutorials in which you talk about real-world common scenarios where http triggers come in handy :)
Thank you! Keep rockin'!

vamvdotnet
Автор

Wonderful introduction - short and crisp, the best so far. Request you to have a full course on Azure Functions and Durable Functions with Real World scenarios. Thanks!

rishi.girdhar
Автор

Thanks for sharing. I really appreciate

danielegiovanetti
Автор

Nice video, this year please make more videos like this on Azure.

subashbarik
Автор

It is very short, sweet and great !!!

tctptwincitiestamilpadasal
Автор

I recently used them (V4) for my backend APIs, they are very simple to implement and to deploy.

mouradaissani
Автор

Great video, thanks. Would be awesome to see an example with an Azure Service Bus trigger using MassTransit but then again I think I can manage that after this amazing tutorial.

olagisrarikis
Автор

Great video. Would love to see how we can build proper long running tasks in the azure functions.

sushilb
Автор

Great video. Looking forward to more Azure content. Maybe Microsoft can sponsor a full Azure course, lol

antonmartyniuk
Автор

Good stuff, thank you
Can you post a video about uploading them to azure and all the options there?
Thanks

nimceu
Автор

Very nice and helpful, your video is so good.
But.. I'm wondering how to deploy those Functions to Azure to see them in there to be able to Start/Stop those functions.

chitoan
Автор

would love to see some handy ways of deploying them to azure, perhaps with gh actions?

VicioGaming
Автор

How would you deploy this azure function to azure which you have created in visual studio. Let's say I have 3 environments to deploy. What approach would you take?

VijayKumar-wyku
Автор

Hello Milan! In this case, could i use the azure functions to send e-mails after an operation like a background worker? For example: I need send an e-mail advising that the buy is approved, so, after aprove an product order, will be generate an domain event and this domain event will be storage in a data base and then triggered by function and sended it.

alessandrohudson