DP-900 · Question #39
Which of the following is not a checkpoint in the checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK?
The correct answer is D. Disable the SDK logging. The checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK Use the latest SDK. Enable the SDK logging. Review the performance tips. Log the diagnostics string in the V2 SDK. Log metrics by using the Azure Portal. Follow the setup for SDK…
Question
Options
- AUse the latest SDK
- BFollow setup for SDK logging
- CLog the SQL Query Metrics from all the query responses
- DDisable the SDK logging
How the community answered
(33 responses)- A3% (1)
- C3% (1)
- D94% (31)
Explanation
The checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK Use the latest SDK. Enable the SDK logging. Review the performance tips. Log the diagnostics string in the V2 SDK. Log metrics by using the Azure Portal. Follow the setup for SDK logging. Log the SQL Query Metrics from all query responses. Option A is incorrect. Use the latest SDK is a checkpoint in the checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK. Option B is incorrect. Follow setup for SDK logging is a checkpoint in the checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK. Option C is incorrect. Log the SQL Query Metrics from all the query responses is a checkpoint in the checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK. Option D is correct. Disable the SDK logging is not a checkpoint in the checklist for troubleshooting issues when you are working with Azure Cosmos DB .NET SDK. The right one is - Enable the SDK logging. https://docs.microsoft.com/en-us/azure/cosmos-db/troubleshoot-dot-net-sdk
Topics
Community Discussion
No community discussion yet for this question.