- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 67字
- 2021-07-02 20:23:01
Persisting employee details using Azure Storage table output bindings
In the previous recipe, you have learnt how to create an HTTP trigger and accept the input parameters. Let's now work on something interesting, that is, where you store the input data into a persistent medium. Azure Functions supports us to store data in many ways. For this example, we will store the data in Azure Table storage.
推薦閱讀
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(R+Python)
- Mastering JavaScript Functional Programming
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Java面向?qū)ο笏枷肱c程序設(shè)計(jì)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Python爬蟲開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Python Geospatial Development(Second Edition)
- GeoServer Beginner's Guide(Second Edition)
- Visual C#.NET Web應(yīng)用程序設(shè)計(jì)
- Clean Code in C#
- Instant Debian:Build a Web Server
- 零代碼實(shí)戰(zhàn):企業(yè)級應(yīng)用搭建與案例詳解
- 編程的原則:改善代碼質(zhì)量的101個(gè)方法
- Spring Web Services 2 Cookbook
- Game Programming using Qt 5 Beginner's Guide