You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/table/table-import.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: Migrate existing data to a Table API account in Azure Cosmos DB
3
3
description: Learn how to migrate or import on-premises or cloud data to an Azure Table API account in Azure Cosmos DB.
4
-
author: sakash279
5
-
ms.author: akshanka
4
+
author: markjbrown
5
+
ms.author: mjbrown
6
6
ms.service: cosmos-db
7
7
ms.subservice: cosmosdb-table
8
8
ms.topic: tutorial
9
-
ms.date: 11/08/2021
9
+
ms.date: 03/03/2022
10
10
ms.custom: seodec18
11
11
---
12
12
@@ -29,6 +29,9 @@ This tutorial covers the following tasks:
29
29
30
30
## Data migration tool
31
31
32
+
> [!IMPORTANT]
33
+
> Ownership of the Data Migration Tool has been transferred to a 3rd party who is acting as maintainers of this tool which is open source. The tool is currently being updated to use the latest nuget packages so does not currently work on the main branch. There is a fork of this tool which does work. You can learn more [here](https://github.com/Azure/azure-documentdb-datamigrationtool/issues/89).
34
+
32
35
You can use the command-line data migration tool (dt.exe) in Azure Cosmos DB to import your existing Azure Table Storage data to a Table API account.
0 commit comments