Skip to content

Commit a7c6caf

Browse files
authored
Merge pull request #178578 from SnehaGunda/alwaysencrypted
Removing video link & pointing to docs. Updating Table API .NET SDK references
2 parents 2f30803 + d4c546b commit a7c6caf

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/cosmos-db/cosmosdb-migrationchoices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: SnehaGunda
55
ms.author: sngun
66
ms.service: cosmos-db
77
ms.topic: how-to
8-
ms.date: 08/26/2021
8+
ms.date: 11/03/2021
99

1010
---
1111
# Options to migrate your on-premises or cloud data to Azure Cosmos DB
@@ -70,7 +70,7 @@ A summary of migration pathways from your current solution to Azure Cosmos DB AP
7070
|Online|[Azure Database Migration Service](../dms/tutorial-mongodb-cosmos-db-online.md)| MongoDB|Azure Cosmos DB API for MongoDB |&bull; Makes use of the Azure Cosmos DB bulk executor library. <br/>&bull; Suitable for large datasets and takes care of replicating live changes. <br/>&bull; Works only with other MongoDB sources.|
7171
|Offline|[Azure Database Migration Service](../dms/tutorial-mongodb-cosmos-db-online.md)| MongoDB| Azure Cosmos DB API for MongoDB| &bull; Makes use of the Azure Cosmos DB bulk executor library. <br/>&bull; Suitable for large datasets and takes care of replicating live changes. <br/>&bull; Works only with other MongoDB sources.|
7272
|Offline|[Azure Data Factory](../data-factory/connector-azure-cosmos-db-mongodb-api.md)| &bull;JSON/CSV Files<br/>&bull;Azure Cosmos DB SQL API<br/>&bull;Azure Cosmos DB API for MongoDB <br/>&bull;MongoDB<br/>&bull;SQL Server<br/>&bull;Table Storage<br/>&bull;Azure Blob Storage <br/><br/> See the [Azure Data Factory](../data-factory/connector-overview.md) article for other supported sources. | &bull;Azure Cosmos DB SQL API<br/>&bull;Azure Cosmos DB API for MongoDB <br/>&bull; JSON files <br/><br/> See the [Azure Data Factory](../data-factory/connector-overview.md) article for other supported targets.| &bull; Easy to set up and supports multiple sources. <br/>&bull; Makes use of the Azure Cosmos DB bulk executor library. <br/>&bull; Suitable for large datasets. <br/>&bull; Lack of checkpointing means that any issue during the course of migration would require a restart of the whole migration process.<br/>&bull; Lack of a dead letter queue would mean that a few erroneous files could stop the entire migration process. <br/>&bull; Needs custom code to increase read throughput for certain data sources.|
73-
|Offline|[Existing Mongo Tools (mongodump, mongorestore, Studio3T)](https://azure.microsoft.com/resources/videos/using-mongodb-tools-with-azure-cosmos-db/)|MongoDB | Azure Cosmos DB API for MongoDB| &bull; Easy to set up and integration. <br/>&bull; Needs custom handling for throttles.|
73+
|Offline|Existing Mongo Tools ([mongodump](mongodb/tutorial-mongotools-cosmos-db.md#mongodumpmongorestore), [mongorestore](mongodb/tutorial-mongotools-cosmos-db.md#mongodumpmongorestore), [Studio3T](mongodb/connect-using-mongochef.md))]|MongoDB | Azure Cosmos DB API for MongoDB| &bull; Easy to set up and integration. <br/>&bull; Needs custom handling for throttles.|
7474

7575
## Azure Cosmos DB Cassandra API
7676

articles/cosmos-db/restore-account-continuous-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ After initiating a restore operation, select the **Notification** bell icon at t
9191

9292
### Get the restore details from the restored account
9393

94-
After the restore operation completes, you may want to know the source account name from which you restored or the restore time. In some cases, the source account may be deleted and you can get these details from the restored account.
94+
After the restore operation completes, you may want to know the source account details from which you restored or the restore time.
9595

9696
Use the following steps to get the restore details from Azure portal:
9797

9898
1. Sign into the [Azure portal](https://portal.azure.com/) and navigate to the restored account.
9999

100100
1. Navigate to the **Export template** pane. It opens a JSON template, corresponding to the restored account.
101101

102-
1. The **resources** > **properties** > **restoreParameters** object contains the restore details. The **restoreTimestampInUtc** gives you the time at which the account was restored and the **databasesToRestore** shows the database and container from which the account was restored.
102+
1. The **resources** > **properties** > **restoreParameters** object contains the restore details. The **restoreTimestampInUtc** gives you the time at which the account was restored and the **databasesToRestore** shows the specific database and container from which the account was restored.
103103

104104
## <a id="restore-account-powershell"></a>Restore an account using Azure PowerShell
105105

@@ -162,7 +162,7 @@ Restore-AzCosmosDBAccount `
162162

163163
### Get the restore details from the restored account
164164

165-
Import the `Az.CosmosDB` module and run the following command to get the restore details:
165+
Import the `Az.CosmosDB` module and run the following command to get the restore details. The restoreTimestamp will be under the restoreParameters object:
166166

167167
```azurepowershell
168168
Get-AzCosmosDBAccount -ResourceGroupName MyResourceGroup -Name MyCosmosDBDatabaseAccount

articles/cosmos-db/table/dotnet-standard-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom: devx-track-dotnet
2323
2424
| | Links |
2525
|---|---|
26-
|**SDK download**|[NuGet](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table)|
26+
|**SDK download**|[NuGet](https://www.nuget.org/packages/Azure.Data.Tables/)|
2727
|**Sample**|[Cosmos DB Table API .NET Sample](https://github.com/Azure-Samples/azure-cosmos-table-dotnet-core-getting-started)|
2828
|**Quickstart**|[Quickstart](create-table-dotnet.md)|
2929
|**Tutorial**|[Tutorial](tutorial-develop-table-dotnet.md)|

articles/cosmos-db/table/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: SnehaGunda
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-table
77
ms.topic: overview
8-
ms.date: 08/25/2021
8+
ms.date: 11/03/2021
99
ms.author: sngun
1010

1111
---
@@ -26,7 +26,7 @@ ms.author: sngun
2626
> The [serverless capacity mode](../serverless.md) is now available on Azure Cosmos DB's Table API.
2727
2828
> [!IMPORTANT]
29-
> The .NET Cosmos DB Table Library [Microsoft.Azure.Cosmos.Table](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) is in maintenance mode and will be deprecated soon. Please upgrade to the new .NET Azure Tables SDK [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) to continue to get the latest features supported by the Table API.
29+
> The .NET Azure Tables SDK [Azure.Data.Tables](https://www.nuget.org/packages/Azure.Data.Tables/) offers latest features supported by the Table API. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes.
3030
3131
## Table offerings
3232

articles/cosmos-db/table/table-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following SDK packages work with both the Azure Cosmos Table API and Azure T
3838

3939
The following SDK packages work only with Azure Cosmos DB Table API.
4040

41-
* **.NET** - [Microsoft.Azure.Cosmos.Table](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) available on NuGet. This library works only with the Cosmos DB Table API.
41+
* **.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.
4242

4343
* **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 Table API.
4444

0 commit comments

Comments
 (0)