In an earlier post, we discussed how to insert a new item in the Azure Storage Table. In this article, we will delve into how to retrieve data from Azure Storage Table. Retrieve a Single Entity In the previous article, we had partitioned the entities based on their first letter of their Title. Here is how … Continue reading CRUD Operations with Azure Table Storage in an Azure Function – R
Tag: Azure Functions
CRUD Operations with Azure Table Storage in an Azure Function – C
In this series of byte sized tutorials, we will create an Azure Function for Crud Operations on an Azure Storage Table. For the demonstration, we will stick a basic web function, which would enable us to do the CRUD operations for a TODO table. The reason to pick Azure Storage table is primarly it is … Continue reading CRUD Operations with Azure Table Storage in an Azure Function – C