- 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.
推薦閱讀
- 演進式架構(原書第2版)
- Go Web編程
- Visual C++程序設計教程
- C語言程序設計(第3版)
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 假如C語言是我發明的:講給孩子聽的大師編程課
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- PhpStorm Cookbook
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- ExtJS高級程序設計
- ServiceNow:Building Powerful Workflows
- iOS自動化測試實戰:基于Appium、Python與Pytest
- SQL Server 2008中文版項目教程(第3版)
- Mockito Essentials