Microsoft Bot Frameworkアプリケーションのデータ永続性を構成しています。アプリケーションには、構造化されたNoSQLクラウドデータストアが必要です。 アプリケーションのストレージソリューションを識別する必要があります。ソリューションはコストを最小限に抑える必要があります。 何を特定する必要がありますか?
正解:D
Explanation Table Storage is a NoSQL key-value store for rapid development using massive semi-structured datasets You can develop applications on Cosmos DB using popular NoSQL APIs. Both services have a different scenario and pricing model. While Azure Storage Tables is aimed at high capacity on a single region (optional secondary read only region but no failover), indexing by PK/RK and storage-optimized pricing; Azure Cosmos DB Tables aims for high throughput (single-digit millisecond latency), global distribution (multiple failover), SLA-backed predictive performance with automatic indexing of each attribute/property and a pricing model focused on throughput. References: https://db-engines.com/en/system/Microsoft+Azure+Cosmos+DB%3BMicrosoft+Azure+Table+Storage