- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 152字
- 2021-07-02 20:23:00
Introduction
Every software application needs backend components that are responsible for taking care of the business logic and storing the data into some kind of storage such as database, filesystem, and so on. Each of these backend components could be developed using different technologies. Azure serverless technology also allows us to develop these backend APIs using Azure Functions.
Azure Functions provide many out-of-the-box templates that solves most of the common problems such as connecting to storage, building Web APIs, cropping the images, and so on. In this chapter, we will learn how to use these built-in templates. Along with learning the concepts related to Azure serverless computing, we will also try to implement a solution to a basic domain problem of creating components required for any organization to manage the internal employee information.
Below is a simple diagram that helps you understand what we will be going to achieve in this chapter:
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Selenium Design Patterns and Best Practices
- Python程序設計案例教程
- SQL Server從入門到精通(第3版)
- 案例式C語言程序設計實驗指導
- Python機器學習算法與應用
- 大學計算機基礎
- Python面試通關寶典
- 城市信息模型平臺頂層設計與實踐
- 熱處理常見缺陷分析與解決方案
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- 代碼整潔之道:程序員的職業素養
- Hands-On Machine Learning with ML.NET