Highlight
Serverless is powerful and flexible way of delivering fast and scalable solutions in Azure. Today we will get introduction about Azure Function Apps, one of my favorite services and one of the best serverless services out there.
Intro
In this video I will cover basics of Function Apps and show quick demo where I create HTTP service in the portal and BLOB triggered function from Visual Studio Code. All in .NET Core 2.2 version.
Agenda
In today episode I will cover
- Azure Function Apps Overview
- Key Features of Function Apps
- What are bindings and how do they work in the code
- Demo of HTTP function built in portal
- Demo of Blob Triggered function built in Visual Studio Code
Video
Final thoughts
This is second topic from series of topics regarding web and compute solutions Azure, with more to come. Serverless if probably one of the best things in the cloud. Make sure to take advantage of it in your projects.