Serverless in Action
This abstract supersedes the From Zero to Serverless session
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.
Short Abstract
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? Serverless computing will help you do that quickly and without the mess and fuss of dealing with infrastructure.
Type
45/60/75-minute session
Tags
- Azure
- Cloud
- Serverless
- Architecture
Learning Objectives
- Understanding exactly what serverless is and why it’s so important
- Understanding how to start building serverless functions using Azure Functions
- Understand best practices while moving to a serverless architecture
Presentations
Event | Location | Date |
Roanoke Valley .NET User Group | Roanoke, VA (Online) | October 7, 2021 |
TechBash 2019 | Pocono Manor, PA | November 12 – 14, 2019 |
DevSpace 2019 | Huntsville, AL | October 11-12, 2019 |
Scenic City Summit | Chattanooga, TN | October 4, 2019 |
Code Stock 2019 | Knoxville, TN | April 12-13, 2019 |
Also, check out the From Zero to Serverless session which this supersedes.