Chapter 8
Running Serverless Apps in Azure
IN THIS CHAPTER
Understanding serverless compute
Designing and implementing Azure function apps and Azure Functions
Planning, designing, and testing Azure Logic Apps
This chapter moves into the wonderful world of serverless computing in Azure. I begin by demystifying the buzzword serverless and then discuss how to create Function Apps and Logic Apps in Azure.
Defining Serverless
The term serverless gets a lot of attention nowadays. What does it mean? I’ll try to cut through marketing jargon and explain the concept succinctly.
App Service apps provide lots of flexibility, in that you don’t have to manage the underlying infrastructure but you still have an entire application to deal with. The idea behind serverless apps is that Microsoft abstracts almost the entire environment from you. You can pretty much upload a single source-code function and instruct Azure to run it based on a predefined trigger event.
We all know that there’s no such thing as serverless in a physical sense. All App Service apps rely on Linux or Windows Server virtual machines (VMs) under the hood. The term simply denotes an increased abstraction layer for Azure developers, ...
Get Microsoft Azure For Dummies, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.