- 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
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- ThinkPHP 5實戰
- Learning Docker
- C#完全自學教程
- Visual Basic程序設計教程
- 跟老齊學Python:輕松入門
- 面向STEM的Scratch創新課程
- The DevOps 2.4 Toolkit
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Mastering JavaScript High Performance
- Java面向對象程序設計
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Penetration Testing with the Bash shell
- JavaScript編程精解(原書第2版)
- HTML5 WebSocket權威指南