- 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:
- Apache ZooKeeper Essentials
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進(jìn)階
- C語言程序設(shè)計基礎(chǔ)與實驗指導(dǎo)
- 新手學(xué)Visual C# 2008程序設(shè)計
- Koa開發(fā):入門、進(jìn)階與實戰(zhàn)
- Python Network Programming Cookbook(Second Edition)
- Java應(yīng)用開發(fā)技術(shù)實例教程
- TradeStation交易應(yīng)用實踐:量化方法構(gòu)建贏家策略(原書第2版)
- Python機(jī)器學(xué)習(xí)算法: 原理、實現(xiàn)與案例
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- Raspberry Pi Robotic Blueprints
- Python Social Media Analytics
- C++17 By Example
- Mastering XenApp?
- C# 10核心技術(shù)指南