Explore a variety of code samples to help you get started with Azure Storage Tables. These samples demonstrate common scenarios for creating, querying, updating, and deleting data in Azure Tables.
C# Samples
Create and Query Entities
Learn how to insert new entities into an Azure Table and perform basic queries to retrieve them.
C# View SampleUpdate and Delete Entities
Understand how to modify existing entities and remove them from your table.
C# View SampleBatch Operations
Perform multiple table operations in a single atomic batch request for efficiency.
C# View SamplePython Samples
Table Management and Entity Operations
This sample covers creating tables, inserting, retrieving, and deleting entities using the Python SDK.
Python View SampleAdvanced Querying
Demonstrates how to use OData filters and other advanced techniques for querying data.
Python View SampleJava Samples
Basic Entity Operations
A comprehensive example of how to perform CRUD (Create, Read, Update, Delete) operations on Azure Table entities using Java.
Java View SampleNode.js Samples
Working with Tables and Entities
Explore how to use the Azure Tables client library for Node.js to manage tables and entities.
Node.js View SampleGo Samples
Table and Entity Management
A practical guide to using Go to interact with Azure Storage Tables, including creating tables and manipulating entities.
Go View SampleLooking for a specific scenario? Browse all Azure Storage samples.