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 Sample

Update and Delete Entities

Understand how to modify existing entities and remove them from your table.

C# View Sample

Batch Operations

Perform multiple table operations in a single atomic batch request for efficiency.

C# View Sample

Python Samples

Table Management and Entity Operations

This sample covers creating tables, inserting, retrieving, and deleting entities using the Python SDK.

Python View Sample

Advanced Querying

Demonstrates how to use OData filters and other advanced techniques for querying data.

Python View Sample

Java 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 Sample

Node.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 Sample

Go 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 Sample

Looking for a specific scenario? Browse all Azure Storage samples.