What you'll learn:
- What does Serverless mean?
- Which features of the Azure platform are Serverless?
- Triggers, input bindings and output bindings
- Confidence to try creating your own Azure functions and logic apps
NEWCOURSE- JUSTLAUNCHEDNOV 2017
You've been working on this app for months. You finally publish it live, and you start letting people know about it. Then you have a new set of problems - checking the CPUusage, worrying about performance, almost hoping that it doesn't get too popular too fast. Do you have to spin up more servers in advance in case there is a spike in demand?
Azure Serverless apps promises to take the stress and worry about application scaling off your hands. If you code your application using logic apps, functions, messages, and events, Azure will add more server power when your application needs it, and will take care of scaling back down when you don't. And you only pay for what you use. No hourly compute charges when a server is running but not doing much.
In this course, we'll look at all of the components of an Azure Serverless app.
- Functions
- Logic Apps
- Event Grid
- CosmosDB
- Azure Storage
- Messaging and Queuing
Beyond the overview, we'll also look at the Azure Portal and see live walkthroughs of creating Serverless apps. Then you'll have a chance to do it yourself using Assignments.
To be sure, Azure Serverless apps aren't perfect or for every situation. Virtual Machines aren't going away. But there are some great uses for these small functions that have specific tasks to perform, and in this course we'll look at how to add Serverless apps to your toolbox.