In this article, we are going to learn Azure Table Storage in depth.
We’ll start by discussing the basic Azure Table Storage concepts and then see how to create an Azure Storage Account from the portal. After that, we’ll learn how to create an ASP.NET Core Web API for performing CRUD operations on NoSQL data with the Table Storage in the back-end.
We have organized the article into the following sections:
- Azure Table Storage - Intro
- Azure Table Storage vs Azure Cosmos DB Table API
- Structure of an Azure Table Storage
- Creating an Azure Table Storage
- Building an API that Connects with Azure Table Storage
- Deploying the API to Azure
- Testing the API