Thanks for attending Serverless in Action at CodeStock 2019!
Serverless in Action
Have you ever needed the ability to develop something simple for a business request but did not want to go through the trouble of creating a full application? Well, that is where Azure Functions comes into play. Azure Functions provides a serverless computer service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. Literally, within a couple of minutes, you can develop a function that can perform critical business need using the development languages you already use.
During this session, we will walk through some real-world examples using C# and JavaScript that will allow you to back and start using this great service right away.
Learning Objectives
- Learn the what is serverless computing
- Learn what is Azure Functions and how to use it to develop business-critical functionality
- Learn about the different Azure Function triggers and bindings that allow you to tie in many other Azure resources