
Microsoft Certified Azure Data Fundamentals (DP-900) Exam Guide
By :

Azure Table storage is a cloud-based NoSQL key-value store with high scalability, flexibility, and performance for storing large amounts of non-relational structured data. It is a good fit for workloads that require fast, scalable, and highly flexible data storage.
Figure 4.5 illustrates data organization for the Azure Table service:
Figure 4.5: Azure Table storage service data organization
Table storage allows you to store and query data using a simple schema-less design, which means that if your application needs to change, you can add or remove columns.
Table storage provides several features that enable you to manage your data effectively and speed up access, such as partitions (segments used to organize and distribute data across multiple servers for efficient querying and scaling), batch transactions to perform multiple operations atomically, and point-in-time recovery to recover your data to a specific point in...