- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 114字
- 2021-07-02 20:23:01
Getting ready
In this recipe, you will learn how easy it is to integrate an HTTP trigger and the Azure Table storage service using output bindings. The Azure HTTP trigger function receives the data from multiple sources and stores the user profile data in a storage table named tblUserProfile.
- For this recipe, we will use the same HTTP trigger that we have created in our previous recipe.
- We will be using Azure Storage Explorer which is a tool that helps us to work with the data stored in Azure Storage account. You can download it from http://storageexplorer.com/.
- You can learn more about Connect to the Storage Account using Azure Storage Explorer at https://docs.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer
推薦閱讀
- Vue.js 3.x快速入門
- Mastering Spring MVC 4
- SQL語言從入門到精通
- 可解釋機器學習:模型、方法與實踐
- Getting Started with Gulp
- Python Web數據分析可視化:基于Django框架的開發實戰
- 批調度與網絡問題的組合算法
- Visual Basic程序設計
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Solr Cookbook(Third Edition)
- Julia 1.0 Programming Complete Reference Guide
- Django 3.0入門與實踐
- 移動增值應用開發技術導論
- Learning Grunt
- scikit-learn Cookbook(Second Edition)