Q24
Single choice
You are designing an Azure Cosmos DB Core (SQL) API solution to store data from IoT devices. Writes from the devices will be occur every second.
The following is a sample of the data.

You need to select a partition key that meets the following requirements for writes:
1. Minimizes the partition skew
2. Avoids capacity limits
3. Avoids hot partitions
What should you do?