- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 66字
- 2021-06-10 18:55:53
Persisting employee details using Azure Storage table output bindings
In the previous recipe, you learned how to create an HTTP trigger and accept the input parameters. Now, let's work on something interesting, that is, storing the input data into a persistent medium. Azure Functions gives us the ability to store data in many ways. For this example, we will store the data in Azure Table storage.