- 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
推薦閱讀
- Redis Applied Design Patterns
- Azure IoT Development Cookbook
- Building a RESTful Web Service with Spring
- Linux核心技術(shù)從小白到大牛
- C#程序設(shè)計教程
- Python機器學(xué)習(xí)編程與實戰(zhàn)
- C語言程序設(shè)計
- 用戶體驗可視化指南
- C# and .NET Core Test Driven Development
- 現(xiàn)代C++編程實戰(zhàn):132個核心技巧示例(原書第2版)
- Domain-Driven Design in PHP
- Java 從入門到項目實踐(超值版)
- Getting Started with Python
- 跟戴銘學(xué)iOS編程:理順核心知識點
- Software Architecture with Python