From the course: Migrating to Azure

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Going serverless

Going serverless - Azure Tutorial

From the course: Migrating to Azure

Start my 1-month free trial

Going serverless

- [Instructor] Okay, so now I want to talk about something rather strange and that serverless functions. Wait, what, how can it be serverless? Surely there's a server somewhere. Well, yes, of course there is. In fact there are probably thousands of them but not that you need to worry about any of that. With serverless computing you don't worry about infrastructure or resources at all. In fact all you do is write the code that has to be executed. Consider this example. On the website customers can write reviews sharing their experiences with our great products. Now, currently the marketing team have to manually moderate these reviews which takes considerable time. With a serverless architecture and a little thought we can entirely automate this process. Freeing up considerable time for the marketing team to add value elsewhere. As reviews are added, they're placed on a queue and any images associated or dropped into blob…

Contents