Summary
In this module, you configured the Azure Cosmos DB SDK for common scenarios that may arise in development teams. Specifically, you learned how to tune client configuration for performance, handle connection issues, use the emulator for offline development, and enable detailed logging.
Now that you completed this module, you can:
- Use the Azure Cosmos DB Emulator with the SDK to test and develop applications offline
- Handle common connection issues with the SDK across supported languages
- Configure parallelism and performance options in the SDK client
- Enable detailed logging to capture HTTP request and response diagnostics
Learn more
For more information about the topics discussed in this module, see:
.NET SDK links
- Best practices for Azure Cosmos DB .NET SDK
- Performance tips for Azure Cosmos DB and .NET
- Diagnose and troubleshoot issues when using Azure Cosmos DB .NET SDK