93.8k views
0 votes
Which of the following services allow customers to store semi-structured datasets in microsoft azure?

a azure file storage
b azure sql database
c azure blob storage
d azure sql datawarehouse
d azure cosmos db

User Schilli
by
7.8k points

1 Answer

3 votes

Final answer:

Azure Cosmos DB is the Microsoft Azure service specifically designed to store and manage semi-structured datasets, making it the correct answer from the given options.

Step-by-step explanation:

The question pertains to which services provided by Microsoft Azure allow customers to store semi-structured datasets. Among the options given:

  • Azure File Storage is meant for shared file storage using the standard SMB protocol.
  • Azure SQL Database is a relational database service based on SQL Server and does not primarily store semi-structured data.
  • Azure Blob Storage is optimized for storing massive amounts of unstructured data, such as text or binary data, which can include semi-structured data.
  • Azure SQL Data Warehouse (now part of Azure Synapse Analytics) is an analytics service that can handle large volumes of structured and semi-structured data.
  • Azure Cosmos DB is a globally distributed database service that is designed to store and manage document-oriented or semi-structured data.

The correct answer, focused on semi-structured datasets, would be Azure Cosmos DB, which is expressly built for such workloads.

User Conor Patrick
by
8.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.