In this series of Articles, we will explore various Azure Storage options using Azure Functions. We will stick to the basic usage, leaving out the more advanced topics involved with the storage to later blog posts. CRUD using Azure Table Storage C - CreateR - RetrieveU - UpdateD - Delete CRUD using Azure Blob Storage … Continue reading Azure Storage with Azure Functions
Day: January 13, 2021
CRUD Operations with Azure Table Storage in an Azure Function – U
In the earlier posts, we enlightened ourselves with creation and retrieval of records from Azure Table Storage using Azure Web Functions. In this segment, we will attempt to update a record. Let us once again look at our table before proceeding further. In the first approach, we will attempt to update the record based on … Continue reading CRUD Operations with Azure Table Storage in an Azure Function – U