CRUD Operations with Azure Table Storage in an Azure Function – R

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

Advertisement