We will start our journey with Azure Storage capabilities by learning something about Table Storage. If you want to store unstructured data with almost limitless capacity and with high demands regarding availability and durability, this service is for you. In this section, you will learn how to start developing applications using Table Storage and the best practices for storing data and achieving the best performance for both writing and reading it. You will also see how to efficiently query it, and what is important when designing services using this Azure Storage capability.
Storing data with Azure Storage Tables
Creating an Azure Storage service
To get started, we have to actually create an instance of Azure Storage. To...