- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 124字
- 2021-06-10 18:55:53
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.
We will take the following prerequisites into account:
- For this recipe, we will use the same HTTP trigger that we created in the previous recipe.
- We will be using Azure Storage Explorer, which is a tool that helps us work with the data that's stored in the Azure Storage account. You can download it from http://storageexplorer.com/.
- You can learn more about how to 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.