- Learning Azure Functions
- Manisha Yadav Mitesh Soni
- 122字
- 2021-07-08 10:15:26
Serverless computing
Serverless is not actually serverless. It means that users only need to manage code/application and not servers. The server will be managed by the service provider. We as a user only pay when our code or function is executed in the serverless or in the server that is not managed by us. Scaling is based on the request and pricing differs based on the service provider. AWS Lambda and Azure Functions are two examples of serverless computing or Function as a Service (FaaS). AWS provides a pay-as-you-go billing model, while Microsoft Azure provides a consumption plan as well as an App Service plan for Azure Functions. We will cover this in detail in a comparison table later in the chapter.
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- LabVIEW 2018 虛擬儀器程序設(shè)計
- Software Defined Networking with OpenFlow
- Mastering Entity Framework
- Python語言程序設(shè)計
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- Java程序設(shè)計與實踐教程(第2版)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Getting Started with NativeScript
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Mastering Business Intelligence with MicroStrategy
- Beginning C++ Game Programming
- Building Dynamics CRM 2015 Dashboards with Power BI
- Mastering Concurrency Programming with Java 9(Second Edition)
- Oracle Data Guard 11gR2 Administration Beginner's Guide