Overview

Table Storage Concepts

Table Service REST API

.NET Client

Configure Connection String

<configuration>
    <appSettings>
        <add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=account-name;AccountKey=account-key" />
				<!-- Connect to the emulator account using a shortcut -->
				<add key="StorageConnectionString" value="UseDevelopmentStorage=true" />
    </appSettings>
</configuration>

Add an Entity to a Table