Azure Storage Tables Tutorials
Learn how to use Azure Storage Tables to store and query large amounts of structured, non-relational data. This collection of tutorials guides you through the essential concepts and common scenarios.
-
Introduction to Azure Table Storage
Understand the fundamental concepts of Azure Table Storage, including entities, properties, and the table model.
-
Creating and Managing Tables with .NET
Learn how to programmatically create, query, update, and delete tables and entities using the Azure SDK for .NET.
-
Creating and Managing Tables with Python
Get started with Azure Table Storage using Python, covering basic operations and advanced querying techniques.
-
Querying Data in Azure Table Storage
Explore various methods for querying your table data efficiently, including OData filters and LINQ.
-
Working with Transactions in Azure Table Storage
Understand how to perform atomic operations on multiple entities using transactions for data consistency.
-
Integrating Azure Table Storage with other Azure Services
Discover how to connect Azure Table Storage with services like Azure Functions, Logic Apps, and Azure Cosmos DB.
-
Best Practices for Azure Table Storage Performance
Optimize your table design and queries for maximum performance and cost-effectiveness.