Skip to content

Commit eed6fbe

Browse files
committed
corrected the required changes
1 parent baa1721 commit eed6fbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cosmos-db/dynamo-to-cosmos.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ git clone https://github.com/Azure-Samples/DynamoDB-to-CosmosDB
109109

110110
### Set up your code
111111

112-
Add the following "nuget package" to your project:
112+
Add the following "NuGet package" to your project:
113113

114114
```bash
115115
Install-Package Microsoft.Azure.Cosmos
@@ -513,8 +513,9 @@ await cosmosDatabase.DeleteAsync();
513513

514514
As you can see, Azure Cosmos DB supports natural queries (SQL), operations are asynchronous and much easier. You can easily migrate your complex code to Azure Cosmos DB, which becomes simpler after the migration.
515515

516-
### Next steps
516+
### Next Steps
517517

518518
- Learn about [performance optimization](performance-tips.md).
519519
- Learn about [optimize reads and writes](key-value-store-cost.md)
520+
- Learn about [Monitoring in Cosmos DB](monitor-cosmos-db.md)
520521

0 commit comments

Comments
 (0)