|
1 | 1 | ---
|
2 | 2 | title: Azure Table Storage support in Azure Cosmos DB
|
3 |
| -description: Learn how Azure Cosmos DB for Table and Azure Storage Tables work together by sharing the same table data model an operations |
| 3 | +description: Learn how Azure Cosmos DB for Table and Azure Table Storage work together by sharing the same table data model and operations. |
4 | 4 | ms.service: cosmos-db
|
5 | 5 | ms.subservice: table
|
6 | 6 | ms.topic: how-to
|
7 |
| -ms.date: 11/03/2021 |
| 7 | +ms.date: 03/07/2023 |
8 | 8 | author: seesharprun
|
9 | 9 | ms.author: sidandrews
|
10 | 10 | ms.reviewer: mjbrown
|
11 | 11 | ms.devlang: cpp, csharp, java, javascript, php, python, ruby
|
12 | 12 | ms.custom: ignite-2022
|
13 | 13 | ---
|
14 | 14 |
|
15 |
| -# Developing with Azure Cosmos DB for Table and Azure Table storage |
| 15 | +# Develop with Azure Cosmos DB for Table and Azure Table Storage |
16 | 16 | [!INCLUDE[Table](../includes/appliesto-table.md)]
|
17 | 17 |
|
18 |
| -Azure Cosmos DB for Table and Azure Table storage share the same table data model and expose the same create, delete, update, and query operations through their SDKs. |
| 18 | +Azure Cosmos DB for Table and Azure Table Storage share the same table data model and expose the same *create*, *delete*, *update*, and *query* operations through their SDKs. |
19 | 19 |
|
20 | 20 | > [!NOTE]
|
21 |
| -> The [serverless capacity mode](../serverless.md) is now available on Azure Cosmos DB's API for Table. |
| 21 | +> The *serverless capacity mode* is now available on Azure Cosmos DB API for Table. For more information, see [Azure Cosmos DB serverless](../serverless.md). |
22 | 22 |
|
23 | 23 | [!INCLUDE [storage-table-cosmos-comparison](../../../includes/storage-table-cosmos-comparison.md)]
|
24 | 24 |
|
25 | 25 | ## Azure SDKs
|
26 | 26 |
|
27 | 27 | ### Current release
|
28 | 28 |
|
29 |
| -The following SDK packages work with both the Azure Cosmos DB Table API and Azure Table storage. |
| 29 | +The following SDK packages work with both the Azure Cosmos DB for Table and Table Storage. |
30 | 30 |
|
31 |
| -* **.NET** - Use the [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) available on NuGet. |
| 31 | +- **.NET**. Use the [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) available on NuGet. |
32 | 32 |
|
33 |
| -* **Python** - Use the [azure-data-tables](https://pypi.org/project/azure-data-tables/) available from PyPi. |
| 33 | +- **Python**. Use the [azure-data-tables](https://pypi.org/project/azure-data-tables/) available from PyPi. |
34 | 34 |
|
35 |
| -* **JavaScript/TypeScript** - Use the [@azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) package available on npm.js. |
| 35 | +- **JavaScript/TypeScript**. Use the [@azure/data-tables](https://www.npmjs.com/package/@azure/data-tables) package available on npm.js. |
36 | 36 |
|
37 |
| -* **Java** - Use the [azure-data-tables](https://mvnrepository.com/artifact/com.azure/azure-data-tables/12.0.0) package available on Maven. |
| 37 | +- **Java**. Use the [azure-data-tables](https://mvnrepository.com/artifact/com.azure/azure-data-tables/12.0.0) package available on Maven. |
38 | 38 |
|
39 | 39 | ### Prior releases
|
40 | 40 |
|
41 | 41 | The following SDK packages work only with Azure Cosmos DB for Table.
|
42 | 42 |
|
43 |
| -* **.NET** - [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) available on NuGet. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes. |
| 43 | +- **.NET**. [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) available on NuGet. The Azure Tables client library can seamlessly target either Table Storage or Azure Cosmos DB for Table service endpoints with no code changes. |
44 | 44 |
|
45 |
| -* **Python** - [azure-cosmosdb-table](https://pypi.org/project/azure-cosmosdb-table/) available from PyPi. This SDK connects with both Azure Table storage and Azure Cosmos DB for Table. |
| 45 | +- **Python**. [azure-cosmosdb-table](https://pypi.org/project/azure-cosmosdb-table/) available from PyPi. This SDK connects with both Table Storage and Azure Cosmos DB for Table. |
46 | 46 |
|
47 |
| -* **JavaScript/TypeScript** - [azure-storage](https://www.npmjs.com/package/azure-storage) package available on npm.js. This Azure Storage SDK has the ability to connect to Azure Cosmos DB accounts using the API for Table. |
| 47 | +- **JavaScript/TypeScript**. [azure-storage](https://www.npmjs.com/package/azure-storage) package available on npm.js. This Azure Storage SDK has the ability to connect to Azure Cosmos DB accounts using the API for Table. |
48 | 48 |
|
49 |
| -* **Java** - [Microsoft Azure Storage Client SDK for Java](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage) on Maven. This Azure Storage SDK has the ability to connect to Azure Cosmos DB accounts using the API for Table. |
| 49 | +- **Java**. [Microsoft Azure Storage Client SDK for Java](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage) on Maven. This Azure Storage SDK has the ability to connect to Azure Cosmos DB accounts using the API for Table. |
50 | 50 |
|
51 |
| -* **C++** - [Azure Storage Client Library for C++](https://github.com/Azure/azure-storage-cpp/). This library enables you to build applications against Azure Storage. |
| 51 | +- **C++**. [Azure Storage Client Library for C++](https://github.com/Azure/azure-storage-cpp/). This library enables you to build applications against Azure Storage. |
52 | 52 |
|
53 |
| -* **Ruby** - [Azure Storage Table Client Library for Ruby](https://github.com/azure/azure-storage-ruby/tree/master/table). This project provides a Ruby package that makes it easy to access Azure storage Table services. |
| 53 | +- **Ruby**. [Azure Storage Table Client Library for Ruby](https://github.com/azure/azure-storage-ruby/tree/master/table). This project provides a Ruby package that makes it easy to access Azure storage Table services. |
54 | 54 |
|
55 |
| -* **PHP** - [Azure Storage Table PHP Client Library](https://github.com/Azure/azure-storage-php/tree/master/azure-storage-table). This project provides a PHP client library that makes it easy to access Azure storage Table services. |
| 55 | +- **PHP**. [Azure Storage Table PHP Client Library](https://github.com/Azure/azure-storage-php/tree/master/azure-storage-table). This project provides a PHP client library that makes it easy to access Azure storage Table services. |
56 | 56 |
|
57 |
| -* **PowerShell** - [AzureRmStorageTable PowerShell module](https://www.powershellgallery.com/packages/AzureRmStorageTable). This PowerShell module has cmdlets to work with storage Tables. |
| 57 | +- **PowerShell**. [AzureRmStorageTable PowerShell module](https://www.powershellgallery.com/packages/AzureRmStorageTable). This PowerShell module has cmdlets to work with storage Tables. |
| 58 | + |
| 59 | +## Next steps |
| 60 | + |
| 61 | +- [Create a container in Azure Cosmos DB for Table](how-to-create-container.md) |
0 commit comments